/*! *安徽公共资源交易集团首页 *author: chengang; */ (function($) { // 子网联盟 new marquee({ msclassid: "hottitle", contentid: "ulid", direction: "left", step: 1, width: 830, height: 56, timer: 50, delaytime: 0, waittime: 0, scrollstep: 0, autostart: 1 }); // 图片轮播 $('#slider').xslider({ affect: 'scrollx', speed: 1000, space: 3000, conbox: '.wb-slider-conbox', ctag: '.wb-slider-ctag', switcher: '.wb-slider-switcher', stag: '.wb-slider-stag', current: 'cur', trigger: 'click', boxwidth: '326', boxheight: '242' }); /*选项卡初始化*/ $(".tab-view").each(function(index, el) { new tabview({ dom: el, activecls: 'active', triggerevent: 'mouseover' }); }); // 外界评价 new marquee({ msclassid: "hottitle1", contentid: "ulid1", direction: "top", step: 1, width: 240, height: 330, timer: 50, delaytime: 0, waittime: 0, scrollstep: 0, autostart: 1 }); // 经典案例 new marquee({ msclassid: "hottitle3", contentid: "ulid3", direction: "top", step: 1, width: 240, height: 330, timer: 50, delaytime: 0, waittime: 0, scrollstep: 0, autostart: 1 }); })(jquery);