<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>辽宁海阔水利水电工程有限公司</title>
<meta name="description" content="辽宁海阔水利水电工程有限公司">
<meta name="keywords" content="辽宁海阔水利水电工程有限公司">
<link rel="stylesheet" href="templates/default/css/lrtk.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="templates/default/css/StyleSheet.css">
<link href="templates/default/css/lrtk1.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="templates/default/js/jquery.min.js"></script>
<script type="text/javascript" src="templates/default/js/lrtk.js"></script>
<script type="text/javascript" src="templates/default/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="templates/default/js/koala.min.1.5.js"></script>
    <script type="text/javascript">
$(function() {
	var sWidth = $("#focus").width(); //获取焦点图的宽度（显示面积）
	var len = $("#focus ul li").length; //获取焦点图个数
	var index = 0;
	var picTimer;
	
	//以下代码添加数字按钮和按钮后的半透明条，还有上一页、下一页两个按钮
	var btn = "<div class='btnBg'></div><div class='btn'>";
	for(var i=0; i < len; i++) {
		btn += "<span></span>";
	}
	btn += "</div><div class='preNext pre'></div><div class='preNext next'></div>";
	$("#focus").append(btn);
	$("#focus .btnBg").css("opacity",0.5);

	//为小按钮添加鼠标滑入事件，以显示相应的内容
	$("#focus .btn span").css("opacity",0.4).mouseenter(function() {
		index = $("#focus .btn span").index(this);
		showPics(index);
	}).eq(0).trigger("mouseenter");

	//上一页、下一页按钮透明度处理
	$("#focus .preNext").css("opacity",0.2).hover(function() {
		$(this).stop(true,false).animate({"opacity":"0.5"},300);
	},function() {
		$(this).stop(true,false).animate({"opacity":"0.2"},300);
	});

	//上一页按钮
	$("#focus .pre").click(function() {
		index -= 1;
		if(index == -1) {index = len - 1;}
		showPics(index);
	});

	//下一页按钮
	$("#focus .next").click(function() {
		index += 1;
		if(index == len) {index = 0;}
		showPics(index);
	});

	//本例为左右滚动，即所有li元素都是在同一排向左浮动，所以这里需要计算出外围ul元素的宽度
	$("#focus ul").css("width",sWidth * (len));
	
	//鼠标滑上焦点图时停止自动播放，滑出时开始自动播放
	$("#focus").hover(function() {
		clearInterval(picTimer);
	},function() {
		picTimer = setInterval(function() {
			showPics(index);
			index++;
			if(index == len) {index = 0;}
		},4000); //此4000代表自动播放的间隔，单位：毫秒
	}).trigger("mouseleave");
	
	//显示图片函数，根据接收的index值显示相应的内容
	function showPics(index) { //普通切换
		var nowLeft = -index*sWidth; //根据index值计算ul元素的left值
		$("#focus ul").stop(true,false).animate({"left":nowLeft},300); //通过animate()调整ul元素滚动到计算出的position
		//$("#focus .btn span").removeClass("on").eq(index).addClass("on"); //为当前的按钮切换到选中的效果
		$("#focus .btn span").stop(true,false).animate({"opacity":"0.4"},300).eq(index).stop(true,false).animate({"opacity":"1"},300); //为当前的按钮切换到选中的效果
	}
});

</script>

</head>

<body>
   <script type="text/javascript">
function check_seachkey(){
	var key=$("#seach_key").val();
	if(!key){
		alert("请输入查询的关键词！！！");
		return false;
		}
	}
$(function(){
	$("#nav>ul>li").hover(function(){
		$(this).find("ul").stop(true,true).show("600");
		},function(){
			$(this).find("ul").stop(true,true).hide("600");
			})
	})
</script>
  <div class="hear_top">
	     <div class="hear_top_cont">
			 <div class="hear_top_r"> 		 	 
				 <marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="3">
					欢迎来到辽宁海阔水利水电工程有限公司官方网站！
				 </marquee>
			 </div>
			 <div class="search">
              <form action="index.php?p=seach_list" method="post" onSubmit="return check_seachkey()">
				<input name="key" type="text" value="" size="" class="S_Input" width="280" height="32"   id="seach_key"/>
				<input name="tijiao" type="image" src="templates/default/images/serch_btn.png" value="" class="S_Btn" />
              </form>
			 </div>
		 </div>
	   </div>
	 <div class="header_bg">
	 	<div class="header">
			<div class="logo"><img src="uploadfile/18245_20170704090227.jpg"></div>
			<div class="nav_bg">
			   <ul class="nav">
  	
            <li  class="nav_li"><a href="index.php" target="">返回首页</a></li>
        <li  class="nav_li"><a href="index.php?p=about&lanmu=3" target="">公司简介</a></li>
        <li  class="nav_li"><a href="index.php?p=news_list&lanmu=1" target="">新闻中心</a></li>
        <li  class="nav_li"><a href="index.php?p=products_list&lanmu=2" target="">设备环境</a></li>
        <li  class="nav_li"><a href="index.php?p=products_list&lanmu=8" target="">工程案例</a></li>
        <li  class="nav_li"><a href="index.php?p=job_list&lanmu=5" target="">人才招聘</a></li>
        <li  class="nav_li"><a href="index.php?p=about&lanmu=7" target="">联系我们</a></li>
        			   </ul>
		   </div>
		</div>
	 </div>
