$(document).ready(function() {
    $("#tracqfloater").css("visibility", "hidden");
    $('#a_tq').click(function() {
        $("#tracqfloater").css("visibility", "visible");
    })
    $('#newsTab').freeTabs(1, 't_buttonbg_a', 't_buttonbg_c');
    $('#tab_jbml').freeTabs(1, 't_buttonbg_a', 't_buttonbg_b');
    $('#tab_jkkc').freeTabs(1, 't_buttonbg_a', 't_buttonbg_b');
    $('#tab_medicine').freeTabs(1, 't_buttonbg_a', 't_buttonbg_b');
    $('#tab_region').freeTabs(1, 't_buttonbg_a', 't_buttonbg_b');
    $('#tab_zxjm').freeTabs(1, 't_buttonbg_a', 't_buttonbg_b');
    $('#tab_ypzs').freeTabs(1, 't_buttonbg_a', 't_buttonbg_b');
})