﻿<!doctype html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>河北建设集团股份有限公司</title>
<meta name="generator" content="" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<style>
.picBG{
	width:100%;
	height:700px;
	background-size:100% 700px;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	position: absolute;
	left: 0px;
	z-index: -1;
}
.videoTitle{
	font-family: "Microsoft YaHei";
	font-size: 20px;
	color: #000000;
	margin-top: 16px;
	margin-left: 16px;
	float: left;
}
.tableMain{
	display:table;
	width: 1176px;
	height: 504px;
	position: absolute;
	text-align:left;
}  
.table-row-group{display:table-row-group;}  
.table-row{display:table-row;}
.table-cell{
	display:table-cell;
	width:392px;
	height:222px;
	background-color: #FFFFFF;
}  
 </style>
<link href="templates/default/style/webstyle.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/bgStyle.css" />
<script type="text/javascript" src="templates/default/js/jquery.min.js"></script>
<script type="text/javascript" src="templates/default/js/mainMenuBG.js"></script>
<link href="/video/video-js.css" rel="stylesheet">
<script src="/video/videojs-ie8.min.js"></script>
<script src="/video/video.js"></script>
</head>
<body>
<div id="mainMenuBG" class="mainTitleBG">
	<div style="width:1176px; height:80px; margin:0 auto;">
		<div style="float: left;"><img src="images/logo_sc.png" id="logoMain" border="0"/></div>
		<!-- header-->
		﻿<div class="navArea">
	<ul class="nav">
		<li><a href="about.php">关于我们</a><ul class="nav_sub"><li><a href="about.php?cid=47" target="_self">企业文化</a></li><li><a href="about.php?cid=14">发展历程</a></li><li><a href="about.php?cid=15">管理团队</a></li><li><a href="aboutimg.php?cid=3">资质荣誉</a></li></ul></li><li><a href="case.php">业务概览</a><ul class="nav_sub"><li><a href="case.php?cid=18">建设工程承包业务</a></li><li><a href="case.php?cid=22">其他业务</a></li><li><a href="product.php?cid=162">海外业务</a></li><li><a href="product.php?cid=237">精品工程</a></li></ul></li><li><a href="ir.php?cid=34">投资者关系</a><ul class="nav_sub"><li><a href="ir.php?cid=28">公司讯息</a></li><li><a href="ir.php?cid=16">公告及通函</a></li><li><a href="ir.php?cid=30">财务报告</a></li><li><a href="ir.php?cid=31">公司推介投影片</a></li><li><a href="ir.php?cid=32">企业管治报告</a></li><li><a href="ir.php?cid=33">招股书</a></li><li><a href="ir.php?cid=34">投资者关系查询</a></li><li><a href="ir.php?cid=277">发布企业通讯</a></li></ul></li><li><a href="news.php?cid=4">传媒中心</a><ul class="nav_sub"><li><a href="news.php?cid=29">新闻动态</a></li><li><a href="news.php?cid=19">视频展示</a></li><li><a href="news.php?cid=20">媒体查询</a></li></ul></li><li><a href="join.php"> 人力资源</a><ul class="nav_sub"></ul></li><li><a href="contact.php">联系我们</a><ul class="nav_sub"></ul></li>		&nbsp;&nbsp;
		<a href="javascript:zh_tran('s')"><img src="images/lang_sc.gif" border="0" /></a>
		<a href="javascript:zh_tran('t')"><img src="images/lang_tc.gif" id="switcher_link" border="0" /></a>
		<a href="/en"><img src="images/lang_en.gif" border="0" /></a>
	</ul>
<script type="text/javascript" src="http://hq.sinajs.cn/list=hk01727" charset="utf-8"></script>
<script type="text/javascript">
var elements=hq_str_hk01727.split(",");
var marqueeContent=new Array();   //滚动新闻
marqueeContent[0]='河北建设(01727.HK)最新价:'+elements[4];
marqueeContent[1]='最高价'+elements[6]+' 最低价'+elements[5];
marqueeContent[2]='数据更新时间:'+elements[17]+" "+elements[18];

var marqueeInterval=new Array();  //定义一些常用而且要经常用到的变量
var marqueeId=0;
var marqueeDelay=2000;
var marqueeHeight=20;
//接下来的是定当前价格:义一些要使用到的函数r
function initMarquee() {
    var str=marqueeContent[0];
    document.write('<div id=marqueeBox style="overflow:hidden; height:20px; width:180px; font-size: 11px; color:#FFFFFF; text-align:right; position: relative; top:-12px;left:573px;" onmouseover="clearInterval(marqueeInterval[0])" onmouseout="marqueeInterval[0]=setInterval(\'startMarquee()\',marqueeDelay)"><div>'+str+'</div></div>');
    marqueeId++;
    marqueeInterval[0]=setInterval("startMarquee()",marqueeDelay);
    }