<div class="D_Banner">
	<script type="text/javascript" src="templates/default/js/jquery-1.7.2.min.js"></script>
    <script type="text/javascript" src="templates/default/js/index.js"></script>
    <div class="pub_c">
        <div class="m_banner">
     
						            <div class="banner b1" style="background-image: url(uploadfile/15938_20170703165901.jpg);" id="banner1"><a href=""  title="2"></a></div>
				            <div class="banner b2" style="background-image: url(uploadfile/30484_20190110093044.jpg);" id="banner2"><a href=""  title="3"></a></div>
				        </div>
    </div>
</div>  
	 
<!--	 <div class="banner">
		<div id="focus">
			<ul>
                
                                               		<li><img src="uploadfile/15938_20170703165901.jpg" /></li>
                                		<li><img src="uploadfile/30484_20190110093044.jpg" /></li>
                                 			</ul>
		</div>
	  </div>-->
   <style>
   .rollBox .Cont{ height:auto !important; float:none !important;} .index_prod_ul{ height:auto !important}.ScrCont{ height:auto !important}.index_prod{ height:550px !important;}
   </style>
	  <div class="index_cont">
	    <div class="index_prod">
		  
	 	  <div class="rollBox">
         		  <div class="index_prod_top">荣誉资质</br> <span>Honor</span></div>
          
      <div onmouseup="ISL_StopUp2()" class="LeftBotton" onmousedown="ISL_GoUp2()" onmouseover="ISL_StopAuto2()"
        onmouseout="ISL_StartAuto2()">
    </div>
    <div class="Cont" id="ISL_Cont">
       <div class="ScrCont">
          <div id="List1">
      
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img_1"><A href="index.php?p=products_show&id=107&c_id=9&lanmu=10"><img src="uploadfile/20190110/20190110095347_90483.jpg" width="275" height="390"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=107&c_id=9&lanmu=10">企业荣誉</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img_1"><A href="index.php?p=products_show&id=106&c_id=9&lanmu=10"><img src="uploadfile/20190110/20190110095347_18761.jpg" width="275" height="390"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=106&c_id=9&lanmu=10">企业荣誉</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img_1"><A href="index.php?p=products_show&id=105&c_id=9&lanmu=10"><img src="uploadfile/20190110/20190110095347_79656.jpg" width="275" height="390"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=105&c_id=9&lanmu=10">企业荣誉</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img_1"><A href="index.php?p=products_show&id=104&c_id=9&lanmu=10"><img src="uploadfile/20190110/20190110095347_71325.jpg" width="275" height="390"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=104&c_id=9&lanmu=10">企业荣誉</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img_1"><A href="index.php?p=products_show&id=103&c_id=9&lanmu=10"><img src="uploadfile/20190110/20190110095346_94097.jpg" width="275" height="390"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=103&c_id=9&lanmu=10">企业荣誉</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img_1"><A href="index.php?p=products_show&id=102&c_id=9&lanmu=10"><img src="uploadfile/20190110/20190110095346_32263.jpg" width="275" height="390"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=102&c_id=9&lanmu=10">企业荣誉</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img_1"><A href="index.php?p=products_show&id=101&c_id=9&lanmu=10"><img src="uploadfile/20190110/20190110095346_45565.jpg" width="275" height="390"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=101&c_id=9&lanmu=10">企业荣誉</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img_1"><A href="index.php?p=products_show&id=100&c_id=9&lanmu=10"><img src="uploadfile/20190110/20190110095346_79114.jpg" width="275" height="390"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=100&c_id=9&lanmu=10">企业荣誉</A></li>
		  </ul>
      	  </div>
	  <div id="List2">
            </div>
        </div>
    </div>
    <Div style="clear:both"></Div>
    <div onmouseup="ISL_StopDown2()" class="RightBotton" onmousedown="ISL_GoDown2()" onmouseover="ISL_StopAuto2()"
        onmouseout="ISL_StartAuto2()">
    </div>
</div>
<Div style="clear:both"></Div>
          <script language="javascript" type="text/javascript">
var Speed = 30; //速度(毫秒)
var Space = 6; //每次移动(px)
var PageWidth = 208; //翻页宽度
var fill = 0; //整体移位
var MoveLock = false;
var MoveTimeObj;
var Comp = 0;
var AutoPlayObj = null;
GetObj("List2").innerHTML = GetObj("List1").innerHTML;
GetObj('ISL_Cont').scrollLeft = fill;

//GetObj("ISL_Cont").onmouseover = function(){clearInterval(AutoPlayObj);}
//GetObj("ISL_Cont").onmouseout = function(){AutoPlay();}

