$(".icon-wx").mouseover(function(){
	$(".show_wechat").show();
}).mouseout(function(){
	$(".show_wechat").hide();
});
$(".nav-top-bar .menu-1").mouseover(function(){
	$(".menu-list-1").show();
}).mouseout(function(){
	$(".menu-list-1").hide();
});
$(".nav-top-bar .menu-3").mouseover(function(){
	$(".menu-list-3").show();
}).mouseout(function(){
	$(".menu-list-3").hide();
});
$(".nav-top-bar .menu-4").mouseover(function(){
	$(".menu-list-4").show();
}).mouseout(function(){
	$(".menu-list-4").hide();
});
//$(".nav-top-bar>a").mouseover(function(){
//}).mouseout(function(){
//});
$(".menu-list-1>div").mouseover(function(){
	$(".menu-list-1").show();
	//$(".nav-top-bar .menu-1").addClass('active');
}).mouseout(function(){
	$(".menu-list-1").hide();
	//$(".nav-top-bar .menu-1").removeClass('active');
});
$(".menu-list-3>div").mouseover(function(){
	$(".menu-list-3").show();
	//$(".nav-top-bar .menu-3").addClass('active');
}).mouseout(function(){
	$(".menu-list-3").hide();
	//$(".nav-top-bar .menu-3").removeClass('active');
});
$(".menu-list-4>div").mouseover(function(){
	$(".menu-list-4").show();
	//$(".nav-top-bar .menu-4").addClass('active');
}).mouseout(function(){
	$(".menu-list-4").hide();
	//$(".nav-top-bar .menu-4").removeClass('active');
});
$(document).on('click', '.menu-list-1 a', function(index) {
	$("#index,.menu-list-1").hide();
});
$(document).on('click', '.icon-jd', function() {
	window.open("https://mall.jd.com/index-610520.html"); 
});
//$(document).on('click', '.icon-tt', function() {
//	window.open("https://twitter.com/china_iamberry");
//});
//$(document).on('click', '.icon-fb', function() {
//	window.open("https://www.facebook.com/profile.php?id=100023166890934");
//});
$(document).on('click', '.icon-language', function() {
	location.href='../'+$(this).attr("name")+'/index.html';
});
if(window.location.host=="www.aiberletech.com"){
	$(".footer-bottom a").text("粤ICP备16023001号-2");
}