$(function () { //閿氭爣绛 /*var AnchorClick = function (obj) { var href = $(obj).attr("href"); console.log(href); var pos = $(href).offset().top - 72; $(obj).on("click",function(){ $("html,body").animate({ scrollTop: pos }, 200); }) }; AnchorClick(".a-foot"); AnchorClick(".a-introl");*/ //杞挱 new Swiper('.swiper-container', { pagination: '.swiper-pagination', nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', slidesPerView: 1, paginationClickable: true, autoplayDisableOnInteraction: false, loop: true, autoplay: 5000, paginationBulletRender: function (swiper, index, className) { return '' + 0 + '' + (index + 1) + ''; } }); //妗堜緥 $(".case-list li").hover(function () { $(this).find("div").stop().fadeIn(500) $(this).find("img").css({ "z-index": "999", "border": "1px solid #d9d9d9", "-webkit-box-shadow": "0 0px 7px rgba(206, 206, 206, .7)", "-moz-box-shadow": "0 0px 7px rgba(206, 206, 206, .7)", "box-shadow": "0 0px 7px rgba(206, 206, 206, .7)", }); $(this).find("h3").css("z-index", "999"); }, function () { $(this).find("div").fadeOut(50) $(this).find("img").css("z-index", "0"); $(this).find("h3").css("z-index", "0"); $(this).find("img").css({ "z-index": "99", "border": "0", "-webkit-box-shadow": "", "-moz-box-shadow": "", "box-shadow": "", }); }) var w = $(window).width(); if (w < 767) { $(".case-list li").hover(function () { $(this).find("img").css({ "z-index": "999", "border": "1px solid #d9d9d9", "-webkit-box-shadow": "0 0px 7px rgba(206, 206, 206, .7)", "-moz-box-shadow": "0 0px 7px rgba(206, 206, 206, .7)", "box-shadow": "0 0px 7px rgba(206, 206, 206, .7)", 'position': 'fixed', 'top': '23%', 'left': '0', 'right': '0', 'margin': 'auto' }); $(this).find('h3').css({ 'z-index': '999', 'position': 'fixed', 'top': '36%', 'left': '0', 'right': '0', 'margin': 'auto' }); }, function () { $(this).find("div").fadeOut(50) $(this).find("img").css("z-index", "0"); $(this).find("h3").css({ "z-index":"0", 'position': 'relative', 'top': 'auto', 'left': '0', 'right': '0', 'margin': 'auto' }); $(this).find("img").css({ "z-index": "99", "border": "0", "-webkit-box-shadow": "", "-moz-box-shadow": "", "box-shadow": "", 'position': 'relative', 'top': '0', 'left': '0', 'right': '0', 'margin': 'auto' }); }) } //浼樺娍 $(".advantage .ad-li1").hover(function () { $(this).find("img").attr("src", "/template/pc/skin/img/abstract/ab_service_icon.png"); $(this).find("i").css("display", "block"); }, function () { $(this).find("img").attr("src", "/template/pc/skin/img/abstract/ab_service_icon_1.png"); $(this).find("i").css("display", "none"); }); $(".advantage .ad-li2").hover(function () { $(this).find("img").attr("src", "/template/pc/skin/img/abstract/ab_mesh_icon.png"); $(this).find("i").css("display", "block"); }, function () { $(this).find("img").attr("src", "/template/pc/skin/img/abstract/ab_mesh_icon_1.png"); $(this).find("i").css("display", "none"); }); $(".advantage .ad-li3").hover(function () { $(this).find("img").attr("src", "/template/pc/skin/img/abstract/ab_answer_icon.png"); $(this).find("i").css("display", "block"); }, function () { $(this).find("i").css("display", "none"); $(this).find("img").attr("src", "/template/pc/skin/img/abstract/ab_answer_icon_1.png"); }) $(".advantage .ad-li4").hover(function () { $(this).find("img").attr("src", "/template/pc/skin/img/abstract/ab_intergrated_icon.png"); $(this).find("i").css("display", "block"); }, function () { $(this).find("i").css("display", "none"); $(this).find("img").attr("src", "/template/pc/skin/img/abstract/ab_intergrated_icon_1.png"); }) //鍥㈤槦鎴愬憳 $(".team-head div").hover(function () { $(this).find(".introl-people").stop().fadeIn(500); }, function () { $(this).find(".introl-people").fadeOut(50); }); })