CINXE.COM

China State Construction Engineering Corporation Ltd.

<!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>China State Construction Engineering Corporation Ltd.</title> <link href="../images/main.css" rel="stylesheet" type="text/css"> <link href="../images/index.css" rel="stylesheet" type="text/css"> <link href="../images/swiper.css" rel="stylesheet" type="text/css"> <script src="../images/jquery.min.js"></script> <script src="../english_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="../english_cscec/images/respond.min.js"></script> <![endif]--> <!--[if gte IE 8]> <style> #vcontrol{display:none} </style> <![endif]--> </head> <style> body{overflow: scroll;} .pchide { display:none; } .mhide { display:block; } .ibox5 .slideBox .hd ul li a{color:#323232;} .ibox5 .slideBox .hd ul li.on a{color:#fff;} .device .swiper-slide h1{top:auto;left:auto;bottom: 7%;right:2%;width:auto;} .device .swiper-active-switch { background: none; } .device .swiper-pagination-switch { background: none; } .swiper-container{width:100%;} .ibox5 .slideBox .bd img{height:500px;} .ibox5 .slideBox .hd ul{border-bottom: 0;} .ibox5 .slideBox .hd ul li{width:187px;font-size:18px;line-height: 24px;height:99px;text-indent: 0px;padding: 0 25px;border-bottom: 1px #cacaca solid;border-top: 0;} .ibox5 .slideBox .hd ul li:first-child{border-top: 1px #cacaca solid;} .ibox5 .slideBox .hd ul li.on{width:200px;} .ibox5 .slideBox .hd ul li a{display: table;width:100%;height:99px;} .ibox5 .slideBox .hd ul li a p{display: table-cell;vertical-align: middle;} .ibox5 .slideBox .bd li{ position: relative;} .ibox5>.ibox5in{height:500px;} .ibox8 {height:500px;} .ibox8 .swiper-slide{height:500px;} .ibox8 .swiper-slide img {height:500px; } .ibox6{width:1200px;} .ibox6 li{width:384px;margin-right:24px;} .ibox6 li div{height:214px;padding-bottom: 0;margin:0;} .ibox6 li div img{width:384px;height:214px;} .ibox6 li div:hover img{width:424px;height: 254px;} .ibox3_r div dl span{float:right;line-height:43px;color:#9a9a9a;padding-left:20px;} @media screen and (max-width: 992px){ .ibox2 { height: 8px; } .ibox5 .slideBox .bd dl hr { width: 12px; margin: 0 2px; } .ibox5 .slideBox .bd dl { top: 64px; } .ibox3_r ul{margin-left:10px;margin:0 0 0 10px;} .ibox3_r ul li{width:auto;line-height:40px;margin:5px 10px 0 0;} .ibox6{width:auto;} .ibox6 li{width:auto;margin-right: 0;} .ibox8{height:auto;} .ibox8 .swiper-slide {height:auto;} .ibox5 .slideBox .bd img{height:auto;} .ibox5 .slideBox .bd dl .td1{font-size:12px;} .ibox5 .slideBox .bd dl .td2 p{font-size:15px;} .ibox5 .slideBox .bd dl b{line-height:20px;padding:10px 0px} .ibox5 .slideBox .bd dl{left:10px;right:10px;bottom:auto;top:50%;margin-top:-20px;} .ibox5 .slideBox .bd li:first-child dl{margin-top:-51px;} .ibox5>.ibox5in{height:auto;} .ibox1{margin-top:16px;} .ibox4 .swiper-slide p{font-size:14px;} .ibox3_r div dl a{font-size:14px;} .ibox6 li span{font-size:14px;} .ibox5 .slideBox .bd dl b{margin-bottom:0;} .ibox5 .slideBox .bd dl table{display:none;} .ibox5 .slideBox .bd li:first-child table{display:block;} } </style> <body> <!--飘窗108--> <!--<style type="text/css"> img{border:0;} .slideBox1 .hd ul li{margin-right:4px;} </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--> <!--PC menu --> <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: 22px;} .menubox{z-index:2000;} @media screen and (max-width: 992px){ .m_menuopen { height: calc( 100% - 56px ); z-index: 10000; overflow-y: auto; } .m_searchbox { z-index: 999; } .m_language_box{width:75px;position: fixed;top:33px;background:url(../english_cscec/images/m_xiala.jpg);padding: 5px 0;display: none; background-size: 75px 120px;} .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> <div class="menubox" id="menuboxFix"> <ul class="container"> <li class="menubox_logo" id="menubox_logoFix"> <a href="./"><img src="./images/P020201228383285476401.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> <form name="form1" action="/search?channelid=265606" method="post" target="_blank"> <input name="searchword" id="searchword" class="tinp" type="text" style="text-indent: 10px;" value="Search" 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="./AboutCSCEC/">About</a></span><span><a href="./Business_en/">Business</a></span><span><a href="./CompanyNews/">News</a></span><span><a href="./CulturalBrand/">Culture</a></span><span><a href="./CorporateSocialResponsibility/">Social Responsibility</a></span><span><a href="./Career_en/">Career</a></span><span><a href="./tzgx/">Investor Relations-Corporate Disclosure</a></span> </div> </li> <!--m menu --> <li class="m_menubox"><a id="m_menu_close" style="background:#efefef;"><img src="../english_cscec/images/mbg3a.png" /></a><a id="m_menu"><img src="../english_cscec/images/mbg1.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="../english_cscec/images/mbg3.png" /></a><a id="m_search_close" style="background:#efefef;"><img src="../english_cscec/images/mbg3a.png" /></a></li> </ul> </div> <!--PC openmenu --> <div class="menuopen" id="menuopenFix" > <ul class="container" > <li><a href="./AboutCSCEC/Companyprofile/">Overview</a><a href="./AboutCSCEC/BoardandExecutiveTeam/">Management Team</a><a href="./AboutCSCEC/History_en/">History & Milestone</a><a href="./AboutCSCEC/OrganizationalStructure_en/">Company Structure</a></li> </ul> </div> <div class="menuopen" id="menuopenFix"> <ul class="container" style=" padding-left: 70px;"> <li><a href="./Business_en/HousingConstruction/">Housing Construction</a><a href="./Business_en/InfrastructureConstructionandInvestment/">Infrastructure & Investment</a><a href="./Business_en/RealEstateInvestmentandDevelopment/">Real Estate Investment & Development</a><a href="./Business_en/SurveyandDesign/">Investigation & Design</a><a href="./Business_en/NewBusiness/">New Business</a></li> </ul> </div> <div class="menuopen"> <ul class="container" style="padding-left:500px;"> <li><a href="./CompanyNews/CorporateNews/">News Center</a><a href="./CompanyNews/Companyannouncement/">Feature</a><a href="./CompanyNews/Roadshowmaterials/">Social Media</a><a href="./CompanyNews/MediaCoverage/">Media Coverage</a></li> </ul> </div> <div class="menuopen" id="menuopenFix"> <ul class="container" style=" padding-left: 290px;"> <li><a href="./CulturalBrand/CorporateMission_en/">Mission & Vision</a><a href="./CulturalBrand/CoreValues_en/">Corporate Values</a><a href="./CulturalBrand/BrandStory/">Codes of Conduct</a></li> </ul> </div> <div class="menuopen"> <ul class="container" style=" padding-left: 565px;"> <li><a href="./CorporateSocialResponsibility/CSRPolicy/">Philosophy</a><a href="./CorporateSocialResponsibility/CRSReports/">Social Responsibility Report</a><a href="./CorporateSocialResponsibility/Community/">Community</a></li> </ul> </div> <div class="menuopen"> <ul class="container" style="padding-left:750px;"> <li><a href="./Career_en/Talentstrategy_en/">HR Strategy</a><a href="./Career_en/CareerDevelopment/">Career Development</a><a href="./Career_en/JobOpportunities/">Join Us</a></li> </ul> </div> <div class="menuopen"> <ul class="container" style="padding-left:565px;"> <li><a href="./tzgx/Periodicreport/">Announcements</a><a href="./tzgx/reports/">Annual Reports</a><a href="./tzgx/prh/">Performance Reports Highlights</a><a href="./tzgx/investor/">Investor Services</a></li> </ul> </div> <!--Mobile open menu --> <div class="m_menuopen"> <p class="m_menuopen_i"><a href="./">Home</a></p> <ul> <li class="firstItem"><a href="./AboutCSCEC/">About</a></li> <li class="secondItem"><a href="./AboutCSCEC/Companyprofile/">Overview</a><a href="./AboutCSCEC/BoardandExecutiveTeam/">Management Team</a><a href="./AboutCSCEC/History_en/">History & Milestone</a><a href="./AboutCSCEC/OrganizationalStructure_en/">Company Structure</a></li> </ul> <ul> <li class="firstItem"><a href="./Business_en/">Business</a></li> <li class="secondItem"><a href="./Business_en/HousingConstruction/">Housing Construction</a><a href="./Business_en/InfrastructureConstructionandInvestment/">Infrastructure & Investment</a><a href="./Business_en/RealEstateInvestmentandDevelopment/">Real Estate Investment & Development</a><a href="./Business_en/SurveyandDesign/">Investigation & Design</a><a href="./Business_en/NewBusiness/">New Business</a></li> </ul> <ul> <li class="firstItem"><a href="./CompanyNews/">News</a></li> <li class="secondItem"><a href="./CompanyNews/CorporateNews/">News Center</a><a href="./CompanyNews/Companyannouncement/">Feature</a><a href="./CompanyNews/Roadshowmaterials/">Social Media</a><a href="./CompanyNews/MediaCoverage/">Media Coverage</a></li> </ul> <ul> <li class="firstItem"><a href="./CulturalBrand/">Culture</a></li> <li class="secondItem"><a href="./CulturalBrand/CorporateMission_en/">Mission & Vision</a><a href="./CulturalBrand/CoreValues_en/">Corporate Values</a><a href="./CulturalBrand/BrandStory/">Codes of Conduct</a></li> </ul> <ul> <li class="firstItem"><a href="./CorporateSocialResponsibility/">Social Responsibility</a></li> <li class="secondItem"><a href="./CorporateSocialResponsibility/CSRPolicy/">Philosophy</a><a href="./CorporateSocialResponsibility/CRSReports/">Social Responsibility Report</a><a href="./CorporateSocialResponsibility/Community/">Community</a></li> </ul> <ul> <li class="firstItem"><a href="./Career_en/">Career</a></li> <li class="secondItem"><a href="./Career_en/Talentstrategy_en/">HR Strategy</a><a href="./Career_en/CareerDevelopment/">Career Development</a><a href="./Career_en/JobOpportunities/">Join Us</a></li> </ul> <ul> <li class="firstItem"><a href="./tzgx/">Investor Relations-Corporate Disclosure</a></li> <li class="secondItem"><a href="./tzgx/Periodicreport/">Announcements</a><a href="./tzgx/reports/">Annual Reports</a><a href="./tzgx/prh/">Performance Reports Highlights</a><a href="./tzgx/investor/">Investor Services</a></li> </ul> </div> <!--Mobile open search --> <div class="m_searchbox"> <form name="form2" action="/search?channelid=265606" 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="Search" onfocus="javascript:if(this.value=='Search')this.value='';" onblur="javascript:if(this.value=='')this.value='Search';" /> </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="../english_cscec/images/ibg3a.png" /></i><em><img src="../english_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="../english_cscec/images/video.mp4" type="video/mp4"> </video> </span> </div>--> <!--节日大图--> <div class="swiper-slide"><b><img src="./Auxiliary_column/pic/202501/W020250110791631695969.jpg" /></b><span><a href="https://en.cscec.com/ChineseConstruction/" target="_blank"><img src="./Auxiliary_column/pic/202501/W020250110791631695969.jpg" /></a/span></div> <div class="swiper-slide"><b><img src="./Auxiliary_column/pic/202412/W020241217512487939147.png" /></b><span><a href="https://www.cgtn.com/specials/2023/architecture-Intelligence.html" target="_blank"><img src="./Auxiliary_column/pic/202412/W020241217512487939147.png" /></a/span></div> <div class="swiper-slide"><b><img src="./Auxiliary_column/pic/202407/W020240703391457648717.png" /></b><span><a href="https://en.cscec.com/wlzc/" target="_blank"><img src="./Auxiliary_column/pic/202407/W020240703391457648717.png" /></a/span></div> <div class="swiper-slide"><b><img src="./Auxiliary_column/pic/202401/W020240122507463242786.png" /></b><span><a href="https://en.cscec.com/cpth/" target="_blank"><img src="./Auxiliary_column/pic/202401/W020240122507463242786.png" /></a/span></div> <div class="swiper-slide"><b><img src="./Auxiliary_column/pic/202311/W020231113511588180132.jpg" /></b><span><a href="https://en.cscec.com/2022datatalks/" target="_blank"><img src="./Auxiliary_column/pic/202311/W020231113511588180132.jpg" /></a/span></div> <div class="swiper-slide"><b><img src="./Auxiliary_column/pic/202307/W020230714329772335756.png" /></b><span><a href="https://en.cscec.com/Auxiliary_column/aabtc/" target="_blank"><img src="./Auxiliary_column/pic/202307/W020230714329772335756.png" /></a/span></div> <div class="swiper-slide"><b><img src="./Auxiliary_column/pic/202212/W020221216656870001255.png" /></b><span><a href="https://en.cscec.com/Auxiliary_column/Newstudentsofcertifiedcities/" target="_blank"><img src="./Auxiliary_column/pic/202212/W020221216656870001255.png" /></a/span></div> <div class="swiper-slide"><b><img src="./Auxiliary_column/pic/202207/W020220716333982426108.png" /></b><span><a href="https://en.cscec.com/Auxiliary_column/The40th/" target="_blank"><img src="./Auxiliary_column/pic/202207/W020220716333982426108.png" /></a/span></div> <div class="swiper-slide"><b><img src="./Auxiliary_column/pic/202201/W020220104677276061773.png" /></b><span><a href="https://en.cscec.com/Auxiliary_column/park/" target="_blank"><img src="./Auxiliary_column/pic/202201/W020220104677276061773.png" /></a/span></div> <div class="swiper-slide"><b><img src="./Auxiliary_column/pic/202108/W020210802620539891479.png" /></b><span><a href="https://en.cscec.com/Auxiliary_column/Quick_View/" target="_blank"><img src="./Auxiliary_column/pic/202108/W020210802620539891479.png" /></a/span></div> <!--节日大图--> <div class="swiper-slide"><b><a href="./Auxiliary_column/Largepictureofhomepage/201810/2891388.html" target="_blank"><img src="./Auxiliary_column/Largepictureofhomepage/201810/W020181030533240352928.jpg" /></a></b><span><img src="./Auxiliary_column/Largepictureofhomepage/201810/W020181030533240352928.jpg" /></span></div> <div class="swiper-slide"><b><a href="./Auxiliary_column/Largepictureofhomepage/201810/2891387.html" target="_blank"><img src="./Auxiliary_column/Largepictureofhomepage/201810/W020181030532938719262.jpg" /></a></b><span><img src="./Auxiliary_column/Largepictureofhomepage/201810/W020181030532938719262.jpg" /></span></div> <div class="swiper-slide"><b><a href="./Auxiliary_column/Largepictureofhomepage/201810/2891386.html" target="_blank"><img src="./Auxiliary_column/Largepictureofhomepage/201810/W020181030532534567828.jpg" /></a></b><span><img src="./Auxiliary_column/Largepictureofhomepage/201810/W020181030532534567828.jpg" /></span></div> <div class="swiper-slide"><b><a href="./Auxiliary_column/Largepictureofhomepage/201810/2891384.html" target="_blank"><img src="./Auxiliary_column/Largepictureofhomepage/201810/W020181030532260499478.jpg" /></a></b><span><img src="./Auxiliary_column/Largepictureofhomepage/201810/W020181030532260499478.jpg" /></span></div> <div class="swiper-slide"><b><a href="./Auxiliary_column/Largepictureofhomepage/201810/2891379.html" target="_blank"><img src="./Auxiliary_column/Largepictureofhomepage/201810/W020181030531715402843.jpg" /></a></b><span><img src="./Auxiliary_column/Largepictureofhomepage/201810/W020181030531715402843.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, slidesPerView:1, 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="./Auxiliary_column/Headline_news/202503/3863914.html" target="_blank" class="ibox1 container" title="CSCEC's business briefing from January to February in 2025">CSCEC's business briefing from January to February in 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="./Auxiliary_column/News_round/202011/3229489.html" target="_blank" title="CSCEC projects receive 2020 Emporis Skyscraper Award"> <p>CSCEC projects receive 2020 Emporis Skyscraper Award</p> <img src="./Auxiliary_column/News_round/202011/W020201123446972231120.png" /></a></div> <div class="swiper-slide"><a href="./Auxiliary_column/News_round/202011/3222148.html" target="_blank" title="China Construction First Group consortium wins bid for Asia's largest underground transportation hub"> <p>China Construction First Group consortium wins bid for Asia's largest underground transportation hub</p> <img src="./Auxiliary_column/News_round/202011/W020201111495716933273.png" /></a></div> <div class="swiper-slide"><a href="./Auxiliary_column/News_round/202010/3208151.html" target="_blank" title="Construction for National Convention and Exhibition Center (Tianjin) in full swing"> <p>Construction for National Convention and Exhibition Center (Tianjin) in full swing</p> <img src="./Auxiliary_column/News_round/202010/W020201022344885632856.jpg" /></a></div> <div class="swiper-slide"><a href="./Auxiliary_column/News_round/202010/3210356.html" target="_blank" title="CSCEC's four decades in Shenzhen Special Economic Zone"> <p>CSCEC's four decades in Shenzhen Special Economic Zone</p> <img src="./Auxiliary_column/News_round/202010/W020201026373804908540.jpg" /></a></div> <div class="swiper-slide"><a href="./Auxiliary_column/News_round/202009/3185968.html" target="_blank" title="CSCEC builds Liuzhou's first straddle-type monorail"> <p>CSCEC builds Liuzhou's first straddle-type monorail</p> <img src="./Auxiliary_column/News_round/202009/W020200913506417685844.png" /></a></div> </div> </div> <div class="pagination1"></div> </div> </li> <li class="ibox3_r"> <ul> <li class="now">News</li> <!--<li>Announcement</li>--> </ul> <div style="display:block;"> <dl> <span>04-03</span> <a href="./CompanyNews/CorporateNews/202504/3865022.html" target="_blank" title="SGH Emergency National Neuroscience Institute project wins MOHH Construction Excellence Award (Gold) and Innovation Excellence Award (Gold) in 2025">SGH Emergency National Neuroscience Institute project wins MOHH Construction Excellence Award (Gold) and Innovation Excellence Award (Gold) in 2025</a> <span>04-02</span> <a href="./CompanyNews/CorporateNews/202504/3865021.html" target="_blank" title="VMU model room of Two Sudirman Private Residences project in Jakarta passes acceptance">VMU model room of Two Sudirman Private Residences project in Jakarta passes acceptance</a> <span>04-01</span> <a href="./CompanyNews/CorporateNews/202504/3865023.html" target="_blank" title="Senegal Minister of Sports visits the rehabilitation works on four Senegalese stadiums">Senegal Minister of Sports visits the rehabilitation works on four Senegalese stadiums</a> <span>03-31</span> <a href="./CompanyNews/CorporateNews/202504/3865024.html" target="_blank" title="Hebei Weichang Wind-solar hydrogen storage and heat integration wind farm connected to the grid">Hebei Weichang Wind-solar hydrogen storage and heat integration wind farm connected to the grid</a> <span>03-27</span> <a href="./CompanyNews/CorporateNews/202503/3863890.html" target="_blank" title="CSCEC's business briefing from January to February in 2025">CSCEC's business briefing from January to February in 2025</a> <span>03-26</span> <a href="./CompanyNews/CorporateNews/202503/3863892.html" target="_blank" title="CSCEC's rehabilitation works on four Senegalese stadiums successfully passes final inspection">CSCEC's rehabilitation works on four Senegalese stadiums successfully passes final inspection</a> <span>03-25</span> <a href="./CompanyNews/CorporateNews/202503/3863893.html" target="_blank" title="CSCEC brings warmth to communities in Algeria">CSCEC brings warmth to communities in Algeria</a> <span>03-24</span> <a href="./CompanyNews/CorporateNews/202503/3863891.html" target="_blank" title="CSCEC-built Lushan Xinglin Science and Technology Industrial Park provides home for 8,000+ species of rare plants">CSCEC-built Lushan Xinglin Science and Technology Industrial Park provides home for 8,000+ species of rare plants</a> <span>03-20</span> <a href="./CompanyNews/CorporateNews/202503/3862398.html" target="_blank" title="CSCEC holds groundbreaking ceremony for the 100-bed hospital in Suq Al-Shuyukh district, Iraq">CSCEC holds groundbreaking ceremony for the 100-bed hospital in Suq Al-Shuyukh district, Iraq</a> </dl> </div> <!--<div> <dl> <span>07-02</span> <a href="" target="_blank" title="Cities of Future: Sustainable Living">Cities of Future: Sustainable Living</a> <span>01-19</span> <a href="" target="_blank" title="Ten Years of Joint Efforts and Shared Benefits: CSCEC's Path to Happiness">Ten Years of Joint Efforts and Shared Ben...</a> <span>08-30</span> <a href="" target="_blank" title="Highlights of CSCEC 2022 Sustainability Report">Highlights of CSCEC 2022 Sustainability R...</a> <span>05-01</span> <a href="" target="_blank" title="Appreciate Ancient Building and Traditional Construction">Appreciate Ancient Building and Tradition...</a> <span>12-16</span> <a href="" target="_blank" title="Renew Rebuild Revive for a better life in sustainable cities">Renew Rebuild Revive for a better life in...</a> <span>09-22</span> <a href="" target="_blank" title="2022 Fortune Global 500">2022 Fortune Global 500</a> <span>07-13</span> <a href="" target="_blank" title="40th Founding Anniversary of CSCEC">40th Founding Anniversary of CSCEC</a> <span>01-04</span> <a href="" target="_blank" title="Universal Beijing Resort">Universal Beijing Resort</a> <span>09-06</span> <a href="" target="_blank" title="2021 Global Fortune 500">2021 Global Fortune 500</a> </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="./Business_en/HousingConstruction/"><p>Housing Construction</p></a></li> <li><a href="./Business_en/InfrastructureConstructionandInvestment/"><p>Infrastructure & </br> Investment</p></a></li> <li><a href="./Business_en/RealEstateInvestmentandDevelopment/"><p>Real Estate Investment & </br> Development</p></a></li> <li><a href="./Business_en/SurveyandDesign/"><p>Investigation & Design</p></a></li> <li><a href="./Business_en/NewBusiness/"><p>New Business</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>approximately</span><font> 4.32</font>&nbsp;<span>trillion yuan</span></p> <span>New contract amount</span></td> <td><hr></td> <td class="td2"><p class="pName"><span>approximately</span><font> 2.27</font>&nbsp;<span>trillion yuan</span></p> <span>Business income</span></td> </tr> </table> <b>Housing Construction Projects</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="./Business_en/HousingConstruction/201802/W020181031543437538619.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/HousingConstruction/201802/W020181031543437795923.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/HousingConstruction/201802/W020181031543437946525.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/HousingConstruction/201802/W020181031543438072870.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/HousingConstruction/201802/W020181031543438256218.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>approximately</span><font> 4.32</font>&nbsp;<span>trillion yuan</span></p> <span>New contract amount</span></td> <td><hr></td> <td class="td2"><p class="pName"><span>approximately</span><font> 2.27</font>&nbsp;<span>trillion yuan</span></p> <span>Business income</span></td> </tr> </table> <b>Infrastructure & Investment</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="./Business_en/InfrastructureConstructionandInvestment/201802/W020181031538376135864.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/InfrastructureConstructionandInvestment/201802/W020181031538376450194.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/InfrastructureConstructionandInvestment/201802/W020181031538376783112.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/InfrastructureConstructionandInvestment/201802/W020181031538377030135.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/InfrastructureConstructionandInvestment/201802/W020181031538377287982.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>approximately</span><font> 4.32</font>&nbsp;<span>trillion yuan</span></p> <span>New contract amount</span></td> <td><hr></td> <td class="td2"><p class="pName"><span>approximately</span><font> 2.27</font>&nbsp;<span>trillion yuan</span></p> <span>Business income</span></td> </tr> </table> <b>Real Estate Investment & Development</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="./Business_en/RealEstateInvestmentandDevelopment/201802/W020181031529717125126.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/RealEstateInvestmentandDevelopment/201802/W020181031529717451363.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/RealEstateInvestmentandDevelopment/201802/W020181031529717845695.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/RealEstateInvestmentandDevelopment/201802/W020181031529718257722.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/RealEstateInvestmentandDevelopment/201802/W020181031529718598880.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>approximately</span><font> 4.32</font>&nbsp;<span>trillion yuan</span></p> <span>New contract amount</span></td> <td><hr></td> <td class="td2"><p class="pName"><span>approximately</span><font> 2.27</font>&nbsp;<span>trillion yuan</span></p> <span>Business income</span></td> </tr> </table> <b>Investigation & Design</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="./Business_en/SurveyandDesign/201802/W020181031520917407561.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/SurveyandDesign/201802/W020181031520918014600.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/SurveyandDesign/201802/W020181031520918276000.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/SurveyandDesign/201802/W020181031520918777027.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/SurveyandDesign/201802/W020181031520918978411.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>approximately</span><font> 4.32</font>&nbsp;<span>trillion yuan</span></p> <span>New contract amount</span></td> <td><hr></td> <td class="td2"><p class="pName"><span>approximately</span><font> 2.27</font>&nbsp;<span>trillion yuan</span></p> <span>Business income</span></td> </tr> </table> <b>New Business</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="./Business_en/NewBusiness/201802/W020180228529310246293.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/NewBusiness/201802/W020180228529316118894.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/NewBusiness/201802/W020180228529322009789.jpg" /></a></div> <div class="swiper-slide"><a href="javascript:void(0)"> <img src="./Business_en/NewBusiness/201802/W020180228529327766601.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="javascript:void(0)" style="color:#018dd7">Culture</a></b></p> <img src="./AboutCSCEC/images/P020210910397532443588.png" /></div> <span>We are committed to offering quality services and creating value for customers through guiding and encouraging employees to practice corporate culture specified in Codes of Conduct and Protocols.</span></li> <li> <div> <p><b><a href="javascript:void(0)" style="color:#018dd7">People</a></b></p> <img src="./AboutCSCEC/images/P020210910397621424040.png" /></div> <span>We pool talents from around the world, implement a unified position system for all CSCEC companies and establish four promotion channels for employees, management, professional, consultant and operation.</span></li> <li style="margin-right: 0"> <div> <p><b><a href="javascript:void(0)" style="color:#018dd7">Technology</a></b></p> <img src="../english_cscec/images/ibg6c.jpg" /></div> <span>We give great efforts to managerial and technological innovation, and make continuous breakthroughs in environmentally friendly buildings and intelligent and industrialized construction.</span></li> </ul> <style> .footerbox_link ul{width:auto;} .footerbox_link ul{width:auto;margin-left: 0px;} .footerbox_link ul li{display: block;width:168px;padding-left: 38px;} .footerbox_link ul li:first-child{padding-left: 0;} .footerbox_link ul li a{line-height: 20px;padding: 5px 0px;} .footer_stock .swiper-slide div{display: inline-block;} .footer_stock .swiper-slide div:first-child{margin-right: 30px;} .footer_stock .swiper-slide h1,.footer_stock .swiper-slide h2{display: inline;margin-right:20px;font-size:16px;line-height: 70px;font-weight: normal;color:#333;} .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;} @media screen and (max-width: 992px){ .footer_stock_m{height:auto;max-height:60px;margin-top:10px;padding-right:50px;} .footer_stock_m .pagination3{width:auto;text-align:left;} .footerbox1 dt{margin:10px auto 0 auto;} .footerbox1 dt a{float:left;display:block;margin-right:12px;} .footerbox1 dt a p{margin-top:12px;font-size:14px;line-height:20px;} .footerbox1 dt a p img{display:none;} .footerbox1 dd {margin:10px auto;} .footer_stock_m .swiper-slide div{display: inline-block;} .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;margin-right:5px;font-size:12px;line-height:20px;color:#333;} .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{margin-top:0px;padding:0 10px;} .footerbox1 dt{margin-top: 0;text-align:left;} .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="./AboutCSCEC/"><h1>About</h1></a><a href="./AboutCSCEC/Companyprofile/">Overview</a><a href="./AboutCSCEC/BoardandExecutiveTeam/">Management Team</a><a href="./AboutCSCEC/History_en/">History & Milestone</a><a href="./AboutCSCEC/OrganizationalStructure_en/">Company Structure</a></li> <li><a href="./Business_en/"><h1>Business</h1></a><a href="./Business_en/HousingConstruction/">Housing Construction</a><a href="./Business_en/InfrastructureConstructionandInvestment/">Infrastructure & Investment</a><a href="./Business_en/RealEstateInvestmentandDevelopment/">Real Estate Investment & Development</a><a href="./Business_en/SurveyandDesign/">Investigation & Design</a><a href="./Business_en/NewBusiness/">New Business</a></li> <li><a href="./CompanyNews/"><h1>News</h1></a><a href="./CompanyNews/CorporateNews/">News Center</a><a href="./CompanyNews/Companyannouncement/">Feature</a><a href="./CompanyNews/Roadshowmaterials/">Social Media</a><a href="./CompanyNews/MediaCoverage/">Media Coverage</a></li> <li><a href="./CulturalBrand/"><h1>Culture</h1></a><a href="./CulturalBrand/CorporateMission_en/">Mission & Vision</a><a href="./CulturalBrand/CoreValues_en/">Corporate Values</a><a href="./CulturalBrand/BrandStory/">Codes of Conduct</a></li> <li><a href="./CorporateSocialResponsibility/"><h1>Social Responsibility</h1></a><a href="./CorporateSocialResponsibility/CSRPolicy/">Philosophy</a><a href="./CorporateSocialResponsibility/CRSReports/">Social Responsibility Report</a><a href="./CorporateSocialResponsibility/Community/">Community</a></li> <li><a href="./Career_en/"><h1>Career</h1></a><a href="./Career_en/Talentstrategy_en/">HR Strategy</a><a href="./Career_en/CareerDevelopment/">Career Development</a><a href="./Career_en/JobOpportunities/">Join Us</a></li> </ul> </div> <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> <h1>CSCEC:<i>601668.sh;</i></h1> <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> Current Price:<i>" + parseFloat(curr_sh601668).toFixed(2) + "</i></h2>" + "<h2 class='c-gray'>Change:<i>" + parseFloat(zhangfu_sh601668).toFixed(2) + "</i></h2>"); }else if(zhangfu_sh601668>0){ document.write("<h2> Current Price:<i>" + parseFloat(curr_sh601668).toFixed(2) + "</i></h2>" + "<h2>Change:<i>" + parseFloat(zhangfu_sh601668).toFixed(2) + "</i></h2>"); }else{ document.write("<h2 class='c-green'> Current Price:" + parseFloat(curr_sh601668).toFixed(2) + "</i></h2>" + "<h2 class='c-green'>Change:<i>" + parseFloat(zhangfu_sh601668).toFixed(2) + "</i></h2>"); } </script> </div> <div> <h1>COLI:<i>00688.hk;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'>Change:<i>"+parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk00688>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" + "<h2>Change:<i>"+parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+"<h2 class='c-green'>Change:<i>"+parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>"); } </script> </div> </div> <div class="swiper-slide"> <div> <h1>CSCI:<i>03311.hk;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk03311>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" + "<h2>Change:<i>" +parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" + "<h2 class='c-green'>Change:<i>"+parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>"); } </script> </div> <div> <h1>Cogogl:<i>00081.hk;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'>Change:<i>"+parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk00081>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" + "<h2>Change:<i>"+parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>"); } else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" + "<h2 class='c-green'>Change:<i>"+parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>"); } </script> </div> </div> <div class="swiper-slide"> <div> <h1>West-Construction:<i>002302.sz;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>"); }else if(zhangfu_sz002302>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>" + "<h2>Change:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>"); } </script> </div> <div> <h1>csc development:<i>00830.hk;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" + "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk00830>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>" + "<h2>Change:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>"); } </script> </div> </div> <div class="swiper-slide"> <div> <h1>COPM:<i>02669.hk;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk02669>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2>Change:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>"); } </script> </div> <div> <h1>CSST:<i>300425.sz;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>"); }else if(zhangfu_sz300425>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2>Change:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>"); } </script> </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><h1>CSCEC:<i>601668.sh;</i></h1> <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'>Current Price:<i>"+parseFloat(curr_sh601668).toFixed(2)+"</i></h2>"+ "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_sh601668).toFixed(2)+"</i></h2>"); }else if(zhangfu_sh601668>0){ document.write("<h2>Current Price:<i>"+parseFloat(curr_sh601668).toFixed(2)+"</i></h2>"+ "<h2>Change:<i>" +parseFloat(zhangfu_sh601668).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(curr_sh601668).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_sh601668).toFixed(2)+"</i></h2>"); } </script> </div> <div> <h1>COLI:<i>00688.hk;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk00688>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2>Change:<i>" +parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_hk00688).toFixed(2)+"</i></h2>"); } </script> </div> </div> <div class="swiper-slide"> <div> <h1>CSCI:<i>03311.hk;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk03311>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2>Change:<i>" +parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+"<h2 class='c-green'>Change:<i>"+parseFloat(zhangfu_hk03311).toFixed(2)+"</i></h2>"); } </script> </div> <div> <h1>Cogogl:<i>00081.hk;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk00081>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2>Change:<i>" +parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_hk00081).toFixed(2)+"</i></h2>"); } </script> </div> </div> <div class="swiper-slide"><div><h1>West-Construction:<i>002302.sz;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>"+ "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>"); }else if(zhangfu_sz002302>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>"+ "<h2>Change:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[3]).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_sz002302).toFixed(2)+"</i></h2>"); } </script></div> <div><h1>csc development:<i>00830.hk;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk00830>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2>Change:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_hk00830).toFixed(2)+"</i></h2>"); } </script></div> </div> <div class="swiper-slide"> <div><h1>COPM:<i>02669.hk;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>"); }else if(zhangfu_hk02669>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2>Change:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_hk02669).toFixed(2)+"</i></h2>"); } </script></div> <div> <h1>CSST:<i>300425.sz;</i></h1> <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'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-gray'>Change:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>"); }else if(zhangfu_sz300425>0){ document.write("<h2>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2>Change:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>"); }else{ document.write("<h2 class='c-green'>Current Price:<i>"+parseFloat(elements[6]).toFixed(2)+"</i></h2>"+ "<h2 class='c-green'>Change:<i>" +parseFloat(zhangfu_sz300425).toFixed(2)+"</i></h2>"); } </script> </div> <div></div> </div> </div> </div> <div class="pagination3"></div> </div> <!--copyright --> <dl class="footerbox1"> <dt> <a href="https://www.linkedin.com/company/china-state-construction-engrg.-corp.-ltd-cscec-/" target="_blank"><img src="../english_cscec/images/icon_en1.jpg" /></a> <a href="https://www.facebook.com/CSCECNews/" target="_blank"><img src="../english_cscec/images/icon_en2.jpg" /></a> <a href="https://twitter.com/CSCECNEWS" target="_blank"><img src="../english_cscec/images/icon_en3.jpg" /></a> <a href="https://www.youtube.com/channel/UCe2GGuqcIBr5pLNZE5_N6Dw?view_as=subscriber" target="_blank"><img src="../english_cscec/images/icon_en4.jpg" /></a> </dt> <dd><p><a href="./Auxiliary_column/Sitemap_en/">Site Map</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="./Auxiliary_column/LegalNotices/">Legal Statement</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="./Auxiliary_column/FAQ/">FAQ</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="./Auxiliary_column/Contactus/">Contact Us</a></p><p>©2017-2020 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=2244" async="async" defer="defer"></script> <script src="../images/SuperSlide.js"></script> <script type="text/javascript" src="../english_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>

Pages: 1 2 3 4 5 6 7 8 9 10