

$("#w_fimgbox-1571304984683>.w_imgbox>img").wrap("<div class='cc_img' id='wns_p2_bg'></div>");  	
$("#wns_p2_bg").find("img:nth-child(1)").after("<img src='/img/xinhai_bg5.jpg' alt='imgboxbg' title='imgboxbg' width='100%' height='100%'>");
$("#wns_p2_bg").find("img:nth-child(2)").after("<img src='/img/xinhai_bg7.jpg' alt='imgboxbg' title='imgboxbg' width='100%' height='100%'>");
$("#wns_p2_bg").find("img:nth-child(3)").after("<img src='/img/xinhai_bg7.jpg' alt='imgboxbg' title='imgboxbg' width='100%' height='100%'>");

	//图片转换成背景
	function SetImgCover() {
	$(".cc_img img").each(function() {
		var this_src = $(this).attr("src");
        $(this).wrap("<div class='wns_p2_bg_l'><div class='cover_img' style='background-image: url(" + this_src + ");'></div></div>");
		$(this).css('display','none'); 
    });
	}
	SetImgCover();
	//图片转换成背景


	//关于我们


	var set_o = "#wns_p2_l > div";
	var set_m = "#wns_p2_bg > div";
	var o_index;
	$(set_o).mouseenter(function() {
			$(this).siblings().removeClass("active");
			$(this).addClass("active");
			o_index = $(this).index();
			$(set_m).siblings().removeClass("active");
			$(set_m).eq(o_index).addClass("active");
    });





	//关于我们


