function xydh2(){
if(window.innerWidth<1200){
	$('script').remove();
	var $dh=$('.sj_dh2');
	$dh.parent().append('<div class="dhan2 iconfont icon-daohang"></div>');
	$dh.attr('class','').addClass('sjdh2');
	$dh.find('.dh_fl').attr('class','').addClass('dh_xl2');
	$dh.children('ul').children('li').children('p').children('a').each(function() {
        if($(this).parent('p').siblings('.dh_xl2').size()){
			$(this).parent('p').parent().addClass('yxl');
			$(this).parent('p').parent().append('<span class="yxl_tb iconfont icon-next"></span>');
			}
    });
	$dh.children('ul').children('li').children('.dh_xl2').children('ul').children('li').children('a').each(function() {
        if($(this).siblings('.dh_xl2').size()){
			$(this).parent().addClass('yxl2');
			$(this).parent().append('<span class="yxl_tb2 iconfont icon-jiashuliang"></span>');
			}
    });
    $dh.children('ul').children('li').children('.dh_xl2').children('ul').children('li').children('a').prepend('<span class="ej_tb iconfont icon-yuan"></span>');
    $dh.children('ul').children('li').children('.dh_xl2').children('ul').children('li').children('.dh_xl2').children('ul').children('li').children('a').prepend('<span class="sanji_tb iconfont icon-xiangsujiantou-shang"></span>');
	$('.yxl_tb').click(function(){
		$(this).toggleClass('on').siblings('.dh_xl2').slideToggle().parent().siblings().find('.dh_xl2').slideUp().siblings('.yxl_tb,.yxl_tb2').removeClass('on');
	});
	$('.yxl_tb2').click(function(){
		$(this).toggleClass('on').siblings('.dh_xl2').slideToggle().parent().siblings().find('.dh_xl2').slideUp().siblings('.yxl_tb2').removeClass('on');
	});
	$('.dh_xl2 ul li a').click(function(){
		$('.dhan2').removeClass('on');
		$('.sjdh2').stop(true).slideToggle();
		$('html').toggleClass('on');
	});
	$('.dhan2').click(function(){
		$(this).toggleClass('on');
		$('.sjdh2').stop(true).slideToggle();
		$('html').toggleClass('on');
		$('.serach').fadeOut().removeClass('on');
	});
	$('.top_ss span.button').click(function(){
		$('.dhan2').removeClass('on');
		$('.sjdh2').slideUp();
		$('html').removeClass('on');
		$('.serach').fadeOut().removeClass('on');
	});

}
};


/*图片手机端自动1200等比例缩放*/function img1200(imgzd){xyimg();$(window).resize(function(){xyimg();});function xyimg(){if(window.innerWidth<1200){imgzd.css({'position':'relative','left':'50%','width':1920/1200*window.innerWidth,'margin-left':-1920/1200*window.innerWidth/2});}}}
/*浏览器宽度改变刷新页面*/function win_w(){var $win_w=window.innerWidth;$(window).resize(function(){if(window.innerWidth>1199&&$win_w<1200){window.location.reload();}else if(window.innerWidth<1200&&$win_w>1199){window.location.reload();}})};



function unableScroll() {
 var top = $(document).scrollTop();
 $(document).on('scroll.unable',function (e) {
 $(document).scrollTop(top);
 })
}/*禁止滚动条*/

function enableScroll() {
 $(document).unbind("scroll.unable");
}/*启用滚动条*/
 