function startMarquee() {
    var str=marqueeContent[marqueeId];
        marqueeId++;
    if(marqueeId>=marqueeContent.length) marqueeId=0;
    if(marqueeBox.childNodes.length==1) {
        var nextLine=document.createElement('DIV');
        nextLine.innerHTML=str;
        marqueeBox.appendChild(nextLine);
        }
    else {
        marqueeBox.childNodes[0].innerHTML=str;
        marqueeBox.appendChild(marqueeBox.childNodes[0]);
        marqueeBox.scrollTop=0;
        }
    clearInterval(marqueeInterval[1]);
    marqueeInterval[1]=setInterval("scrollMarquee()",20);
    }
function scrollMarquee() {
    marqueeBox.scrollTop++;
    if(marqueeBox.scrollTop%marqueeHeight==(marqueeHeight-1)){
        clearInterval(marqueeInterval[1]);
        }
    }
initMarquee();
</script>
</div>
<script type="text/javascript">
$(function(){
	/*下拉菜单*/
	$(".nav li").hover(function(){
		$(this).parents(".nav > li").find("a:first").addClass("on2");
		$(this).find("ul:first").show(); //鼠标滑过查找li下面的第一个ul显示
	},function(){
		var navobj = $(this).find("ul:first");
		navobj.hide();
		//鼠标离开隐藏li下面的ul
		if(navobj.attr("class") == "nav_sub")
		{
			$(this).find("a:first").removeClass("on2");
		}
	})
	//给li下面ul是s的样式的前一个同辈元素添加css
	$(".nav li ul li ul").prev().addClass("t");
})

</script>
		<!-- /header-->
	</div>
</div>
<script type="text/javascript" src="js/bgLoop.js"></script>
<div class="picBG">
<ul class="cb-slideshow">
	<li><span></span><div></div></li>
	<li><span></span><div></div></li>
	<li><span></span><div></div></li>
	<li><span></span><div></div></li>
	<li><span></span><div></div></li>
</ul>
</div> 
<div id="bottom" class="mainbodyBG">
	<div class="mainbody">
		<div class="tableMain">  
			<div class="table-row-group">  
            	<ul class="table-row">  
                	<li class="table-cell">
						<!-- aboutus11-->
						<div class="aboutus">
						<p>
	<span style="color:#333333;font-size:18px;">关于我们</span> 
</p>
<p class="MsoNormal" style="text-indent:21pt;">
	<span style="font-family:宋体;font-size:small;"> <span style="line-height:150%;font-family:仿宋;font-size:15pt;"><span style="line-height:2;font-family:Tahoma;font-size:12px;">河北建设集团前身为中央轻工业部东北工程公司（1952年成立）和纺织工业部华北纺织管理局第一建筑安装工程公司（1953年成立），这两支中央部属企业... <a href="about.php">[更多>>]</a>						</div>
						<!-- /aboutus11-->
					</li>  
                	<li class="table-cell">
						<!-- aboutus12-->
						<div class="aboutus">
						<span style="color:#333333;font-family:Microsoft YaHei;font-size:20px;">企业文化</span> <br />
<p align="justify">
	<strong> 和谐的家 尽责的人</strong><br />