//默认图片自动滚动
var tab=document.getElementById("ISL_Cont");
var tab1=document.getElementById("List1");
var tab2=document.getElementById("List2");
tab2.innerHTML=tab1.innerHTML;
function Marquee(){
	if(tab2.offsetWidth-tab.scrollLeft<=0)
		tab.scrollLeft-=tab1.offsetWidth
	else{
		tab.scrollLeft++;
	}
}
var MyMar=setInterval(Marquee,Speed);
tab.onmouseover=function() {clearInterval(MyMar)};
tab.onmouseout=function() {MyMar=setInterval(Marquee,Speed)};

function GetObj(objName){if(document.getElementById){return eval('document.getElementById("'+objName+'")')}else{return eval('document.all.'+objName)}}

function AutoPlay(){ //自动滚动
 clearInterval(AutoPlayObj);
 AutoPlayObj = setInterval('ISL_GoDown2();ISL_StopDown2();',8000); //间隔时间
}

function ISL_StartAuto2(){ //开始自动滚动
	MyMar=setInterval(Marquee,Speed);
}

function ISL_StopAuto2(){ //暂停自动滚动
 clearInterval(MyMar);
}

function ISL_GoUp2(){ //上翻开始
 if(MoveLock) return;
 clearInterval(AutoPlayObj);
 MoveLock = true;
 MoveTimeObj = setInterval('ISL_ScrUp();',Speed);
}

function ISL_StopUp2(){ //上翻停止
 clearInterval(MoveTimeObj);
 if(GetObj('ISL_Cont').scrollLeft % PageWidth - fill != 0){
  Comp = fill - (GetObj('ISL_Cont').scrollLeft % PageWidth);
  CompScr();
 }else{
  MoveLock = false;
 }
}

function ISL_ScrUp(){ //上翻动作
 if(GetObj('ISL_Cont').scrollLeft <= 0){GetObj('ISL_Cont').scrollLeft = GetObj('ISL_Cont').scrollLeft + GetObj('List1').offsetWidth}
 GetObj('ISL_Cont').scrollLeft -= Space ;
}
function ISL_GoDown2(){ //下翻
 clearInterval(MoveTimeObj);
 if(MoveLock) return;
 clearInterval(AutoPlayObj);
 MoveLock = true;
 ISL_ScrDown();
 MoveTimeObj = setInterval('ISL_ScrDown()',Speed);
 tab.onmouseover=function() {clearInterval(MyMar)};
}
function ISL_StopDown2(){ //下翻停止
 clearInterval(MoveTimeObj);
 if(GetObj('ISL_Cont').scrollLeft % PageWidth - fill != 0 ){
  Comp = PageWidth - GetObj('ISL_Cont').scrollLeft % PageWidth + fill;
  CompScr();
 }else{
  MoveLock = false;
 }

}
function ISL_ScrDown(){ //下翻动作
 if(GetObj('ISL_Cont').scrollLeft >= GetObj('List1').scrollWidth){GetObj('ISL_Cont').scrollLeft = GetObj('ISL_Cont').scrollLeft - GetObj('List1').scrollWidth;}
 GetObj('ISL_Cont').scrollLeft += Space ;
}
function CompScr(){
 var num;
 if(Comp == 0){MoveLock = false;return;}
 if(Comp < 0){ //上翻
  if(Comp < -Space){
   Comp += Space;
   num = Space;
  }else{
   num = -Comp;
   Comp = 0;
  }
  GetObj('ISL_Cont').scrollLeft -= num;
  setTimeout('CompScr()',Speed);
 }else{ //下翻
  if(Comp > Space){
   Comp -= Space;
   num = Space;
  }else{
   num = Comp;
   Comp = 0;
  }
  GetObj('ISL_Cont').scrollLeft += num;
  setTimeout('CompScr()',Speed);
 }
}

</script>

<script type="text/javascript">
function doSubmit(){

    if (document.myform.lc_name.value==""){
			alert("亲，请写姓名！");
			document.myform.lc_name.focus();
        return false;
    }
    
    var reg =/(^0{0,1}1[3|4|5|6|7|8|9][0-9]{9}$)/; 
    if (document.myform.lc_tel.value==""){
		alert("亲，请写电话！");
        document.myform.lc_tel.focus();
        return false;
    }



    if (document.myform.lc_content.value==""){
		alert("亲，请填写您的留言内容！");
        document.myform.lc_content.focus();
        document.myform.lc_content.focus();
        return false;
    }

}

</script>

		</div>
     </div>
	    <div class="index_comp">
		   <div class="index_comp_cont">
		      <div class="index_comp_cont_l">
			  	<div class="banner1">
                     <table id="banner1" border="0" cellspacing="0" cellpadding="0" width="369" align="center">
				<tbody>
					<tr>
						<td height="262">
							<div id="f_div">
								<div style="width: 369px; height: 262px" id="f_imgdiv">
								</div>
								<div id="f_infodiv">
									<div id="f_buttondiv">
									</div>
								</div>
							</div>
						</td>
					</tr>
				</tbody>
			</table>
