$(function(){ $('.announce_tab_box .tab_left p').on('click', function() { Global.trackEvent('InvestorRelations_Announcement&Circular_ClickReport'); }); $('.announce_tab_box .tab_right i').on('click', function() { Global.trackEvent('InvestorRelations_Announcement&Circular_DownloadReport'); }); $(".tocn-cont-dl .a-to").on('click', function() { Global.trackEvent('InvestorRelations_Announcement&Circular_NotePopUp'); Global.trackEvent('InvestorRelations_Announcement&Circular_ToChineseVersion'); }); $(".announce_more").on('click', function() { Global.trackEvent('InvestorRelations_Announcement&Circular_More'); }); $(".announce_us dd").eq(2).on('click', function() { Global.trackEvent('InvestorRelations_ContactUs_ClickTel'); }); $(".announce_us dd").eq(3).on('click', function() { Global.trackEvent('InvestorRelations_ContactUs_ClickEmail'); }); var curIndex = $('.banner-scroll').attr('data-index') - 1 var curWidth = $('.banner-scroll li').width() var offLeft = curWidth * curIndex $('.banner-scroll').animate({ scrollLeft: offLeft }); })