﻿// JScript 文件
jQuery(function($){    
    $("#menu_sy").mouseover(function(){
        Menu_hide();
        }
    ).mouseout(function(){
        
    });    
});

jQuery(function(){
    $("#menu_gsjj").mouseover(function(){
        Menu_hide();
        $("#menu_bottom_gsjj").show();        
        }
    ).mouseout(function(){
        
        if(window.event.toElement.id!="menu_gsjj" && window.event.toElement.id!="1" && window.event.toElement.id!="3" && window.event.toElement.id!="2")
        {
            Menu_hide();
        }
    });
});

jQuery(function(){
     $("#menu_sbxs").mouseover(function(){
        Menu_hide();
        $("#menu_bottom_sbxs").show();        
        }
    ).mouseout(function(){
        if(window.event.toElement.id!="menu_sbxs" && window.event.toElement.id!="1" && window.event.toElement.id!="3" && window.event.toElement.id!="2")
        {
            Menu_hide();
        }
    });
});

jQuery(function(){
    $("#menu_mxfw").mouseover(function(){
        Menu_hide();
        $("#menu_bottom_mxfw").show();
        }
    ).mouseout(function(){
        if(window.event.toElement.id!="menu_mxfw" && window.event.toElement.id!="1" && window.event.toElement.id!="3" && window.event.toElement.id!="2")
        {
            Menu_hide();
        }
    });
});

jQuery(function () {
    $("#menu_jjgfw").mouseover(function () {
        Menu_hide();
        $("#menu_bottom_jjgfw").show();
    }
    ).mouseout(function () {
        if (window.event.toElement.id != "menu_jjgfw" && window.event.toElement.id != "1" && window.event.toElement.id != "3" && window.event.toElement.id != "2") {
            Menu_hide();
        }
    });
});

jQuery(function(){
    $("#menu_xwzx").mouseover(function(){
        Menu_hide();
        }
    ).mouseout(function(){
        if(window.event.toElement.id!="menu_xwzx" && window.event.toElement.id!="1" && window.event.toElement.id!="3" && window.event.toElement.id!="2")
        {
            Menu_hide();
        }
    });
});

jQuery(function(){
     $("#menu_jszc").mouseover(function(){
        Menu_hide();
        }
    ).mouseout(function(){
        if(window.event.toElement.id!="menu_jszc" && window.event.toElement.id!="1" && window.event.toElement.id!="3" && window.event.toElement.id!="2")
        {
            Menu_hide();
        }
    });
});

jQuery(function(){
    $("#menu_zpxx").mouseover(function(){
        Menu_hide();        
        }
    ).mouseout(function(){
        if(window.event.toElement.id!="menu_zpxx" && window.event.toElement.id!="1" && window.event.toElement.id!="3" && window.event.toElement.id!="2")
        {
            Menu_hide();
        }
    });
});

jQuery(function(){
    $("#menu_lxwm").mouseover(function(){
        Menu_hide();
        $("#menu_bottom_lxwm").show();  
        }
    ).mouseout(function(){        
        if(window.event.toElement.id!="menu_lxwm" && window.event.toElement.id!="1" && window.event.toElement.id!="3" && window.event.toElement.id!="2")
        {
            Menu_hide();
        }
    }); 
});

function Menu_hide()
{
    $("#menu_bottom_gsjj").hide();
    $("#menu_bottom_sbxs").hide();
    $("#menu_bottom_mxfw").hide();
    $("#menu_bottom_lxwm").hide();
    $("#menu_bottom_jjgfw").hide();    
}

jQuery(function($){
    $("#menu_bottom_gsjj").hover(
        function(){
            
        },function(){
            
            Menu_hide();
        }
    )
    
})

jQuery(function($){
    $("#menu_bottom_sbxs").hover(
        function(){
            
        },function(){
            
            Menu_hide();
        }
    )
    
})

jQuery(function($){
    $("#menu_bottom_mxfw").hover(
        function(){
            
        },function(){
            
            Menu_hide();
        }
    )
    
})

jQuery(function ($) {
    $("#menu_bottom_jjgfw").hover(
        function () {

        }, function () {

            Menu_hide();
        }
    )

})

jQuery(function($){
    $("#menu_bottom_lxwm").hover(
        function(){
            
        },function(){
            
            Menu_hide();
        }
    )
    
})


jQuery(function($){
    $("#QQTop_Close").click(function(){
        $("#QQLive").hide();
    });
});

jQuery(function(){
    $("#selectweb").change(function(){
        
        if($(this).val()==1)
        {            
            window.open("http://www.szrpm.cn","_self");            
        }    
        else if($(this).val()==2)
        {
            window.open("http://www.tjrpm.com","_self");
        }    
        else if($(this).val()==3)
        {
            window.open("http://www.szppc.gov.cn/industry/","_self");
        }  
    });
    
});