<script>
//可修改区域
var imgwidth=369;//宽
var imgheight=262;//高
var _timeOut_=3000;//过渡时间
var show_text= true; //是否显示焦点文字
var timeOut=_timeOut_;
var timeOut2=_timeOut_/2;//onmouseout img后需要切换的时间
var now=0;                //******张图
var target="_blank";     //打开方式
var button_on ='on'; //当前焦点对应按钮的样式名
var button_off ='';//非当前焦点对应按钮的样式名
//不可修改区域
var imgUrl = new Array();
var imgText = new Array();
var imgLink = new Array();
var imgAlt= new Array();
//var menuList = new Array();//菜单menu
var ver=2; //兼容浏览器版本 默认2 为非ie
var firstTime=true;
var n=-1;imgUrl[++n]='uploadfile/14883_20170703143434.jpg';
					imgText[n]='<a href="/" class=linkblack>首页广告</a>';
					imgLink[n]='#none';
					imgAlt[n]='首页广告';imgUrl[++n]='uploadfile/91727_20170703143632.jpg';
					imgText[n]='<a href="/" class=linkblack>首页广告</a>';
					imgLink[n]='#none';
					imgAlt[n]='首页广告';imgUrl[++n]='uploadfile/92806_20170703143803.jpg';
					imgText[n]='<a href="/" class=linkblack>首页广告1</a>';
					imgLink[n]='#none';
					imgAlt[n]='首页广告1';var count=0;
for (i=0;i<imgUrl.length;i++) {
if((imgUrl[i]!="") && (imgText[i]!="")&& (imgLink[i]!="")&& (imgAlt[i]!="")) {
count++;
} else {
break;
}
}
function p$(string){
document.write(string);
}
function $$(id){
return document.getElementById(id);
}
//固定图片size
p$("<style> #f_img { width:"+imgwidth+"px;height:"+imgheight+"px;</style>");

function change(){
if (ver==1){
with($$('f_img').filters[0]){
Transition=1;
apply();
play();
}
}
if (firstTime){ firstTime=false;timeOut=_timeOut_/1002;}
else{
$$('f_img').src=imgUrl[now];
$$('f_img').alt=imgAlt[now];
$$('f_imgLink').href=imgLink[now];
for (var i=0;i<count;i++) {
$$('b'+i).className="button";
//$$('f_menu'+i).className="";
}
$$('b'+now).className="on";
//$$('f_menu'+now).className="on";
now=(now>=imgUrl.length-1)?0:now+1;
timeOut=_timeOut_;
}
theTimer=setTimeout("change()", timeOut);
}
function b_change(num){
window.clearInterval(theTimer);
now=num;
firstTime=false;
change();
}
//draw 渐变line （即css:f_line)
function draw_line(){
var div = document.createElement("div");
div.id = 'f_line';
$$('f_infodiv').insertBefore(div,$$('f_infodiv').childNodes.item(0));
}
//表现层 start
//图片
var a = document.createElement("a");
a.id="f_imgLink";
//a.target=target;
a.href=imgLink[now];
$$('f_imgdiv').appendChild(a);

var img = document.createElement("img");
img.id="f_img";
img.width=imgwidth;
img.height=imgheight;
img.src=imgUrl[now];
img.alt=imgAlt[now];
a.appendChild(img);

//数字按钮
for (var i=count-1;i>=0;i--){
var div_bg = document.createElement("div");
div_bg.id = 'div_bg'+i;
div_bg.className='bg';
$$('f_buttondiv').appendChild(div_bg);
var a = document.createElement("a");
a.id = 'b'+i;
a.className = (i==now+1)?"button_on":"button_off";
a.title=imgAlt[i];
a.innerHTML=i+1;
a.href='javascript:b_change('+i+')';
$$('div_bg'+i).appendChild(a);
var div= document.createElement("div");
$$('f_buttondiv').appendChild(div);
}
//表现层 end
$$('f_img').onmouseover=function(){window.clearInterval(theTimer);}
$$('f_img').onmouseout=function(){theTimer=setTimeout("change()", timeOut2);}
try{    //滤镜版本
new ActiveXObject("DXImageTransform.Microsoft.Fade");
$$('f_img').filters[0].play();
ver=1;
draw_line();
}
catch (e){ver=2;}
var theTimer = setTimeout("change()", _timeOut_/1002);
</script>
                </div>
              	
			  </div>
		      <div class="index_comp_cont_r">
			    <div class="index_comp_top">
				  公司简介 <span><a href="index.php?p=about&lanmu=3">more+</a></span>
				</div>
			    <div class="index_comp_cont1">
     				<div>
	&nbsp; &nbsp; &nbsp; &nbsp;<span>辽宁海阔水利水电工程有限公司是辽阳地区仅有的两家水利水电工程总承包二级资质企业之一（</span><span>水利水电工程施工总承包贰级、</span><span>市政公用工程施工总承包贰级、</span><span>消防设施工程专业承包贰级</span><span>）</span><span>。公司注册资本2000万元，员工200多人，其中，取得各类职称的专业技术人员和经济管理人员160人，包括高级工程工程师8人，工程师40人，助理工程师14人。公司现搬迁至</span><span>辽宁省辽阳市文圣区新城街道太子岛村</span><span id="__kindeditor_bookmark_end_6__"></span><span>，新办公楼建筑面积2162平方米，按照现代化企业标准，公司设立工程科、质检科、安全科、商务部、综合办公室等相关科室。辽宁海阔水利水电工程有限公司装备状况位于辽阳地区同行业前列。公司拥有轮胎式装载机、推土机、挖掘机、自卸汽车等各类重型机械设备总价值超过780万元，能够******满足水利水电工程建设各项需求。</span><span id="__kindeditor_bookmark_start_5__"></span> 
