$(function () {
$("a.topmenu").on("mouseover", function () {
$("#imgprojectmenu").attr("src", $(this).data("imgurl"));
})
})
window.onresize = function () {
cssEl.innerHTML = "";
autoSize.setPxPerRem();
}
window.onload = function () {
setTimeout(function () {
}, 1000);
setTimeout(function () {
$('.red-con').addClass('animated slideInLeft');
}, 1200);
setTimeout(function () {
$('.red-con').removeClass('slideInLeft');
}, 2000);
load();
}
var mySwiper = new Swiper('.swiper-container', {
loop: true,
slidesPerView: 3,
// 如果需要分页器
pagination: '.swiper-pagination',
// 如果需要前进后退按钮
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
// 如果需要滚动条
scrollbar: '.swiper-scrollbar',
breakpoints: {
1200: {
slidesPerView: 1,
}
}
})
if (winWidth < 768) {
var auHeight = document.documentElement.clientWidth ;
$('.intro-banner').css('height', auHeight);
}