﻿$(document).ready(function(){
	init();
	//menuFix();




});


function init(){
	
	       var m1 = new MarqueeBar("vv2",800,22,3000,MarqueeBar.V);
       m1.setBorder("0px solid #000000");
       m1.setBackground("");
       m1.setHAlign("left");
       m1.setVAlign("MIDDLE");
       m1.add("<strong>行业解决方案</strong>·<a href='/html/solutions/glxxhfa/200809/27-69.html'>面向小型企业</a>·<a href='/html/solutions/glxxhfa/200809/27-68.html'>面向中型企业</a>·<a href='/html/solutions/glxxhfa/200809/27-67.html'>面向集团企业</a>·<a href='/html/solutions/glxxhfa/200809/26-57.html'>集团管控解决方案</a>·<a href='/html/solutions/glxxhfa/200809/26-56.html'>分销管理解决方案</a>·<a href='/html/solutions/glxxhfa/200809/26-55.html'>供应链管理解决方案</a>");
       m1.add("<strong>成功案例</strong>·<a href='/html/case/kefuanli/200908/15-268.html'>平邑教育局实施案例</a>·<a href='/html/case/kefuanli/200908/15-267.html'>临沂工商局项目实施</a>·<a href='/html/case/yongyouanli/200906/12-241.html'>山东正多经贸有限公</a>·<a href='/html/case/yongyouanli/200906/12-240.html'>临沂承禹无缝钢管有</a>·<a href='/html/case/yongyouanli/200906/12-239.html'>临沂力之星商贸有限</a>");
       m1.add("<strong>最新签约</strong>·<a href='/html/case/ruanjiankaifa/200809/27-78.html'>临沂市国土资源局门</a>·<a href='/html/case/yongyouanli/200809/27-74.html'>山东华泰建设集团 </a>·<a href='/html/case/yongyouanli/200904/11-208.html'>临沂市鲁蒙食品有限</a>·<a href='/html/case/yongyouanli/200904/11-215.html'>临沂恒昌煤业有限公</a>·<a href='/html/case/yongyouanli/200906/12-241.html'>山东正多经贸有限公</a>");
       m1.start()
	
//内页的导航用
$()
		
	//$('#mainNav>li').toggleClass('mainNav_on');
	
	//添加ID
$('#mainNav>li').each(function(i){
   this.id = "nav_" + i ;
 }); 
 //根据ID来判断显示参数

 $("#mainNav>li").mousemove( function()   //导航栏单击事件
			{ 
			
				currentTab = this;
			   TabSelected();
				
			} );
//设置选中导航栏样式，与未选中导航栏样式
		function TabSelected()
		{
			$("#mainNav>li").removeClass();//清除样式
			//$("#mainNav>li").addClass(tabCss);//添加未选中样式
		
			$(currentTab).addClass('mainNav_on');//设置选中样式
			var index = $(currentTab).attr("id").split('_')[1];//取选中索引
			ShowContentByIndex(index)
		}

 function ShowContentByIndex(index)
		{
			//alert($("#tabContent_"+index).get());
			$("#tabContent_0").hide();
			var content = $("#tabContent_"+index).html();//读取相应版块内容
			$("#tabContent").html(content);//显示内容
		}

	
	//添加页脚的圆角
	$('#footerout').attr("style","background:#f2f2f2;height:50px");
	$('#footerout').corner('bottom');
		//添加下部导航上的滚动信息的圆角
	//$('#indexscrolnew').attr("style","background:#666666;height:32px;background-image:url(im/red_mid.jpg);");
	$('#indexscrolnew').corner('bottom');
	//首页的
	$('#mainNav_k').corner('top');
	
	//走进阳光的左侧上部圆角
	$('#zjygleft').attr("style","background:#999;height:26px;font-size:12px; font-weight:bold; text-align:left;color:#FFFFFF; padding-left:10px;");
	$('#zjygleft').corner('bottom');
	//各页中上部圆角
	$('#qywhtoppic1').corner('top');
	
}

//载入状态...



function bindDOM(){
	
}

function unbindDOM(){
	
}