</div>
				</div>
			  </div>
		   </div>
		</div>
		<div class="index_case">
<!--		   <div class="index_prod_top"><img src="templates/default/images/case.jpg" /></div>
	 
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img"><A href="index.php?p=products_show&id=39&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140750_65810.jpg" width="275" height="180"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=39&c_id=5&lanmu=8">工程案例</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img"><A href="index.php?p=products_show&id=38&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140749_26443.jpg" width="275" height="180"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=38&c_id=5&lanmu=8">工程案例</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img"><A href="index.php?p=products_show&id=37&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140749_56104.jpg" width="275" height="180"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=37&c_id=5&lanmu=8">工程案例</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img"><A href="index.php?p=products_show&id=36&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140749_17814.jpg" width="275" height="180"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=36&c_id=5&lanmu=8">工程案例</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img"><A href="index.php?p=products_show&id=35&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140749_38092.jpg" width="275" height="180"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=35&c_id=5&lanmu=8">工程案例</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img"><A href="index.php?p=products_show&id=34&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140749_81562.jpg" width="275" height="180"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=34&c_id=5&lanmu=8">工程案例</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img"><A href="index.php?p=products_show&id=32&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140748_45071.jpg" width="275" height="180"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=32&c_id=5&lanmu=8">工程案例</A></li>
		  </ul>
      		   <ul class="index_prod_ul">
		     <li class="index_prod_ul_img"><A href="index.php?p=products_show&id=31&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140748_76994.jpg" width="275" height="180"/></A></li>
		     <li class="index_prod_ul_txt"><A href="index.php?p=products_show&id=31&c_id=5&lanmu=8">工程案例</A></li>
		  </ul>
      		  		<div style="clear:both"></div>-->
                <div class="rollBox2">
        			   <div class="index_prod_top">工程案例</br><span>Customer case</span></div>
				<div onmouseup="ISL_StopUp()" class="LeftBotton" onmousedown="ISL_GoUp()" onmouseover="ISL_StopAuto()"
					onmouseout="ISL_StartAuto()">
				</div>
				<div class="Cont" id="ISL_Cont1">
					<div class="ScrCont">
						<div id="List3">
                              <ul class="in_roll">
                              
                            
                                                                                            <li class="index_prod_ul">
                                     <div class="index_prod_ul_img"><A href="index.php?p=products_show&id=39&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140750_65810.jpg" width="275" height="180"/></A></div>
                                     <div class="index_prod_ul_txt"><A href="index.php?p=products_show&id=39&c_id=5&lanmu=8">工程案例</A></div>
                                </li>
                                                                                                                            <li class="index_prod_ul">
                                     <div class="index_prod_ul_img"><A href="index.php?p=products_show&id=38&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140749_26443.jpg" width="275" height="180"/></A></div>
                                     <div class="index_prod_ul_txt"><A href="index.php?p=products_show&id=38&c_id=5&lanmu=8">工程案例</A></div>
                                </li>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    </ul>
                              <ul class="in_roll">
     
                                                                                                                                                                                                                    <li class="index_prod_ul">
                                     <div class="index_prod_ul_img"><A href="index.php?p=products_show&id=37&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140749_56104.jpg" width="275" height="180"/></A></div>
                                     <div class="index_prod_ul_txt"><A href="index.php?p=products_show&id=37&c_id=5&lanmu=8">工程案例</A></div>
                                </li>
                                                                                                                            <li class="index_prod_ul">
                                     <div class="index_prod_ul_img"><A href="index.php?p=products_show&id=36&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140749_17814.jpg" width="275" height="180"/></A></div>
                                     <div class="index_prod_ul_txt"><A href="index.php?p=products_show&id=36&c_id=5&lanmu=8">工程案例</A></div>
                                </li>
                                                                                                                                                                                                                                                                                                                
                              </ul>
                              <ul class="in_roll">
     
                                                                                                                                                                                                                                                                                                                                            <li class="index_prod_ul">
                                     <div class="index_prod_ul_img"><A href="index.php?p=products_show&id=35&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140749_38092.jpg" width="275" height="180"/></A></div>
                                     <div class="index_prod_ul_txt"><A href="index.php?p=products_show&id=35&c_id=5&lanmu=8">工程案例</A></div>
                                </li>
                                                                                                                            <li class="index_prod_ul">
                                     <div class="index_prod_ul_img"><A href="index.php?p=products_show&id=34&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140749_81562.jpg" width="275" height="180"/></A></div>
                                     <div class="index_prod_ul_txt"><A href="index.php?p=products_show&id=34&c_id=5&lanmu=8">工程案例</A></div>
                                </li>
                                                                                                                                                                                        
                              </ul>
                              <ul class="in_roll">
                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <li class="index_prod_ul">
                                     <div class="index_prod_ul_img"><A href="index.php?p=products_show&id=32&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140748_45071.jpg" width="275" height="180"/></A></div>
                                     <div class="index_prod_ul_txt"><A href="index.php?p=products_show&id=32&c_id=5&lanmu=8">工程案例</A></div>
                                </li>
                                                                                                                            <li class="index_prod_ul">
                                     <div class="index_prod_ul_img"><A href="index.php?p=products_show&id=31&c_id=5&lanmu=8"><img src="uploadfile/20170703/20170703140748_76994.jpg" width="275" height="180"/></A></div>
                                     <div class="index_prod_ul_txt"><A href="index.php?p=products_show&id=31&c_id=5&lanmu=8">工程案例</A></div>
                                </li>
                                                                
                              </ul>
                              <div style="clear:both"></div>
						</div>
						<div id="List4">
						</div>
					</div>
				</div>
				<div onmouseup="ISL_StopDown()" class="RightBotton" onmousedown="ISL_GoDown()"
					onmouseover="ISL_StopAuto()" onmouseout="ISL_StartAuto()">
				</div>
			</div>
        <script language="javascript" type="text/javascript">
			var Speed1 = 30; //速度(毫秒)
			var Space1 = 6; //每次移动(px)
			var PageWidth1 = 208; //翻页宽度
			var fill1 = 0; //整体移位
			var MoveLock1 = false;
			var MoveTimeObj1;
			var Comp1 = 0;
			var AutoPlayObj1 = null;
			GetObj("List4").innerHTML = GetObj("List3").innerHTML;
			GetObj('ISL_Cont1').scrollLeft = fill1;
			
			//GetObj("ISL_Cont1").onmouseover = function(){clearInterval(AutoPlayObj1);}
			//GetObj("ISL_Cont1").onmouseout = function(){AutoPlay1();}
			
			//默认图片自动滚动
			var tab3=document.getElementById("ISL_Cont1");
			var tab4=document.getElementById("List3");
			var tab5=document.getElementById("List4");
			tab5.innerHTML=tab4.innerHTML;
			function Marquee1(){
				if(tab5.offsetWidth-tab3.scrollLeft<=0)
					tab3.scrollLeft-=tab4.offsetWidth
				else{
					tab3.scrollLeft++;
				}
			}
			var MyMar1=setInterval(Marquee1,Speed1);
			tab3.onmouseover=function() {clearInterval(MyMar1)};
			tab3.onmouseout=function() {MyMar1=setInterval(Marquee1,Speed1)};
			
			function GetObj(objName){if(document.getElementById){return eval('document.getElementById("'+objName+'")')}else{return eval('document.all.'+objName)}}
			
			function AutoPlay1(){ //自动滚动
			 clearInterval(AutoPlayObj1);
			 AutoPlayObj1 = setInterval('ISL_GoDown();ISL_StopDown();',6000); //间隔时间
			}
			
			function ISL_StartAuto(){ //开始自动滚动
				MyMar1=setInterval(Marquee1,Speed1);
			}
			
			function ISL_StopAuto(){ //暂停自动滚动
			 clearInterval(MyMar1);
			}
			
			function ISL_GoUp(){ //上翻开始
			 if(MoveLock1) return;
			 clearInterval(AutoPlayObj1);
			 MoveLock1 = true;
			 MoveTimeObj1 = setInterval('ISL_ScrUp1();',Speed1);
			}
			
			function ISL_StopUp(){ //上翻停止
			 clearInterval(MoveTimeObj1);
			 if(GetObj('ISL_Cont1').scrollLeft % PageWidth1 - fill1 != 0){
			  Comp1 = fill1 - (GetObj('ISL_Cont1').scrollLeft % PageWidth1);
			  CompScr1();
			 }else{
			  MoveLock1 = false;
			 }
			}
			
			function ISL_ScrUp1(){ //上翻动作
			 if(GetObj('ISL_Cont1').scrollLeft <= 0){GetObj('ISL_Cont1').scrollLeft = GetObj('ISL_Cont1').scrollLeft + GetObj('List3').offsetWidth}
			 GetObj('ISL_Cont1').scrollLeft -= Space1 ;
			}
			function ISL_GoDown(){ //下翻
			 clearInterval(MoveTimeObj1);
			 if(MoveLock1) return;
			 clearInterval(AutoPlayObj1);
			 MoveLock1 = true;
			 ISL_ScrDown1();
			 MoveTimeObj1 = setInterval('ISL_ScrDown1()',Speed1);

			 tab3.onmouseover=function() {clearInterval(MyMar1)};
			}
			function ISL_StopDown(){ //下翻停止
			 clearInterval(MoveTimeObj1);
			 if(GetObj('ISL_Cont1').scrollLeft % PageWidth1 - fill1 != 0 ){
			  Comp1 = PageWidth1 - GetObj('ISL_Cont1').scrollLeft % PageWidth1 + fill1;
			  CompScr1();
			 }else{
			  MoveLock1 = false;
			 }
			
			}
			function ISL_ScrDown1(){ //下翻动作
			 if(GetObj('ISL_Cont1').scrollLeft >= GetObj('List3').scrollWidth){GetObj('ISL_Cont1').scrollLeft = GetObj('ISL_Cont1').scrollLeft - GetObj('List3').scrollWidth;}
			 GetObj('ISL_Cont1').scrollLeft += Space1 ;
			}
			function CompScr1(){
			 var num;
			 if(Comp1 == 0){MoveLock1 = false;return;}
			 if(Comp1 < 0){ //上翻
			  if(Comp1 < -Space1){
			   Comp1 += Space1;
			   num = Space1;
			  }else{
			   num = -Comp1;
			   Comp1 = 0;
			  }
			  GetObj('ISL_Cont1').scrollLeft -= num;
			  setTimeout('CompScr1()',Speed1);
			 }else{ //下翻
			  if(Comp1 > Space1){
			   Comp1 -= Space1;
			   num = Space1;
			  }else{
			   num = Comp1;
			   Comp1 = 0;
			  }
			  GetObj('ISL_Cont1').scrollLeft += num;
			  setTimeout('CompScr1()',Speed1);
			 }
			}
			
			</script>    




		</div>
		
		<div class="new_on">
		 <div class="new_on_cont">
		  <div class="index_new">
		       <div class="index_new_top">新闻动态 / News</div>
               
               
		 
                             <div class="main2_rightnr">
                <ul class="main2_rightnr_l">
                      <li>
                          <div class="date"> 22</div>
                          <span class="year"> 2023-08</span>
                      </li>
                   </ul>
                <ul class="main2_rightnr_r">
                      <h1 class="title"> <a href="index.php?p=news_show&id=20&c_id=2"> 积极维护防汛救灾网络秩序倡议书</a></h1>
                       <p class="content"></p>
                   </ul>
               </div>
                     <div class="main2_rightnr">
                <ul class="main2_rightnr_l">
                      <li>
                          <div class="date"> 03</div>
                          <span class="year"> 2017-07</span>
                      </li>
                   </ul>
                <ul class="main2_rightnr_r">
                      <h1 class="title"> <a href="index.php?p=news_show&id=19&c_id=2"> 严格把关、优质工程、树立口碑、赢得信</a></h1>
                       <p class="content">承接工程一次验收合格率100%；优良率50%以上</p>
                   </ul>
               </div>
                     <div class="main2_rightnr">
                <ul class="main2_rightnr_l">
                      <li>
                          <div class="date"> 03</div>
                          <span class="year"> 2017-07</span>
                      </li>
                   </ul>
                <ul class="main2_rightnr_r">
                      <h1 class="title"> <a href="index.php?p=news_show&id=18&c_id=2"> 辽阳市水务局局长高卉到我公司承建项目</a></h1>
                       <p class="content">辽阳市水务局局长高卉到我公司承建项目视察</p>
                   </ul>
               </div>
                			   
		  </div>
		  <div class="index_online">
             <div class="index_new_top">在线留言 / Online message</div>		  
		  <form action="index.php?a=gbook_save" method="post" name="myform" onSubmit="return doSubmit()">
          <input name="lanmu" type="hidden" value="6">
			   <table border="0" cellpadding="0" cellspacing="0" style="text-align: left;">
								<tr>
									<td class="td">
									</td>
									<td>
										<input type="text" name="lc_name" placeholder="姓名：" id="name" width="226" height="42"/>
										<input type="text" name="lc_tel" placeholder="电话：" id="name1" width="226" height="42"/>
									</td>
								</tr>
								<tr>
									<td></td>
                                     <td colspan="2"><textarea name="lc_content" placeholder="请输入您想编辑的内容：" id="cont" height="205" ></textarea></td>
								</tr>
								<tr>
									<td></td>
									<td>
									<input type="submit" value="提交留言" name="submit" id="sub1"  />
									</td>
								</tr>
			
							</table>
                    </form>
			 </div>
		   </div>
		 </div>
		</div>
 <div class="foot">
		  <div class="foot_cont">
		    <div class="foot_cont_l">
			   <div class="foot_cont_l_l">
			     <img src="uploadfile/image/20170703/20170703065550_12636.jpg" alt="" />
			   </div>
			   <div class="foot_cont_l_r">
			     <p> 辽宁海阔水利水电工程有限公司</p>
			      <p class="foot_nav"> 
            <a href="index.php" target="">返回首页</a>    |     	
        <a href="index.php?p=about&lanmu=3" target="">公司简介</a>    |     	
        <a href="index.php?p=news_list&lanmu=1" target="">新闻中心</a>    |     	
        <a href="index.php?p=products_list&lanmu=2" target="">设备环境</a>    |     	
        <a href="index.php?p=products_list&lanmu=8" target="">工程案例</a>    |     	
        <a href="index.php?p=job_list&lanmu=5" target="">人才招聘</a>    |     	
        <a href="index.php?p=about&lanmu=7" target="">联系我们</a>    |     	
        <a href="index.php?p=gbook&lanmu=6">在线留言</a></p>
    
			      <div class="foot_nav1">版权所有：辽宁海阔水利水电工程有限公司 &nbsp;咨询热线：0419-2680188&nbsp; 0419-2536888<br />
