$(function () { //rem window.scale = document.documentelement.clientwidth / 3.75; document.getelementsbytagname("html")[0].style.fontsize = window.scale + "px"; if (window.scale * 3.75 > 1200) { document.getelementsbytagname("html")[0].style.fontsize = window.scale / 2.5 + "px"; } //闂備胶绮崝妤呭箠閹捐鍚规い鏇楀亾闁哄苯鎳橀獮鍥敇閻樺灚鍣ラ梺璇茬箳閸嬬偛煤閺嶎偅顫曢柟瀵稿х閻捇鎮归崶銊ョ祷鐞氱喓绱撴担瑙勵棓闁搞劋鍗抽、姘舵焼瀹ュ棗娈濋梺璺ㄥ櫐閹凤拷 $(".rg").click( function () { $(".a_txt1").stop(true, false).delay(0).animate({ width: "100%", height: "100%" }, 0); $(".a_txt1").find(".div1").stop(true, false).delay(0).animate({ opacity: "1" }, 500); $(".a_txt1").find(".div2").stop(true, false).delay(0).animate({ opacity: "1" }, 500); $(".a_txt1").find(".div3").stop(true, false).delay(0).animate({ left: "0" }, 500); $("html").css({ "overflow-x": "hidden", "overflow-y": "hidden" }); }); $(".rg2").click( function () { $(".a_txt2").stop(true, false).delay(0).animate({ width: "100%", height: "100%" }, 0); $(".a_txt2").find(".div1").stop(true, false).delay(0).animate({ opacity: "1" }, 500); $(".a_txt2").find(".div2").stop(true, false).delay(0).animate({ opacity: "1" }, 500); $(".a_txt2").find(".div3").stop(true, false).delay(0).animate({ left: "0" }, 500); $("html").css({ "overflow-x": "hidden", "overflow-y": "hidden" }); }); //闂備胶绮崝妤呭箠閹捐鍚规い鏇楀亾鐎规洘顨婇獮搴ㄦ嚍閵夘垳宸濋梻浣瑰缁嬫垿鎯岄崒鐐茬劦妞ゆ帊绀佹慨鍫㈢磼濡も偓闁帮絽顫忔ィ鍐ㄧ疀妞ゆ牗渚楀λ锟� $(".a_closed").click( function () { $(".a_txt").stop(true, false).delay(500).animate({ width: "0", height: "0" }, 0); $(".a_txt").find(".div1").stop(true, false).delay(0).animate({ opacity: "0" }, 500); $(".a_txt").find(".div2").stop(true, false).delay(0).animate({ opacity: "0" }, 500); $(".a_txt").find(".div3").stop(true, false).delay(0).animate({ left: "0" }, 500); $("html").css({ "overflow-x": "auto", "overflow-y": "auto" }); }); $(".header .l-d .t").click(function () { $(this).siblings(".b").toggleclass("show") }) $('.tab-t span:eq(0)').addclass("this") $('.tab-c:eq(0)').show() $('.tab-t span').click(function () { $(this).addclass("this").siblings('span').removeclass("this"); $('.tab-c').eq($(this).index()).show().siblings(".tab-c").hide() }); if( $(document.body).width() <= 768){ $(".header .l-d .b").remove() } }); $(window).scroll(function () { if ($(window).scrolltop() >= 10) { $(".header").addclass("f"); $("#head-c").addclass("container"); } else { $(".header").stop(true, true).removeclass("f"); $("#head-c").removeclass("container"); } }); function slideto() { window.scrollto({ top: 0, behavior: 'smooth' }) } function search() { $(".header .search").toggleclass("show") }