var innerhtml = { fontswesome: '', swipercss: '', swiperjs: '', }; var swipercss = innerhtml.swipercss; var swiperjs = innerhtml.swiperjs; var fontcss = innerhtml.fontswesome; var innerhtml = innerhtml; $(function () { $('.tab_head ul li').click(function () { $(this).addclass("active").siblings().removeclass("active"); var index = $('.tab_head ul li').index($(this)); $('.tab_content ul li.tab_content_li').eq(index).show().siblings().hide(); }); $('.tab_head1 ul li').hover(function () { $(this).addclass("active").siblings().removeclass("active"); var index = $('.tab_head1 ul li').index($(this)); $('.tab_content1 ul li.tab_content_li').eq(index).show().siblings().hide(); }); //遍历bn $(".swiper-wrapper-bn .swiper-slide").each(function () { var bg = $(this).find(".bnimg").data("background"); $(this).find(".bnimg").css({ "background": 'url(' + bg + ')' }) }); $(".whead i,.wapnavtop i").click(function () { $(".wapnav").toggleclass("wapnav_active"); $(".wpnvbg").toggleclass("wpnvbg_active"); }) $(".wpnvbg").click(function () { $(".wapnav").removeclass("wapnav_active"); $(".wpnvbg").removeclass("wpnvbg_active"); }) $(".wapprda").click(function () { $(this).siblings(".wpheadhide").slidetoggle(); $(this).toggleclass("wapprda_active") }) $(".wapprda1").click(function () { $(this).siblings(".wpheadhide1").slidetoggle(); $(this).toggleclass("wapprda1_active") }); var video = document.getelementbyid("video"); $("body").on('click', '.video_play', function () { var datasrc = $(this).data("src"); $(video).attr("src", datasrc); var phtml = $(this).data("txt"); $(".videohidebox_1 p").html(phtml); $(".videohide").addclass("videohide_class") $(".videohidebox").addclass("videohidebox_class"); video.play(); }) $(".videohidebg,.videohidebox i").click(function () { $(".videohide").removeclass("videohide_class") $(".videohidebox").removeclass("videohidebox_class"); video.load(); }) if($(window).width()>768){ $('.bnimg,.height').css('height', $(window).height()); } $(".hdr2sp").click(function () { $(".hdr2_hdrhide").addclass("hdrhide_active") }) $(".hdr3sp").click(function () { $(".hdr3_hdrhide").addclass("hdrhide_active") }) $(".close_hr,.hrhbg").click(function () { $(".hdrhide").removeclass("hdrhide_active") }) }); $(function () { settimeout(function () { $(".fadeinup100, .fadein, .fadeinup, .fadeinup50").css("opacity","1") }, 800) if ($(".wow").length) { if (!(/msie [6|7|8|9]/i.test(navigator.useragent))) { var wow = new wow({ boxclass: 'wow', animateclass: 'animated', offset: 80, mobile: true, live: true }); wow.init(); }; } }) // function fontsize() { // var devicewidth = document.documentelement.clientwidth > 768 ? 768 : document.documentelement.clientwidth; // document.documentelement.style.fontsize = (devicewidth / 25) + "px"; // } // fontsize(); // window.onresize = fontsize;