document.writeln("");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln(" - 首页
");
document.writeln(" - 关于我们");
document.writeln("
");
document.writeln("
");
document.writeln("
领导致辞");
document.writeln("
公司简介 ");
document.writeln("
管理团队 ");
document.writeln("
组织机构 ");
document.writeln("
资质荣誉");
document.writeln("
人才队伍");
document.writeln("
联系我们");
document.writeln("
");
document.writeln("
");
document.writeln(" ");
document.writeln(" - 资讯中心 ");
document.writeln("
");
document.writeln("
");
document.writeln("
公司新闻 ");
document.writeln("
集团要闻 ");
document.writeln("
企业公告 ");
document.writeln("
项目动态 ");
document.writeln("
视频集锦 ");
document.writeln("
专题专栏 ");
document.writeln("
");
document.writeln("
");
document.writeln(" ");
document.writeln(" - 业务中心 ");
document.writeln("
");
document.writeln("
");
document.writeln("
电源工程业务");
document.writeln("
基础设施业务");
document.writeln("
电网工程业务");
document.writeln("
延伸业务");
document.writeln("
");
document.writeln("
");
document.writeln(" ");
document.writeln(" - 业绩实力");
document.writeln("
");
document.writeln("
");
document.writeln("
工程设备 ");
document.writeln("
工程业绩 ");
document.writeln("
精品工程 ");
document.writeln("
获奖项目");
document.writeln("
");
document.writeln("
");
document.writeln(" ");
document.writeln(" - 社会责任");
document.writeln("
");
document.writeln("
");
document.writeln("
责任理念 ");
document.writeln("
科技创新 ");
document.writeln("
责任行动 ");
document.writeln("
安全与健康");
document.writeln("
");
document.writeln("
");
document.writeln(" ");
document.writeln(" - 铁军文化");
document.writeln("
");
document.writeln("
");
document.writeln("
文化体系");
document.writeln("
文化理念 ");
document.writeln("
文化艺苑 ");
document.writeln("
");
document.writeln("
");
document.writeln(" ");
document.writeln(" - 信息公开 ");
document.writeln("
");
document.writeln("
");
document.writeln("
企业重大事项 ");
document.writeln("
企业经营管理 ");
document.writeln("
企业人员任免 ");
document.writeln("
工程项目招标 ");
document.writeln("
设备物资采购 ");
document.writeln("
企业人员招聘 ");
document.writeln("
清欠联系方式 ");
document.writeln("
");
document.writeln("
");
document.writeln(" ");
document.writeln(" - 电建网群
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
window.setinterval(function(){
//console.log("test")
current_index++;
if(current_index==$(".tgimg").length){current_index=0}
$(".tgimg").addclass("hide").eq(current_index).removeclass("hide")
$(".tgcontent").addclass("hide").eq(current_index).removeclass("hide")
$(".tgradio").removeclass("act").eq(current_index).addclass("act")
},5000);
$(".leftctrl").click(function(){
current_index--;
if(current_index<0){
current_index=$(".tgimg").length-1;
}
$(".tgimg").addclass("hide").eq(current_index).removeclass("hide")
$(".tgcontent").addclass("hide").eq(current_index).removeclass("hide")
$(".tgradio").removeclass("act").eq(current_index).addclass("act")
})
$(".rightctrl").click(function(){
current_index++;
if(current_index>$(".tgimg").length-1){
current_index=0;
}
$(".tgimg").addclass("hide").eq(current_index).removeclass("hide")
$(".tgcontent").addclass("hide").eq(current_index).removeclass("hide")
$(".tgradio").removeclass("act").eq(current_index).addclass("act")
})