window.onload = function () { // $('.scientific-info-box .item').css('height',$('.scientific-info-box .right-text-box .info-box').height()+170) // $('.scientific-info-box .item-two').css('height',$('.scientific-info-box .item-two .right-text-box .info-box').height()+170) // var divelements = $(".scientific-info-box .item"); // divelements.each(function () { // var righttextheight = $(this).find(".info-box").height() + 170; // console.log(righttextheight); // $(this).height(righttextheight); // }); // var divelements2 = $(".scientific-info-box .item-two"); // divelements2.each(function () { // var righttextheight2 = $(this).find(".info-box").height() + 170; // $(this).height(righttextheight2); // }); // if (document.body.clientwidth <= 1007) { // $(".scientific-info-box .item").css("height", "auto"); // $(".scientific-info-box .item-two").css("height", "auto"); // $(".scientific-info-box .item .left-img-box").css("height", "260px"); // $(".scientific-info-box .item-two .left-img-box").css("height", "260px"); // } // window.onresize = function () { // console.log(document.body.clientwidth); // // $(".scientific-info-box .item").css( // // "height", // // $(".scientific-info-box .right-text-box .info-box").height() + 170 // // ); // // $(".scientific-info-box .item-two").css( // // "height", // // $(".scientific-info-box .item-two .right-text-box .info-box").height() + // // 170 // // ); // var divelements = $(".scientific-info-box .item"); // divelements.each(function () { // var righttextheight = $(this).find(".info-box").height() + 170; // console.log(righttextheight); // $(this).height(righttextheight); // }); // var divelements2 = $(".scientific-info-box .item-two"); // divelements2.each(function () { // var righttextheight2 = $(this).find(".info-box").height() + 170; // $(this).height(righttextheight2); // }); // if (document.body.clientwidth <= 1007) { // $(".scientific-info-box .item").css("height", "auto"); // $(".scientific-info-box .item-two").css("height", "auto"); // $(".scientific-info-box .item .left-img-box").css("height", "260px"); // $(".scientific-info-box .item-two .left-img-box").css("height", "260px"); // } else { // // $(".scientific-info-box .item").css( // // "height", // // $(".scientific-info-box .right-text-box .info-box").height() + 170 // // ); // // $(".scientific-info-box .item-two").css( // // "height", // // $(".scientific-info-box .item-two .right-text-box .info-box").height() + // // 170 // // ); // var divelements = $(".scientific-info-box .item"); // divelements.each(function () { // var righttextheight = $(this).find(".info-box").height() + 170; // console.log(righttextheight); // $(this).height(righttextheight); // }); // var divelements2 = $(".scientific-info-box .item-two"); // divelements2.each(function () { // var righttextheight2 = $(this).find(".info-box").height() + 170; // $(this).height(righttextheight2); // }); // $(".scientific-info-box .item .left-img-box").css("height", "100%"); // $(".scientific-info-box .item-two .left-img-box").css("height", "100%"); // } // }; // 企业荣誉swiper var myswiper = new swiper(".scientific-list", { slidesperview: 4, // scrollbar: '.scientific-list .swiper-scrollbar', pagination: ".scientific-list .swiper-pagination", paginationtype: "progress", slidetoclickedslide: true, breakpoints: { 996: { slidesperview: 3, }, 768: { slidesperview: 3, }, 530: { slidesperview: 2, }, }, }); var activediv = $(".list-keyan-box .li.active").data("index"); if (activediv) { myswiper.slideto(activediv, 1000, false); } };