//=== viewid:searchbox_style_02_1560997032473 ===//

	
	$("#searchbox_style_02_1560997032473 .search-btn").click(function(){
		var kw=$("#searchbox_style_02_1560997032473 .search_input").val();
		var gourl = $(this).attr("attrhref");
					href = gourl+(gourl.indexOf('?')>-1?'&':'?')+"pkeyword="+kw;
				
				window.open(href);
			})
	function searchOne(lname){
		var gourl = $(lname).attr("attrhref");
		href = gourl+(gourl.indexOf('?')>-1?'&':'?')+"pkeyword="+$(lname).html();
				window.open(href);
			}
	$("#searchbox_style_02_1560997032473 .search_input").val(decodeURIComponent(Request("pkeyword")));
	function goSearch(form) {
	    console.log('form: ', form);
		$(form).find('.search-btn').trigger('click');
		return false;
	}
		
	

//=== viewid:lang_style_12_1566953956935,video_style_02_1652061875948 ===//
$(document).ready(function(){
});

//=== viewid:dh_style_28_1560999187939 ===//

/*pc,手机显示隐藏*/
function is_mobile(){
	return window.screen.width<767 || ($('body').width() > 0 && $('body').width() < 767);
}
$(function(){
	$("#dh_style_28_1560999187939 li").each(function(){
		  });
})


//=== viewid:dh_style_28_1560999187939 ===//

function navSwtich(obj) {
	$(obj).siblings(".menuUlCopy").slideToggle(200);
	$(obj).toggleClass('ontoggle');
	$(obj).parent().siblings().find(".menuUlCopy").slideUp(200);
	$(obj).parent().siblings().find(".fa-angle-down").removeClass('ontoggle');
}
function subLeft_dh_style_28_1560999187939(){
	$("#dh_style_28_1560999187939 .menuUl>li").each(function(){
		$(this).find(".menuUl03").css("left",'100%');
	})
}
$(window).resize(function() {
	subLeft_dh_style_28_1560999187939();
})
$(function(){
    
	$("#dh_style_28_1560999187939 .fa-navicon").click(function(){
        $("#dh_style_28_1560999187939").addClass('clearTransform');
		$("#dh_style_28_1560999187939 .menuUlCopy").each(function(){
			$(this).siblings(".fa").show();
		})
	})
	subLeft_dh_style_28_1560999187939();
		$("#dh_style_28_1560999187939 .subBox").css("top",$("#dh_style_28_1560999187939 .menuUl_box").height());
		
	if($("#dh_style_28_1560999187939 .menuUl").hasClass("noHover")){
		var tabNum = 0;
		$("#dh_style_28_1560999187939 .menuUl>li").find(".Onsub").each(function(){
			tabNum += 1;
			$(this).parent().attr("tabNum",tabNum)
		})
		$("#dh_style_28_1560999187939 .menuUl>li .Onsub").mouseover(function(){
			$("#dh_style_28_1560999187939 .subBox").show();
			var index = $(this).parent().attr("tabNum");
			$("#dh_style_28_1560999187939 .subBox .subItems").eq(index-1).fadeIn(100).siblings().hide();
							$("#dh_style_28_1560999187939 .subBox .subMenuImgArea .subMenuImgCon").eq(0).fadeIn(100).siblings().hide();
					})
						$("#dh_style_28_1560999187939 .subBox").mouseleave(function(){
			$(this).hide();
		});
		$("#dh_style_28_1560999187939 .menuUl>li .Nosub").mouseover(function(){
			$("#dh_style_28_1560999187939 .subBox").hide();
		})
		
		//风格41 42
					
		
		
	}
})
	var color = $('#dh_style_28_1560999187939 .menuStyle_28 .menuUl02 .subMenu02').css('background-color');
	$('#dh_style_28_1560999187939 .menuStyle_28').append(`<style>#dh_style_28_1560999187939 .menuStyle_28 .menuUl .rflex .menuUl02::before{border-bottom-color:${color}!important;}</style>`);
	$('#dh_style_28_1560999187939 .menuStyle_28 .menuUl02 .subMenu02').mouseover(function(){
		let that = $(this);
		setTimeout(function(){
			var hoverColor = that.css('background-color');
			$('#dh_style_28_1560999187939 .menuStyle_28').append(`<style>#dh_style_28_1560999187939 .menuStyle_28 .menuUl02 .arrow:hover::before{border-left-color:${hoverColor}!important;}</style>`);
		},100);
	});