“人类因梦想而伟大，企业因文化而繁荣。”河北建设集团在60多年的风雨历程中，继承中华文化之传统，采集儒家管理哲学之精华，形成了特色鲜明的“家·人”文化。多年来，河北建设集团以先进的文化理念为引领，充分发挥企业文化的凝聚作用，... <a href="about.php?cid=47">[更多>>]</a>						</div>	
						<!-- /aboutus12-->			
					</li>  
					<li class="table-cell">
						<!-- videoTitle13-->
					  <div class="aboutus"><span style="font-size:20px;font-family:Microsoft YaHei;color:#333333;">
						公司推介投影片</span><br />
						  <video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="320" height="180" poster="/images/video_img.png" data-setup="{}">
    <source src="/video/demoCH640.mp4" type="video/mp4">
    <source src="/video/demoCH640.webm" type="video/webm">
    <source src="/video/demoCH640.ogv" type="video/ogg">
    <track kind="captions" src="/video/captions.vtt" srclang="zh-TW" label="zh-TW"></track>
    <!-- Tracks need an ending tag thanks to IE9 -->
    <track kind="subtitles" src="/video/captions.vtt" srclang="zh-TW" label="zh-TW"></track>
    <!-- Tracks need an ending tag thanks to IE9 -->
    <p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
  </video>
					</div>
						<!-- /videoTitle13-->
					</li>  
				</ul>  
				<ul class="table-row">  
					<li class="table-cell">
						<!-- newslist21-->	
						<div class="newwarp">
							<span style="font-size:20px;font-family:Microsoft YaHei;color:#333333;line-height: 30px;">公告及通函</span><br />
																<span style="font-size:14px;">07-01</span>· <a href="/uploads/soft/20250701/1751369198.pdf" style="color:#5E6267;font-size:14px;font-weight:;" title="河北建設集團股份有限公司章程 ">河北建設集團股份有限公司章程 <br /><img src="images/newslist21.jpg"></a>
														</div>
						<!-- /newslist21-->				
					</li>  
               		<li class="table-cell">
						<!-- newslist22-->	
						<div class="newwarp">
							<span style="font-size:20px;font-family:Microsoft YaHei;color:#333333;line-height: 30px;">企业管治报告</span><br />
																<span style="font-size:14px;">07-05</span>· <a href="/uploads/soft/20210705/1625455091.pdf" style="color:#5E6267;font-size:14px;font-weight:;">董事名单与其角色和职能<br /><img src="images/newslist22.jpg"></a>
														</div>
						<!-- /newslist22-->				
					</li>  
          		      <li class="table-cell">
						<!-- newslist23-->
						<div class="newwarp">
						<span style="font-size:20px;font-family:Microsoft YaHei;color:#333333;line-height: 30px;">新闻动态</span><br />
						<span style="font-size:14px;line-height: 30px;">
																07-01· <a href="/uploads/soft/20250701/1751366217.pdf" title="集团召开2024年度表彰会" style="color:#5E6267;font-size:14px;line-height:30px;">集团召开2024年度表彰会</a><br />
																05-30· <a href="/uploads/soft/20250530/1748600494.pdf" title="集团2025职工篮球赛圆满结束" style="color:#5E6267;font-size:14px;line-height:30px;">集团2025职工篮球赛圆满结束</a><br />
																05-30· <a href="/uploads/soft/20250530/1748599541.pdf" title="保定市总工会主旋律电影进工地活动走进集团广安门医院项目" style="color:#5E6267;font-size:14px;line-height:30px;">保定市总工会主旋律电影进工地活动走进集...</a><br />
																05-28· <a href="/uploads/soft/20250528/1748420480.pdf" title="河北建设集团县域经济产发研究院成立" style="color:#5E6267;font-size:14px;line-height:30px;">河北建设集团县域经济产发研究院成立</a><br />
																02-26· <a href="/uploads/soft/20250226/1740537852.pdf" title="集团召开省内空白县域领办单位授牌大会" style="color:#5E6267;font-size:14px;line-height:30px;">集团召开省内空白县域领办单位授牌大会</a><br />
																01-24· <a href="/uploads/soft/20250124/1737711666.pdf" title="集团召开五届四次职代会暨党政工作会议" style="color:#5E6267;font-size:14px;line-height:30px;">集团召开五届四次职代会暨党政工作会议</a><br />
																</span>						</div>
						<!-- /newslist23-->
					</li>  
            	</ul>  
        	</div>  
		</div>
	</div>
</div>
<div id="bottom" class="FooterBG">
﻿<div class="bottomTable">
<!-- sitemap-->
<br />
	<div class="table-row-group-footer">  
		<ul class="table-row-footer">
			<li class="table-cell-footer1"><a href="about.php">关于我们</a></li><li class="table-cell-footer1"><a href="case.php">业务概览</a></li><li class="table-cell-footer1"><a href="ir.php?cid=34">投资者关系</a></li><li class="table-cell-footer1"><a href="news.php?cid=4">传媒中心</a></li><li class="table-cell-footer1"><a href="join.php"> 人力资源</a></li><li class="table-cell-footer1"><a href="contact.php">联系我们</a></li>			<li class="table-cell-footer1"><a href="weblink.php">友情链接</a></li> 
		</ul>
		<ul class="table-row-footer">
			<li class="table-cell-footer2"> <a href="about.php?cid=47" target="_self">企业文化</a><br /> <a href="about.php?cid=14">发展历程</a><br /> <a href="about.php?cid=15">管理团队</a><br /> <a href="aboutimg.php?cid=3">资质荣誉</a><br /></li>
			<li class="table-cell-footer2"> <a href="case.php?cid=18">建设工程承包业务</a><br /> <a href="case.php?cid=22">其他业务</a><br /> <a href="product.php?cid=162">海外业务</a><br /> <a href="product.php?cid=237">精品工程</a><br /></li> 
			<li class="table-cell-footer2"> <a href="ir.php?cid=28">公司讯息</a><br /> <a href="ir.php?cid=16">公告及通函</a><br /> <a href="ir.php?cid=30">财务报告</a><br /> <a href="ir.php?cid=31">公司推介投影片</a><br /> <a href="ir.php?cid=32">企业管治报告</a><br /> <a href="ir.php?cid=33">招股书</a><br /> <a href="ir.php?cid=34">投资者关系查询</a><br /> <a href="ir.php?cid=277">发布企业通讯</a><br /></li> 
			<li class="table-cell-footer2"> <a href="news.php?cid=29">新闻动态</a><br /> <a href="news.php?cid=19">视频展示</a><br /> <a href="news.php?cid=20">媒体查询</a><br /></li> 
			<li class="table-cell-footer2"></li> 
			<li class="table-cell-footer2"></li>
			<li class="table-cell-footer2"><br /></li> 
		</ul>
	</div>
<!-- /sitemap-->
</div>
<!-- footer-->
<div class="footer">
	<br />© 2018 河北建设集团股份有限公司 版权所有
<a href="http://beian.miit.gov.cn/" target="_blank">冀ICP备09000167号-2</a></div>
<!-- /footer-->
<script type="text/javascript" src="js/trans.js"></script>  
</div>
</body>
</html>