$(document).ready(function(){

	$("#dropmenu3_b").remove()
	$("#dropmenu5_b").remove()
	$("#dropmenu0_b").remove()

/*	$(".menu").eq(1).attr("href","/page/company/index.php")
	$(".menu").eq(6).attr("href","/page/contact/index.php")*/

	$(".menu").hover(function(){
		rel=$(this).attr("rel")
		$("#"+rel).appendTo($(this))
		$("#"+rel).show()
	},function(){
		$("#"+rel).hide()
	})



	var bnum=$(".menunow").index()
	$(".banner").addClass("b"+bnum)

	$(".dh>.menu").clone().eq(1).appendTo(".topmenu")
	$(".dh>.menu").clone().eq(2).appendTo(".topmenu")
	$(".dh>.menu").clone().eq(4).appendTo(".topmenu")
	$(".dh>.menu").clone().eq(6).appendTo(".topmenu")

	$("#dropmenu1_b").clone().appendTo(".senmenu")
	$("#dropmenu2_b").clone().appendTo(".senmenu")
	$("#dropmenu4_b").clone().appendTo(".senmenu")
	$("#dropmenu6_b").clone().appendTo(".senmenu")



/*	var msg = ["专业的<br>高纯度酶解海藻肥生产企业","世代海洋<br>致力于海藻科技不断提升作物品质","最大海藻生物肥基地之一<br>万亩海带生态养殖园","世代海洋目标<br>蓝色海洋-绿色农业-食品安全","100%新鲜海带<br>从源头保证海藻肥原料"];
	$(".biaoyu>h2").html(msg[Math.floor(Math.random() * msg.length)]);*/


	$(".newsimg>img").each(function(index, element) {
		if($(this).attr("src")=="/")
		{
			$(this).attr("src","/images/noimage.jpg")
		}
	});


	$(".cpintro").find("h2").each(function(){
		var _text=$(this).text()
		var _i=$(this).index()
		_i="name"+_i
		$(this).attr("id",_i)
		$("<a href=#"+_i+"><i class='iconfont icon-dian1'></i>"+_text+"</a>").appendTo(".cp_menu")
	})

	$(".cp_menu>a").click(function(){
		$(this).addClass("on").siblings("a").removeClass("on")
		var _id=$(this).attr("href")
		$(_id).addClass("on").siblings("h2").removeClass("on")
	})

	$(window).scroll(function () {
		if($(window).scrollTop()>=500){
			$(".cp_menu").css("right","30px")
		}
		else{
			$(".cp_menu").css("right","-130px")
		}
	});


	$(".menus>div>a").each(function(){
		if($(this).attr("title")==$(".navs>.w1200>a").last(".nav").text()){
			$(this).addClass("smenuvnow")
		}
	})


})
