商务部、海关总署公告2009年第109号
2010年《自动进口许可管理货物目录》公告
【发布单位】商务部 海关总署
【发布文号】公告 minHeight) {
$("#gotoTop").fadeIn(400);
} else {
$("#gotoTop").fadeOut(400);
};
});
};
gotoTop();
$(function () {
$(".arrow").click(function () {
if ($(this).parent().hasClass('autoHeight')) {
$(this).parent().removeClass('autoHeight');
$(this).html('');
} else {
$(this).parent().addClass('autoHeight');
$(this).html('');
}
})
});
$(".itemTitle > a").mouseenter(function () {
$(this).siblings("a").removeClass("active");
$(this).removeClass("active").addClass("active");
var a = $(this).attr("num")
var b = $(this).parent().next().children()
$(b).css("display", "none")
$(b[a]).css("display", "block")
});