$("#w_fimgbox-1571304984683>.w_imgbox>img").wrap("
");
$("#wns_p2_bg").find("img:nth-child(1)").after("");
$("#wns_p2_bg").find("img:nth-child(2)").after("");
$("#wns_p2_bg").find("img:nth-child(3)").after("");
//鍥剧墖杞崲鎴愯儗鏅
function SetImgCover() {
$(".cc_img img").each(function() {
var this_src = $(this).attr("src");
$(this).wrap("");
$(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");
});
//鍏充簬鎴戜滑