公司地址：辽宁省辽阳市文圣区新城街道太子岛村&nbsp;&nbsp;<a href="http://beian.miit.gov.cn/" target="_blank"><span style="color:#FFFFFF;">备案号：辽ICP备17012202号-1</span></a>&nbsp;<img src="uploadfile/image/20210728/20210728102418_68851.png" alt="" /><span style="color:#FFFFFF;"><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=21100302203097" target="_blank"><span style="color:#FFFFFF;">辽公网安备21100302203097号</span></a></span></div>
			   
			   </div>
			   
			   
			</div>
		     <div class="foot_cont_r">
			     <img src="uploadfile/image/20170703/20170703054503_62750.jpg" alt="" />
			 </div>
		  </div>
		  <!--代码部分begin-->

<style>
.rides-cs {  font-size: 12px; background:#29a7e2; position: fixed; top: 250px; right: 0px; _position: absolute; z-index: 1500; border-radius:6px 0px 0 6px;}
.rides-cs a { color: #00A0E9;}
.rides-cs a:hover { color: #ff8100; text-decoration: none;}
.rides-cs .floatL { width: 36px; float:left; position: relative; z-index:1;margin-top: 21px;height: 181px;}
.rides-cs .floatL a { font-size:0; text-indent: -999em; display: block;}
.rides-cs .floatR { width: 130px; float: left; padding: 5px; overflow:hidden;}
.rides-cs .floatR .cn {background:#F7F7F7; border-radius:6px;margin-top:4px;}
.rides-cs .cn .titZx{ font-size: 14px; color: #333;font-weight:600; line-height:24px;padding:5px;text-align:center;}
.rides-cs .cn ul {padding:0px;}
.rides-cs .cn ul li { line-height: 38px; height:38px;border-bottom: solid 1px #E6E4E4;overflow: hidden;text-align:center;}
.rides-cs .cn ul li span { color: #777;}
.rides-cs .cn ul li a{color: #777;}
.rides-cs .cn ul li img { vertical-align: middle;}
.rides-cs .btnOpen, .rides-cs .btnCtn {  position: relative; z-index:9; top:25px; left: 0;  background-image: url(http://lyshjx.cn/templates/LCS-HLJ-N0030/images/lanrenzhijia.png); background-repeat: no-repeat; display:block;  height: 146px; padding: 8px;}
.rides-cs .btnOpen { background-position: 0 0;}
.rides-cs .btnCtn { background-position: -37px 0;}
.rides-cs ul li.top { border-bottom: solid #ACE5F9 1px;}
.rides-cs ul li.bot { border-bottom: none;}
</style>

<div id="floatTools" class="rides-cs" style="height:246px;">
  <div class="floatL">
  	<a id="aFloatTools_Show" class="btnOpen" title="查看在线客服" style="top:20px;display:block" href="javascript:void(0);">展开</a>
  	<a id="aFloatTools_Hide" class="btnCtn" title="关闭在线客服" style="top:20px;display:none" href="javascript:void(0);">收缩</a>
  </div>
  <div id="divFloatToolsView" class="floatR" style="display: none;height:237px;width: 140px;">
    <div class="cn">
      <h3 class="titZx">辽宁海阔水利水电工程有限公司</h3>
      <ul>
        <li><span>客服1</span> <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=648891111&site=qq&menu=yes"><img border="0" src="http://demo.lanrenzhijia.com/2014/service1031/images/online.png" alt="点击这里给我发消息" title="点击这里给我发消息"/></a> </li>
        <li><span>客服2</span> <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=648891111&site=qq&menu=yes"><img border="0" src="http://demo.lanrenzhijia.com/2014/service1031/images/online.png" alt="点击这里给我发消息" title="点击这里给我发消息"/></a> </li>
        <li><span>客服3</span> <a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=648891111&site=qq&menu=yes"><img border="0" src="http://demo.lanrenzhijia.com/2014/service1031/images/online.png" alt="点击这里给我发消息" title="点击这里给我发消息"/></a> </li>
        <li>
          电话：0419-2680188
            <div class="div_clear"></div>
        </li>
        <li style="border:none;"><span> </span> </li>
      </ul>
    </div>
  </div>
</div>
<script>
	$(function(){
		$("#aFloatTools_Show").click(function(){
			$('#divFloatToolsView').animate({width:'show',opacity:'show'},100,function(){$('#divFloatToolsView').show();});
			$('#aFloatTools_Show').hide();
			$('#aFloatTools_Hide').show();				
		});
		$("#aFloatTools_Hide").click(function(){
			$('#divFloatToolsView').animate({width:'hide', opacity:'hide'},100,function(){$('#divFloatToolsView').hide();});
			$('#aFloatTools_Show').show();
			$('#aFloatTools_Hide').hide();	
		});
	});
</script>
<!--代码部分end-->
		
		</div>
</body>
</html>
