CINXE.COM
شركة البناء الصينية المحدودة
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no", minimal-ui> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="renderer" content="webkit"/> <title>شركة البناء الصينية المحدودة</title> <link href="../images/main.css" rel="stylesheet" type="text/css"> <link href="../images/index.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="../ar_cscec/images/style_alb.css" /> <link href="../images/swiper.css" rel="stylesheet" type="text/css"> <script src="../images/jquery.min.js"></script> <script src="../ar_cscec/images/swiper.min.js"></script> <!--<script src="https://api.html5media.info/1.1.6/html5media.min.js"></script>--> <script> window.onload= function IEVersion() { var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器 if(isIE) { var reIE = new RegExp("MSIE (\\d+\\.\\d+);"); reIE.test(userAgent); var fIEVersion = parseFloat(RegExp["$1"]); if(fIEVersion == 8) { document.getElementById("vcontrol").style.display='none'; } } } </script> <!--[if lt IE 9]> <script type="text/javascript" src="../ar_cscec/images/respond.min.js"></script> <![endif]--> <!--[if gte IE 8]> <style> #vcontrol{display:none} </style> <![endif]--> </head> <style> body{overflow: scroll;} .ibox5 .slideBox .bd li{position: relative;} .ibox3_r ul li{margin-right:0px;pading-right:0;} .ibox3_r div{margin-right:30px;} .ibox4 .swiper-slide p{padding-right:10px;direction: rtl;} .menuopen ul li a{float:right;display: inline-block; background-position: right center; padding-right: 17px;} .ibox3_r div dl span{float:left;line-height:43px;color:#9a9a9a;padding-left:20px;} @media screen and (max-width: 992px){ .ibox3_r div{margin-right:10px;} .ibox3_r ul li{margin-right:0;} .ibox3_r div dl span{ line-height:30px} .ibox5 .slideBox .bd dl{left:10px;right:10px;bottom:auto;top:50%;margin-top:-20px;} .ibox5 .slideBox .bd li:first-child dl{margin-top:-30px;} .ibox5 .slideBox .bd dl table{display:none;} .ibox5 .slideBox .bd li:first-child dl table{display:block;} .ibox5 .slideBox .bd dl b{margin-bottom:0;} .ibox4 .pagination1{width:auto;text-align: right;left:10px;} .ibox4 .swiper-slide p{padding-left:50px;} } </style> <body> <!--飘窗108--> <!--<style type="text/css"> img{border:0;} .slideBox1 .hd ul li{margin-right:4px;} @media screen and (max-width: 992px){ .m_menuopen ul li.firstItem{background: url(../ar_cscec/images/mbg4a.png) no-repeat left center;} } </style> <script> $(function(){ $("#ad1 img[src='']").parent().parent().hide(); }) </script> <SCRIPT type=text/javascript> function addEvent(obj,evtType,func,cap){ cap=cap||false; if(obj.addEventListener){ obj.addEventListener(evtType,func,cap); return true; }else if(obj.attachEvent){ if(cap){ obj.setCapture(); return true; }else{ return obj.attachEvent("on" + evtType,func); } }else{ return false; } } function getPageScroll(){ var xScroll,yScroll; if (self.pageXOffset) { xScroll = self.pageXOffset; } else if (document.documentElement && document.documentElement.scrollLeft){ xScroll = document.documentElement.scrollLeft; } else if (document.body) { xScroll = document.body.scrollLeft; } if (self.pageYOffset) { yScroll = self.pageYOffset; } else if (document.documentElement && document.documentElement.scrollTop){ yScroll = document.documentElement.scrollTop; } else if (document.body) { yScroll = document.body.scrollTop; } arrayPageScroll = new Array(xScroll,yScroll); return arrayPageScroll; } function GetPageSize(){ var xScroll, yScroll; if (window.innerHeight && window.scrollMaxY) { xScroll = document.body.scrollWidth; yScroll = window.innerHeight + window.scrollMaxY; } else if (document.body.scrollHeight > document.body.offsetHeight){ xScroll = document.body.scrollWidth; yScroll = document.body.scrollHeight; } else { xScroll = document.body.offsetWidth; yScroll = document.body.offsetHeight; } var windowWidth, windowHeight; if (self.innerHeight) { windowWidth = self.innerWidth; windowHeight = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { windowWidth = document.documentElement.clientWidth; windowHeight = document.documentElement.clientHeight; } else if (document.body) { windowWidth = document.body.clientWidth; windowHeight = document.body.clientHeight; } if(yScroll < windowHeight){ pageHeight = windowHeight; } else { pageHeight = yScroll; } if(xScroll < windowWidth){ pageWidth = windowWidth; } else { pageWidth = xScroll; } arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight) return arrayPageSize; } var AdMoveConfig=new Object(); AdMoveConfig.IsInitialized=false; AdMoveConfig.ScrollX=0; AdMoveConfig.ScrollY=0; AdMoveConfig.MoveWidth=0; AdMoveConfig.MoveHeight=0; AdMoveConfig.Resize=function(){ var winsize=GetPageSize(); AdMoveConfig.MoveWidth=winsize[2]; AdMoveConfig.MoveHeight=winsize[3]; AdMoveConfig.Scroll(); } AdMoveConfig.Scroll=function(){ var winscroll=getPageScroll(); AdMoveConfig.ScrollX=winscroll[0]; AdMoveConfig.ScrollY=winscroll[1]; } addEvent(window,"resize",AdMoveConfig.Resize); addEvent(window,"scroll",AdMoveConfig.Scroll); function AdMove(id){ if(!AdMoveConfig.IsInitialized){ AdMoveConfig.Resize(); AdMoveConfig.IsInitialized=true; } var obj=document.getElementById(id); obj.style.position="absolute"; var W=AdMoveConfig.MoveWidth-obj.offsetWidth; var H=AdMoveConfig.MoveHeight-obj.offsetHeight; var x = W*Math.random(),y = H*Math.random(); var rad=(Math.random()+1)*Math.PI/6; var kx=Math.sin(rad),ky=Math.cos(rad); var dirx = (Math.random()<0.5?1:-1), diry = (Math.random()<0.5?1:-1); var step = 1; var interval; this.SetLocation=function(vx,vy){x=vx;y=vy;} this.SetDirection=function(vx,vy){dirx=vx;diry=vy;} obj.CustomMethod=function(){ obj.style.left = (x + AdMoveConfig.ScrollX) + "px"; obj.style.top = (y + AdMoveConfig.ScrollY) + "px"; rad=(Math.random()+1)*Math.PI/6; W=AdMoveConfig.MoveWidth-obj.offsetWidth; H=AdMoveConfig.MoveHeight-obj.offsetHeight; x = x + step*kx*dirx; if (x < 0){dirx = 1;x = 0;kx=Math.sin(rad);ky=Math.cos(rad);} if (x > W){dirx = -1;x = W;kx=Math.sin(rad);ky=Math.cos(rad);} y = y + step*ky*diry; if (y < 0){diry = 1;y = 0;kx=Math.sin(rad);ky=Math.cos(rad);} if (y > H){diry = -1;y = H;kx=Math.sin(rad);ky=Math.cos(rad);} } this.Run=function(){ var delay = 10; interval=setInterval(obj.CustomMethod,delay); obj.onmouseover=function(){clearInterval(interval);} obj.onmouseout=function(){interval=setInterval(obj.CustomMethod, delay);} } } function closead() { var obj = document.getElementById( "ad1" ); obj.style.visibility = "hidden"; } </SCRIPT> <DIV id="ad1" style="Z-INDEX: 105"> <a href="../zgjz_new/fzlm_new/xfgg/201801/2867586.html" target="_blank"><img src="http://www.cscec.com/zgjz_new/fzlm_new/xfgg/201801/P020180114693508896259.png" border="0" onFocus="this.blur();" /></a> </div> <SCRIPT type=text/javascript> var ad1=new AdMove("ad1"); ad1.Run(); </SCRIPT>--> <!--飘窗108--> <!--<style> .menuopen ul li{direction: rtl;} .menuopen ul li a{float:none;margin-right:0;margin-left:32px;background: url(../ar_cscec/images/marrow.png) right center no-repeat;padding-right: 17px;} @media screen and (max-width: 992px){ .menubox_logo img { display: inline-block;} .menubox_logo{text-align: left;} } </style>--> <style> html,body{font-family:"Arial";text-size-adjust:inherit !important; -webkit-user-select:inherit !important;user-select:inherit !important} .menuopen{height:auto;} .menubox_fun ul li .tinp{font-family:"Arial";} .menubox_link1{width:900px;} .menubox_link a {margin-left: 29px;} .menubox{z-index:2000;} .menuopen ul li a{float:right;display: inline-block;margin-right:0;margin-left:32px;background: url(../ar_cscec/images/marrow.png) right center no-repeat;padding-right: 17px;} @media screen and (max-width: 992px){ .m_menuopen { height: calc( 100% - 56px ); z-index: 10000; overflow-y: auto; } .menubox_logo img { display: inline-block;} .menubox_logo{text-align: left;} } .m_searchbox { z-index: 999; } .m_language_box{width:75px;position: fixed;top:33px;background:url(../ar_cscec/images/m_xiala.jpg);padding: 5px 0;display: none; ;background-size: 75px 120px; right:20px} .m_language_box a{display: block;float: none;font-size: 14px;height:20px;line-height: 20px;color: #0081cc;padding:0 10px;} .m_language{font-size: 14px;color: #0081cc;line-height: 46px;} .menubox{z-index:2000;overflow: visible;} } </style> <!--PC menu --> <div class="menubox" id="menuboxFix"> <ul class="container"> <li class="menubox_logo" id="menubox_logoFix"> <a href="./"><img src="./images/P020201228383546489568.png" /></a> </li> <li class="menubox_main"> <div class="menubox_top" id="menubox_topFix"> <p class="menubox_lang" id="menubox_langFix"><a href="http://www.cscec.com.cn/?lang=zh" target="_blank">中文</a><span>|</span><a href="http://english.cscec.com/" target="_blank" class="hover">English</a><span>|</span><a href="http://fr.cscec.com/">Français</a><span>|</span><a href="http://ru.cscec.com/">русский</a><span>|</span><a href="http://ar.cscec.com/">عربي</a></p> <div class="menubox_fun" id="menubox_funFix"> <ul> <li> <!-- <input class="tinp" type="text" value="أكتب كلمة البحث" /> <input type="button" class="tbtn" />--> <form name="form1" action="/search?channelid=226847" method="post" target="_blank"> <input name="searchword" id="searchword" class="tinp" type="text" style="text-indent: 10px;" value="أكتب كلمة البحث" onfocus="javascript:if(this.value=='Search')this.value='';" onblur="javascript:if(this.value=='')this.value='Search';" /> <input type="button" class="tbtn" onClick="document.form1.submit()" /> </form> </li> </ul> </div> </div> <div class="menubox_link" id="menubox_linkFix"> <span><a href="./gyzj_ar/">حول الشركة</a></span><span><a href="./ywly_ar/">مجالات الأعمال</a></span><span><a href="./xwzx_ar/">مركز الأخبار</a></span><span><a href="./whpc_ar/">العلامة التجارية الثقافية</a></span><span><a href="./shzr_ar/">المسؤولية الاجتماعية</a></span><span><a href="./jrwm_ar/">انضم إلينا</a></span> </div> </li> <!--m menu --> <li class="m_menubox"><a id="m_menu_close" style="background:#efefef;"><img src="../ar_cscec/images//mbg3a.png" /></a><a id="m_menu"><img src="../ar_cscec/images/mbg1.png" /></a><!--<a href="#"><img src="../ar_cscec/images/mbg2.png" /></a>--> <a id="m_language" class="m_language" style="padding-right:5px">English</a> <!--语言切换--> <div id="m_language_box" class="m_language_box"> <a href="http://www.cscec.com.cn">中文</a> <a href="http://english.cscec.com/">English</a> <a href="http://fr.cscec.com">Français</a> <a href="http://ru.cscec.com">русский</a> <a href="http://ar.cscec.com">عربي</a> </div> <a id="m_search"><img src="../ar_cscec/images//mbg3.png" /></a><a id="m_search_close" style="background:#efefef;"><img src="../ar_cscec/images/mbg3a.png" /></a></li> </ul> </div> <!--PC openmenu --> <div class="menuopen" id="menuopenFix"> <ul class="container"> <li><a href="./gyzj_ar/gsjj_ar/">نبذة عن الشركة</a><a href="./gyzj_ar/gltd_ar/">فريق الإدارة</a><a href="./gyzj_ar/fzlc_ar/">مسيرة التطور</a><a href="./gyzj_ar/zzjg_ar/">الهيكل التنظيمي</a></li> </ul> </div> <div class="menuopen" id="menuopenFix"> <ul class="container"> <li><a href="./ywly_ar/fwjzgc_ar/">الهندسة المعمارية</a><a href="./ywly_ar/jcssjsytz_ar/">تشييد واستثمارات البنية التحتية</a><a href="./ywly_ar/fdctzykf_ar/">الاستثمار والتطوير العقاري</a><a href="./ywly_ar/kcsj_ar/">المسح والتصميم</a><a href="./ywly_ar/xyw_ar/">الأعمال الجديدة</a></li> </ul> </div> <div class="menuopen"> <ul class="container"> <li style="margin-right:100px;"><a href="./xwzx_ar/gsxw_ar/">الأخبار</a><a href="./xwzx_ar/gsgg_ar/">قصص الموظفين</a><a href="./xwzx_ar/lytj_ar/">التغطيات الإعلامية</a></li> </ul> </div> <div class="menuopen" id="menuopenFix"> <ul class="container"> <li style="margin-right:160px;"><a href="./whpc_ar/qysm_ar/">البعثات</a><a href="./whpc_ar/qyyj_ar/">الرؤية</a><a href="./whpc_ar/hxjzg_ar/">القيم الأساسية</a><a href="./whpc_ar/qyjs_ar/">روح المؤسسة</a><a href="./whpc_ar/ppgs_ar/">عشر قواعد وتسع معايير</a></li> </ul> </div> <div class="menuopen"> <ul class="container"> <li style="margin-right:460px;"><a href="./shzr_ar/zrln_ar/">مفهوم المسؤولية</a><a href="./shzr_ar/shzrbg_ar/">تقرير المسؤولية الاجتماعية</a><a href="./shzr_ar/zeren/">القصص الاجتماعية</a></li> </ul> </div> <div class="menuopen"> <ul class="container"> <li style="margin-right:480px;"><a href="./jrwm_ar/rczl_ar/">استراتيجية المواهب</a><a href="./jrwm_ar/zyfz_ar/">التطوير الوظيفي</a><a href="./jrwm_ar/rczp_ar/">التوظيف</a></li> </ul> </div> <!--Mobile open menu --> <div class="m_menuopen"> <p class="m_menuopen_i"><a href="http://ar.cscec.com.cn">منزل</a></p> <ul> <li class="firstItem"><a href="./gyzj_ar/">حول الشركة</a></li> <li class="secondItem"><a href="./gyzj_ar/gsjj_ar/">نبذة عن الشركة</a><a href="./gyzj_ar/gltd_ar/">فريق الإدارة</a><a href="./gyzj_ar/fzlc_ar/">مسيرة التطور</a><a href="./gyzj_ar/zzjg_ar/">الهيكل التنظيمي</a></li> </ul> <ul> <li class="firstItem"><a href="./ywly_ar/">مجالات الأعمال</a></li> <li class="secondItem"><a href="./ywly_ar/fwjzgc_ar/">الهندسة المعمارية</a><a href="./ywly_ar/jcssjsytz_ar/">تشييد واستثمارات البنية التحتية</a><a href="./ywly_ar/fdctzykf_ar/">الاستثمار والتطوير العقاري</a><a href="./ywly_ar/kcsj_ar/">المسح والتصميم</a><a href="./ywly_ar/xyw_ar/">الأعمال الجديدة</a></li> </ul> <ul> <li class="firstItem"><a href="./xwzx_ar/">مركز الأخبار</a></li> <li class="secondItem"><a href="./xwzx_ar/gsxw_ar/">الأخبار</a><a href="./xwzx_ar/gsgg_ar/">قصص الموظفين</a><a href="./xwzx_ar/lytj_ar/">التغطيات الإعلامية</a></li> </ul> <ul> <li class="firstItem"><a href="./whpc_ar/">العلامة التجارية الثقافية</a></li> <li class="secondItem"><a href="./whpc_ar/qysm_ar/">البعثات</a><a href="./whpc_ar/qyyj_ar/">الرؤية</a><a href="./whpc_ar/hxjzg_ar/">القيم الأساسية</a><a href="./whpc_ar/qyjs_ar/">روح المؤسسة</a><a href="./whpc_ar/ppgs_ar/">عشر قواعد وتسع معايير</a></li> </ul> <ul> <li class="firstItem"><a href="./shzr_ar/">المسؤولية الاجتماعية</a></li> <li class="secondItem"><a href="./shzr_ar/zrln_ar/">مفهوم المسؤولية</a><a href="./shzr_ar/shzrbg_ar/">تقرير المسؤولية الاجتماعية</a><a href="./shzr_ar/zeren/">القصص الاجتماعية</a></li> </ul> <ul> <li class="firstItem"><a href="./jrwm_ar/">انضم إلينا</a></li> <li class="secondItem"><a href="./jrwm_ar/rczl_ar/">استراتيجية المواهب</a><a href="./jrwm_ar/zyfz_ar/">التطوير الوظيفي</a><a href="./jrwm_ar/rczp_ar/">التوظيف</a></li> </ul> </div> <!--Mobile open search --> <div class="m_searchbox"> <form name="form2" action="/search?channelid=226847" method="post" target="_blank"> <input type="button" class="m_search_btn" onClick="document.form2.submit()" /> <p class="m_search_inp"> <input type="text" name="searchword" id="searchword" style="text-indent: 10px;" value="Chercher" onfocus="javascript:if(this.value=='Chercher')this.value='';" onblur="javascript:if(this.value=='')this.value='أكتب كلمة البحث';" /> </p> </form> </div> <script> $("#m_language").click(function(){ $("#m_language_box").toggle(); }); </script> <!--big banner --> <div class="device"> <a class="arrow-left" href="#"></a> <a class="arrow-right" href="#"></a> <div class="swiper-container"> <div class="swiper-wrapper"> <!--<div id="swiper-slide-video" class="swiper-slide"> <h1> <p id="vcontrol" class="play mhide"><i><img src="../ar_cscec/images/ibg3a.png" /></i><em><img src="../ar_cscec/images/ibg3.png" /></em><!--[if lt IE 9]><img src="" /><![endif]--></p> <!--</h1> <b><img src="" /></b> <span> <video id="videoBox" autoplay loop > <source src="" data-url="../ar_cscec/images/video.mp4" type="video/mp4"> </video> </span> </div>--> <!--节日大图--> <div class="swiper-slide"><b><img src="./lbt/202411/W020241128572019032012.jpg" /></b><span><a href="https://ar.cscec.com/siluguchenga/index.html" target="_blank"><img src="./lbt/202411/W020241128572019032012.jpg" /></a></span></div> <div class="swiper-slide"><b><img src="./lbt/202402/W020240207320159062597.png" /></b><span><a href="https://ar.cscec.com/cpth_56608/" target="_blank"><img src="./lbt/202402/W020240207320159062597.png" /></a></span></div> <div class="swiper-slide"><b><img src="./lbt/202207/W020220715738889944563.png" /></b><span><a href="https://ar.cscec.com/40th/" target="_blank"><img src="./lbt/202207/W020220715738889944563.png" /></a></span></div> <div class="swiper-slide"><b><img src="./lbt/202112/W020211216372541136167.png" /></b><span><a href="https://ar.cscec.com/xsd/" target="_blank"><img src="./lbt/202112/W020211216372541136167.png" /></a></span></div> <!--节日大图--> <!--节日大图--> <!-- <div class="swiper-slide"><b><img src="" /></b><span><img src="" /></span></div> --> <!--节日大图--> <!-- <div class="swiper-slide"><b><a href="./fzlm_ar/sydt_ar/202001/3017351.html" target="_blank"><img src="./fzlm_ar/sydt_ar/202001/W020200123364144270780.jpg" /></a></b><span><img src="./fzlm_ar/sydt_ar/202001/W020200123364144270780.jpg" /></span></div> <div class="swiper-slide"><b><a href="./fzlm_ar/sydt_ar/202001/3017329.html" target="_blank"><img src="./fzlm_ar/sydt_ar/202001/W020200122607240025772.jpg" /></a></b><span><img src="./fzlm_ar/sydt_ar/202001/W020200122607240025772.jpg" /></span></div> <div class="swiper-slide"><b><a href="./fzlm_ar/sydt_ar/201810/2891444.html" target="_blank"><img src="./fzlm_ar/sydt_ar/201810/W020181030567902112270.jpg" /></a></b><span><img src="./fzlm_ar/sydt_ar/201810/W020181030567902112270.jpg" /></span></div> <div class="swiper-slide"><b><a href="./fzlm_ar/sydt_ar/201810/2891442.html" target="_blank"><img src="./fzlm_ar/sydt_ar/201810/W020181030567597759219.jpg" /></a></b><span><img src="./fzlm_ar/sydt_ar/201810/W020181030567597759219.jpg" /></span></div> <div class="swiper-slide"><b><a href="./fzlm_ar/sydt_ar/201810/2891441.html" target="_blank"><img src="./fzlm_ar/sydt_ar/201810/W020181030567108972172.jpg" /></a></b><span><img src="./fzlm_ar/sydt_ar/201810/W020181030567108972172.jpg" /></span></div> <div class="swiper-slide"><b><a href="./fzlm_ar/sydt_ar/201810/2891440.html" target="_blank"><img src="./fzlm_ar/sydt_ar/201810/W020181030566747221629.jpg" /></a></b><span><img src="./fzlm_ar/sydt_ar/201810/W020181030566747221629.jpg" /></span></div> --> </div> </div> <div class="pagination"></div> </div> <script> ~function() { if(/s=noRedirect/i.test(location.search)) return; if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))) { try { if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { $('#swiper-slide-video').remove(); return; } else if(/iPad/i.test(navigator.userAgent)) { $('#swiper-slide-video').remove(); return; } } catch(e) {} } $('#videoBox source').attr('src',$('#videoBox source').attr('data-url')); }(); /*big banner*/ var mySwiper = new Swiper('.swiper-container',{ pagination: '.pagination', loop:true, grabCursor: true, calculateHeight : true, autoplay : 5000, simulateTouch : false, autoplayDisableOnInteraction : false, paginationClickable: true }) $('.arrow-left').on('click', function(e){ e.preventDefault() mySwiper.swipePrev() }) $('.arrow-right').on('click', function(e){ e.preventDefault() mySwiper.swipeNext() }) </script> <!--top title --> <a href="./fzlm_ar/ttxw_ar/202503/3863881.html" target="_blank" class="ibox1 container" title="نشرة موجزة حول حجم أعمال شركة CSCEC من شهر يناير إلى شهر فبراير 2025">نشرة موجزة حول حجم أعمال شركة CSCEC من شهر يناير إلى شهر فبراير 2025</a> <div class="ibox2 container"> </div> <!--news --> <ul class="container ibox3"> <li class="ibox3_l"> <!--news pic --> <div class="ibox4"><a class="arrow-left1" href="#"></a> <a class="arrow-right1" href="#"></a> <div class="swiper-container1"> <div class="swiper-wrapper"> <div class="swiper-slide"><a href="./xwzx_ar/gsxw_ar/202011/3229429.html" target="_blank" title="افتتاح مركز دبي للأنظمة المرورية الذكية الذي يشارك في تنفيذه فرع شركة CSCEC الصينية بمنطقة الشرق الأوسط"> <p>افتتاح مركز دبي للأنظمة المرورية الذكية الذي يشارك في تنفيذه فرع شركة CSCEC الصينية بمنطقة الشرق الأوسط</p> <img src="./xwzx_ar/gsxw_ar/202011/W020201123406923710418.jpg" /></a></div> <div class="swiper-slide"><a href="./xwzx_ar/gsxw_ar/202011/3229430.html" target="_blank" title="شركة CSCEC الصينية تنجز مشروعين للسكك الحديدية فائقة السرعة والطرق السريعة"> <p>شركة CSCEC الصينية تنجز مشروعين للسكك الحديدية فائقة السرعة والطرق السريعة</p> <img src="./xwzx_ar/gsxw_ar/202011/W020201123406071124527.jpg" /></a></div> <div class="swiper-slide"><a href="./xwzx_ar/gsxw_ar/202011/3228669.html" target="_blank" title="مشروعان لشركة CSCEC الصينية يفوزان بجائزة إيمبوريس لناطحات السحاب"> <p>مشروعان لشركة CSCEC الصينية يفوزان بجائزة إيمبوريس لناطحات السحاب</p> <img src="./xwzx_ar/gsxw_ar/202011/W020201120503037228390.jpg" /></a></div> <div class="swiper-slide"><a href="./xwzx_ar/gsxw_ar/202011/3219037.html" target="_blank" title="شركة CSCEC الصينية تقوم بتشييد أكبر حرم جامعي مسبق الصنع ذي الهيكل الفولاذي في الصين"> <p>شركة CSCEC الصينية تقوم بتشييد أكبر حرم جامعي مسبق الصنع ذي الهيكل الفولاذي في الصين</p> <img src="./xwzx_ar/gsxw_ar/202011/W020201106641594927753.jpg" /></a></div> <div class="swiper-slide"><a href="./xwzx_ar/gsxw_ar/202010/3213992.html" target="_blank" title="مبنى "ليزا سوهو" بتنفيذ شركة CSCEC الصينية متأهلة للتصفيات النهائية لجائزة هاي رايز المعمارية عام 2020"> <p>مبنى "ليزا سوهو" بتنفيذ شركة CSCEC الصينية متأهلة للتصفيات النهائية لجائزة هاي رايز المعمارية عام 2020</p> <img src="./xwzx_ar/gsxw_ar/202010/W020201030513063564539.jpg" /></a></div> </div> </div> <div class="pagination1"></div> </div> </li> <li class="ibox3_r"> <ul> <li class="now"><a href="./xwzx_ar/gsxw_ar/">الأخبار</a></li> <!--<li>إعلان الشركة</li>--> </ul> <div style="display:block;"> <dl> <!--- <span>03-04</span>--> <a href="./xwzx_ar/gsxw_ar/202504/3865011.html" target="_blank" title="شركة CSCEC تنظم سلسلة فعاليات خلال شهر رمضان في مصر">شركة CSCEC تنظم سلسلة فعاليات خلال شهر رمضان في مصر</a> <!--شركة CSCEC تنظم سلسلة فعاليات خلال شهر رمضان في مصر--> <!--- <span>02-04</span>--> <a href="./xwzx_ar/gsxw_ar/202504/3865013.html" target="_blank" title="وزيرة الرياضة السنغالية تتفقد مشروع صيانة الملاعب">وزيرة الرياضة السنغالية تتفقد مشروع صيانة الملاعب</a> <!--وزيرة الرياضة السنغالية تتفقد مشروع صيانة المل...--> <!--- <span>01-04</span>--> <a href="./xwzx_ar/gsxw_ar/202504/3865012.html" target="_blank" title="غرفة نموذج VMU في مشروع أبراج جاكرتا المركزية التوأم تجتاز القبول الدولي">غرفة نموذج VMU في مشروع أبراج جاكرتا المركزية التوأم تجتاز القبول الدولي</a> <!--غرفة نموذج VMU في مشروع أبراج جاكرتا المركزية الت...--> <!--- <span>31-03</span>--> <a href="./xwzx_ar/gsxw_ar/202504/3865008.html" target="_blank" title="مشروع مركز الطوارئ بمستشفى سنغافورة العام يحصد جائزتي التميز في البناء والابتكار لعام 2025">مشروع مركز الطوارئ بمستشفى سنغافورة العام يحصد جائزتي التميز في البناء والابتكار لعام 2025</a> <!--مشروع مركز الطوارئ بمستشفى سنغافورة العام يحصد ...--> <!--- <span>27-03</span>--> <a href="./xwzx_ar/gsxw_ar/202503/3863864.html" target="_blank" title="نشرة موجزة حول حجم أعمال شركة CSCEC من شهر يناير إلى شهر فبراير 2025">نشرة موجزة حول حجم أعمال شركة CSCEC من شهر يناير إلى شهر فبراير 2025</a> <!--نشرة موجزة حول حجم أعمال شركة CSCEC من شهر يناير إل...--> <!--- <span>26-03</span>--> <a href="./xwzx_ar/gsxw_ar/202503/3863862.html" target="_blank" title="شركة CSCEC تشارك في فعالية رمضان الخيرية في مصر لعام 2025">شركة CSCEC تشارك في فعالية رمضان الخيرية في مصر لعام 2025</a> <!--شركة CSCEC تشارك في فعالية رمضان الخيرية في مصر لع...--> <!--- <span>25-03</span>--> <a href="./xwzx_ar/gsxw_ar/202503/3863861.html" target="_blank" title="شركة CSCEC تقدم الهدايا والرعايا للمجتمعات في الجزائر">شركة CSCEC تقدم الهدايا والرعايا للمجتمعات في الجزائر</a> <!--شركة CSCEC تقدم الهدايا والرعايا للمجتمعات في الج...--> <!--- <span>24-03</span>--> <a href="./xwzx_ar/gsxw_ar/202503/3863863.html" target="_blank" title="شركة CSCEC تنجز مشاريع صيانة الملاعب الأربعة في السنغال بنجاح">شركة CSCEC تنجز مشاريع صيانة الملاعب الأربعة في السنغال بنجاح</a> <!--شركة CSCEC تنجز مشاريع صيانة الملاعب الأربعة في ال...--> <!--- <span>21-03</span>--> <a href="./xwzx_ar/gsxw_ar/202503/3862331.html" target="_blank" title="قصة تطور إنجي: موظفة مصرية في شركة CSCEC">قصة تطور إنجي: موظفة مصرية في شركة CSCEC</a> <!--قصة تطور إنجي: موظفة مصرية في شركة CSCEC--> </dl> </div> <!--<div> <dl> </dl> </div>--> </li> </ul> <!--tab info --> <div class="ibox5"> <div class="ibox5in"> <div id="slideBox" class="slideBox"> <div class="hd"> <ul id="slideBoxUlBut"> <li><a href="./ywly_ar/fwjzgc_ar/"><p>الهندسة المعمارية</p></a></li> <li><a href="./ywly_ar/jcssjsytz_ar/"><p>تشييد واستثمارات البنية التحتية</p></a></li> <li><a href="./ywly_ar/fdctzykf_ar/"><p>الاستثمار والتطوير العقاري</p></a></li> <li><a href="./ywly_ar/kcsj_ar/"><p>المسح والتصميم</p></a></li> <li><a href="./ywly_ar/xyw_ar/"><p>الأعمال الجديدة</p></a></li> </ul> </div> <div class="bd"> <ul> <li data-num="10901,4860"> <dl> <table> <tr> <td class="td1">2023</td> <td><hr></td> <td class="td2"><p class="pName"><span>حوالي </span> <font>4.32</font> <span>تريليون يوان صيني</span></p> <span>العقود الجديدة</span></td> <td><hr></td> <td class="td2"><p class="pName"><span> حوالي </span> <font>2.27</font> <span>تريليون يوان صيني </span></p> <span>إيرادات التشغيل</span></td> </tr> </table> <b>بناء المساكن</b> </dl> <!--scollpic B --> <div class="ibox8"><a class="arrow-left8 L4A_1"></a> <a class="arrow-right8 R4A_1"></a> <div class="swiper-container4A_1"> <div class="swiper-wrapper"> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/fwjzgc_ar/201804/W020180828511945244523.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/fwjzgc_ar/201804/W020180828511948888450.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/fwjzgc_ar/201804/W020180828511955111507.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/fwjzgc_ar/201804/W020180828511928005131.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/fwjzgc_ar/201804/W020180828511931920789.jpg" /></a></div> </div> </div> </div> <!--scollpic E --> </li> <li data-num="5049,1539"> <dl> <table> <tr> <td class="td1">2023</td> <td><hr></td> <td class="td2"><p class="pName"><span>حوالي </span> <font>4.32</font> <span>تريليون يوان صيني</span></p> <span>العقود الجديدة</span></td> <td><hr></td> <td class="td2"><p class="pName"><span> حوالي </span> <font>2.27</font> <span>تريليون يوان صيني </span></p> <span>إيرادات التشغيل</span></td> </tr> </table> <b>بناء البنية التحتية والاستثمار</b> </dl> <!--scollpic B --> <div class="ibox8"><a class="arrow-left8 L4A_2"></a> <a class="arrow-right8 R4A_2"></a> <div class="swiper-container4A_2"> <div class="swiper-wrapper"> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/jcssjsytz_ar/201804/W020180828528780327202.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/jcssjsytz_ar/201804/W020180828528780873852.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/jcssjsytz_ar/201804/W020180828528781385086.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/jcssjsytz_ar/201804/W020180828528781742758.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/jcssjsytz_ar/201804/W020180828528783306933.jpg" /></a></div> </div> </div> </div> <!--scollpic E --> </li> <li data-num="1678,1144"> <dl> <table> <tr> <td class="td1">2023</td> <td><hr></td> <td class="td2"><p class="pName"><span>حوالي </span> <font>4.32</font> <span>تريليون يوان صيني</span></p> <span>العقود الجديدة</span></td> <td><hr></td> <td class="td2"><p class="pName"><span> حوالي </span> <font>2.27</font> <span>تريليون يوان صيني </span></p> <span>إيرادات التشغيل</span></td> </tr> </table> <b>الاستثمار العقاري والتطوير</b> </dl> <!--scollpic B --> <div class="ibox8"><a class="arrow-left8 L4A_3"></a> <a class="arrow-right8 R4A_3"></a> <div class="swiper-container4A_3"> <div class="swiper-wrapper"> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/fdctzykf_ar/201804/W020180828513589115194.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/fdctzykf_ar/201804/W020180828513562624266.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/fdctzykf_ar/201804/W020180828513593022770.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/fdctzykf_ar/201804/W020180828513563602048.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/fdctzykf_ar/201804/W020180828513563113054.jpg" /></a></div> </div> </div> </div> <!--scollpic E --></li> <li data-num="83"> <dl> <table> <tr> <td class="td1">2023</td> <td><hr></td> <td class="td2"><p class="pName"><span>حوالي </span> <font>4.32</font> <span>تريليون يوان صيني</span></p> <span>العقود الجديدة</span></td> <td><hr></td> <td class="td2"><p class="pName"><span> حوالي </span> <font>2.27</font> <span>تريليون يوان صيني </span></p> <span>إيرادات التشغيل</span></td> </tr> </table> <b>تصميم المسح</b> </dl> <!--scollpic B --> <div class="ibox8"><a class="arrow-left8 L4A_4"></a> <a class="arrow-right8 R4A_4"></a> <div class="swiper-container4A_4"> <div class="swiper-wrapper"> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/kcsj_ar/201804/W020180828514484826102.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/kcsj_ar/201804/W020180828514485706227.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/kcsj_ar/201804/W020180828514486642013.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/kcsj_ar/201804/W020180828514487115620.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/kcsj_ar/201804/W020180828514488015462.jpg" /></a></div> </div> </div> </div> <!--scollpic E --></li> <li data-num="4432,3286"> <dl> <table> <tr> <td class="td1">2023</td> <td><hr></td> <td class="td2"><p class="pName"><span>حوالي </span> <font>4.32</font> <span>تريليون يوان صيني</span></p> <span>العقود الجديدة</span></td> <td><hr></td> <td class="td2"><p class="pName"><span> حوالي </span> <font>2.27</font> <span>تريليون يوان صيني </span></p> <span>إيرادات التشغيل</span></td> </tr> </table> <b>الأعمال الجديدة</b> </dl> <!--scollpic B --> <div class="ibox8"><a class="arrow-left8 L4A_6"></a> <a class="arrow-right8 R4A_6"></a> <div class="swiper-container4A_6"> <div class="swiper-wrapper"> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/xyw_ar/201804/W020180411527823830103.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/xyw_ar/201804/W020180411527837565896.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/xyw_ar/201804/W020180411348008736276.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./ywly_ar/xyw_ar/201804/W020180411527864570104.jpg" /></a></div> </div> </div> </div> <!--scollpic E --></li> </ul> </div> </div> </div> </div> <!--4 link --> <ul class="ibox6"> <li> <div> <p><b><a href="javascriptLvoid(0)" style="color:#018dd7">العلامة التجارية الثقافية</a></b></p> <img src="./gyzj_ar/images/P020210910426394457241.png" /></div> <span> توسيع مناخ السعادة ـ حوّلنا الأفكار الثقافية الأساسية للشركة "مبدأ شركة هندسة البناء الصينية" و"عشر قواعد وتسعة معايير" إلى عادات سلوكية للموظفين، بهدف خلق قوة إقناع ثقافية للشركة عبر تطبيق مفاهيم التماسك والقيادة، ما يساعد على خلق العلامة التجارية لشركة هندسة البناء الصينية ويرفع من قيمتها. </span></li> <li> <div> <p><b><a href="javascriptLvoid(0)"style="color:#018dd7" > الموارد البشرية</a></b></p> <img src="./gyzj_ar/images/P020210910426485858419.png" /></div> <span> تزدهر أعمال الشركة بتفوّق مواهبها، لذلك يجب تعميق الإصلاح والابتكار وجذب المواهب وتشجيعهم للاستفادة من جهودهم في بناء شركة من الطراز الأول عالميا. </span></li> <li style="margin-right: 0"> <div> <p><b><a href="javascriptLvoid(0)" style="color:#018dd7" > ترقية الابتكار والتكنولوجيا</a></b></p> <img src="../ar_cscec/images/ibg6c.jpg" /></div> <span> ينبغي تنفيذ الابتكار الأساسي بقوة، ودفع القدرة التنافسية الجوهرية للشركة بهدف حماية تحوّل الشركة وارتقائها. ومع تنفيذ جهود مواصلة الابتكار، يجب التمسك بالمفهوم التوجيهي المتمثّل في "دعم تطوير التكنولوجيا وقيادة مستقبل الابتكار".</span></li> </ul> <style> .footerbox_link ul{width:auto;margin-left: 0px;padding-left: 0px;} .footerbox_link ul li{margin-right:99px;} .footerbox_link ul li:first-child{margin-right: 0;} .footer_stock .swiper-slide div{display: inline-block;text-align: right;} .footer_stock .swiper-slide div:first-child{margin-right: 30px;} .footer_stock .swiper-slide h1,.footer_stock .swiper-slide h2{display: inline-block;margin-right:20px;font-size:16px;line-height: 70px;font-weight: normal;color:#333;float:none;} .footer_stock .swiper-slide h1 i,.footer_stock .swiper-slide h2 i{font-style: normal;color: #e80808;} .footer_stock .swiper-slide h1 i{color: #1123d6;} .footer_stock .swiper-slide h2.c-green i{color:green;} .footer_stock .swiper-slide h2.c-gray i{color:gray;} .footerbox1 dt{margin-top: 20px;} .footer_stock .pagination2{text-align:left;} .footer_stock .swiper-slide{text-align:right;} @media screen and (max-width: 992px){ .footerbox1{padding:0 10px;} .footerbox1 dt{margin-left:0;} .footerbox1 dd{margin-left:0;} .footer_stock_m{height:auto;max-height:60px;margin-top:10px;padding-left:50px;} .footer_stock_m .pagination3{width:auto;text-align:right;} .footer_stock_m .swiper-slide .swiper-slide50{display:block;margin-left:10px;} .footer_stock_m .swiper-slide div{display: inline-block;text-align: right;} .footer_stock_m .swiper-slide div:first-child{margin-right: 10px;} .footer_stock_m .swiper-slide h1,.footer_stock_m .swiper-slide h2{display: inline-block;margin-right:5px;font-size:12px;line-height:20px;color:#333;float:none;} .footer_stock_m .swiper-slide h1 i,.footer_stock_m .swiper-slide h2 i{font-style: normal;color: #e80808;} .footer_stock_m .swiper-slide h1 i{color: #1123d6;} .footer_stock_m .swiper-slide h2.c-green i{color:green;} .footerbox1 dt a{dispaly:block;float:right;margin-right:0;margin-left:12px;} .footer_stock_m .swiper-slide div:first-child {margin-right: 0px; } .footerbox1 dd p a {display: inline-block;} } @media screen and (max-width: 760px){ .footer_stock_m .swiper-slide{height:auto;} .footer_stock_m .swiper-slide div{display:block;margin-right:0px;clear:both;} } </style> <div class="footerbox container"> <div class="footerbox_link"> <ul> <li><a href="./gyzj_ar/"> <h1> حول الشركة</h1> </a> <a href="./gyzj_ar/gsjj_ar/">نبذة عن الشركة</a><a href="./gyzj_ar/gltd_ar/">فريق الإدارة</a><a href="./gyzj_ar/fzlc_ar/">مسيرة التطور</a><a href="./gyzj_ar/zzjg_ar/">الهيكل التنظيمي</a></li> <li><a href="./ywly_ar/"> <h1> مجالات الأعمال</h1> </a> <a href="./ywly_ar/fwjzgc_ar/">الهندسة المعمارية</a><a href="./ywly_ar/jcssjsytz_ar/">تشييد واستثمارات البنية التحتية</a><a href="./ywly_ar/fdctzykf_ar/">الاستثمار والتطوير العقاري</a><a href="./ywly_ar/kcsj_ar/">المسح والتصميم</a><a href="./ywly_ar/xyw_ar/">الأعمال الجديدة</a></li> <li><a href="./xwzx_ar/"> <h1> مركز الأخبار</h1> </a> <a href="./xwzx_ar/gsxw_ar/">الأخبار</a><a href="./xwzx_ar/gsgg_ar/">قصص الموظفين</a><a href="./xwzx_ar/lytj_ar/">التغطيات الإعلامية</a></li> <li><a href="./whpc_ar/"> <h1> العلامة التجارية الثقافية</h1> </a> <a href="./whpc_ar/qysm_ar/">البعثات</a><a href="./whpc_ar/qyyj_ar/">الرؤية</a><a href="./whpc_ar/hxjzg_ar/">القيم الأساسية</a><a href="./whpc_ar/qyjs_ar/">روح المؤسسة</a><a href="./whpc_ar/ppgs_ar/">عشر قواعد وتسع معايير</a></li> <li><a href="./shzr_ar/"> <h1> المسؤولية الاجتماعية</h1> </a> <a href="./shzr_ar/zrln_ar/">مفهوم المسؤولية</a><a href="./shzr_ar/shzrbg_ar/">تقرير المسؤولية الاجتماعية</a><a href="./shzr_ar/zeren/">القصص الاجتماعية</a></li> <li><a href="./jrwm_ar/"> <h1> انضم إلينا</h1> </a> <a href="./jrwm_ar/rczl_ar/">استراتيجية المواهب</a><a href="./jrwm_ar/zyfz_ar/">التطوير الوظيفي</a><a href="./jrwm_ar/rczp_ar/">التوظيف</a></li> </ul> </div> <!--stock PC --> <script src="https://hq.sinajs.cn/list=sh601668" charset="utf-8"></script> <script src="https://hq.sinajs.cn/list=hk00688" charset="utf-8"></script> <script src="https://hq.sinajs.cn/list=hk03311" charset="utf-8"></script> <script src="https://hq.sinajs.cn/list=hk00081" charset="utf-8"></script> <script src="https://hq.sinajs.cn/list=sz002302" charset="utf-8"></script> <script src="https://hq.sinajs.cn/list=hk00830" charset="utf-8"></script> <script src="https://hq.sinajs.cn/list=hk02669" charset="utf-8"></script> <script src="https://hq.sinajs.cn/list=sz300425" charset="utf-8"></script> <!--stock PC --> <div class="footer_stock"> <div class="swiper-container2"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div> <script> var elements=hq_str_sh601668.split(","); var curr_sh601668=Math.round(elements[3]); var zhangfu_sh601668=parseFloat(elements[3])-parseFloat(elements[2]); if(zhangfu_sh601668-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" + parseFloat(zhangfu_sh601668).toFixed(2) + "</i></h2>" + "<h2> السعر الحالي:<i>" + parseFloat(curr_sh601668).toFixed(2) + "</i></h2>" ); }else if(zhangfu_sh601668>0){ document.write("<h2>تغيير:<i>" + parseFloat(zhangfu_sh601668).toFixed(2) + "</i></h2>" + "<h2> السعر الحالي:<i>" + parseFloat(curr_sh601668).toFixed(2) + "</i></h2>" ); }else{ document.write("<h2 class='c-green'>تغيير:<i>" + parseFloat(zhangfu_sh601668).toFixed(2) + "</i></h2>" + "<h2 class='c-green'> السعر الحالي:" + parseFloat(curr_sh601668).toFixed(2) + "</i></h2>" ); } </script> <h1>CSCEC:<i>601668.sh;</i></h1> </div> <div> <script> var elements=hq_str_hk00688.split(","); var zhangfu_hk00688=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_hk00688-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>"+parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" ); }else if(zhangfu_hk00688>0){ document.write("<h2>تغيير:<i>"+parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" ); }else{ document.write("<h2 class='c-green'>تغيير:<i>"+parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>COLI:<i>00688.hk;</i></h1> </div> </div> <div class="swiper-slide"> <div> <script> var elements=hq_str_hk03311.split(","); var zhangfu_hk03311=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_hk03311-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" ); }else if(zhangfu_hk03311>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" ); }else{ document.write("<h2 class='c-green'>تغيير:<i>"+parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" ); } </script> <h1>CSCI:<i>03311.hk;</i></h1> </div> <div> <script> var elements=hq_str_hk00081.split(","); var zhangfu_hk00081=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_hk00081-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>"+parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" ); }else if(zhangfu_hk00081>0){ document.write("<h2>تغيير:<i>"+parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" ); } else{ document.write("<h2 class='c-green'>تغيير:<i>"+parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>Cogogl:<i>00081.hk;</i></h1> </div> </div> <div class="swiper-slide"> <div> <script> var elements=hq_str_sz002302.split(","); var zhangfu_sz002302=parseFloat(elements[3])-parseFloat(elements[2]); if(zhangfu_sz002302-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>" ); }else if(zhangfu_sz002302>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>" ); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>"); } </script> <h1>West-Construction:<i>002302.sz;</i></h1> </div> <div> <script> var elements=hq_str_hk00830.split(","); var zhangfu_hk00830=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_hk00830-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" ); }else if(zhangfu_hk00830>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" ); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>csc development:<i>00830.hk;</i></h1> </div> </div> <div class="swiper-slide"> <div> <script> var elements=hq_str_hk02669.split(","); var zhangfu_hk02669=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_hk02669-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk02669>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>COPM:<i>02669.hk;</i></h1> </div> <div> <script> var elements=hq_str_sz300425.split(","); var zhangfu_sz300425=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_sz300425-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else if(zhangfu_sz300425>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>COPM:<i>300425.sz;</i></h1> </div> <div></div> </div> </div> </div> <div class="pagination2"></div> </div> <!--stock M --> <div class="footer_stock_m"> <div class="swiper-container3"> <div class="swiper-wrapper"> <div class="swiper-slide"> <div> <script> var elements=hq_str_sh601668.split(","); var curr_sh601668=Math.round(elements[3]*10); var zhangfu_sh601668=parseFloat(elements[3])-parseFloat(elements[2]); if(zhangfu_sh601668-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_sh601668).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(curr_sh601668).toFixed(2)+"</i></h2>"); }else if(zhangfu_sh601668>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_sh601668).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(curr_sh601668).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_sh601668).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(curr_sh601668).toFixed(2)+"</i></h2>"); } </script> <h1>CSCEC:<i>601668.sh;</i></h1> </div> <div> <script> var elements=hq_str_hk00688.split(","); var zhangfu_hk00688=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_hk00688-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk00688>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>COLI:<i>00688.hk;</i></h1> </div> </div> <div class="swiper-slide"> <div> <script> var elements=hq_str_hk03311.split(","); var zhangfu_hk03311=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_hk03311-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>"+"<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk03311>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>تغيير:<i>"+parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>CSCI:<i>03311.hk;</i></h1> </div> <div> <script> var elements=hq_str_hk00081.split(","); var zhangfu_hk00081=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_hk00081-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk00081>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>Cogogl:<i>00081.hk;</i></h1> </div> </div> <div class="swiper-slide"> <div> <script> var elements=hq_str_sz002302.split(","); var zhangfu_sz002302=parseFloat(elements[3])-parseFloat(elements[2]); if(zhangfu_sz002302-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>"); }else if(zhangfu_sz002302>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>" ); } </script> <h1>West-Construction:<i>002302.sz;</i></h1> </div> <div> <script> var elements=hq_str_hk00830.split(","); var zhangfu_hk00830=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_hk00830-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk00830>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>csc development:<i>00830.hk;</i></h1> </div> </div> <div class="swiper-slide"> <div> <script> var elements=hq_str_hk02669.split(","); var zhangfu_hk02669=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_hk02669-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk02669>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>COPM:<i>02669.hk;</i></h1> </div> <div> <script> var elements=hq_str_sz300425.split(","); var zhangfu_sz300425=parseFloat(elements[6])-parseFloat(elements[2]); if(zhangfu_sz300425-0==0){ document.write("<h2 class='c-gray'>تغيير:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else if(zhangfu_sz300425>0){ document.write("<h2>تغيير:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>" + "<h2> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>تغيير:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>" + "<h2 class='c-green'> السعر الحالي:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"); } </script> <h1>COPM:<i>300425.sz;</i></h1> </div> <div></div> </div> </div> </div> <div class="pagination3"></div> </div> <!--copyright --> <dl class="footerbox1"> <dt> <a href="https://www.linkedin.com" target="_blank"><img src="../ar_cscec/images/icon_en1.jpg" /></a> <a href="https://www.facebook.com" target="_blank"><img src="../ar_cscec/images/icon_en2.jpg" /></a> <a href="https://www.twitter.com" target="_blank"><img src="../ar_cscec/images/icon_en3.jpg" /></a> <a href="https://tumblr.com/" target="_blank"><img src="../ar_cscec/images/icon_en4.jpg" /></a> </dt> <dd> <p><a href="./fzlm_ar/wzdt_ar/">خريطة الموقع</a> | <a href="./fzlm_ar/flsm_ar/">البيان القانوني</a> | <a href="./fzlm_ar/cjwt_ar/"> الأسئلة والأجوبة</a> | <a href="./fzlm_ar/lxwm_ar/">اتصل بنا</a></p><p>©2008-2018 CSCEC ICP 05049820 CSCEC . LTD ICP 08010180</p> </dd> </dl> </div> <script id="_trs_ta_js" src="//ta.trs.cn/c/js/ta.js?mpid=2932" async="async" defer="defer"></script> <script src="../images/SuperSlide.js"></script> <script type="text/javascript" src="../ar_cscec/images/mine.js"></script> <!-- loginBa e --> <script> function replaceAtag(){ $("a").each(function(){ $(this).html($(this).html().replace(/<br>/g,"")); if(typeof($(this).attr("title"))!="undefined"){ $(this).attr("title",$(this).attr("title").replace(/<\/?[^>]*>/g,"")); } }) } replaceAtag(); </script> </body> </html>