function c2mJs(tab) { if (tab === 1) { marketJs() } else if (tab === 2) { supplyJs() } else if (tab === 3) { produceJs() } } var rootSizeScale = parseFloat($('html').css('font-size')) / 16 function marketJs() { console.log('market') $(function () { headerScroll() challangeTag( '.case-log-change .case-content-df:eq(0)', 4, false, [0, 1, 2, 3] ) var t=0; $(document).scroll(function () { var NavTop = $(this).scrollTop() if ( NavTop - $('.domain-tabs').offset().top >= -12 * rootSizeScale && NavTop < 2418 * rootSizeScale ) { $('.nav-fangan').css('display', 'flex') $('.nav-fangan').siblings().css('display', 'none') } else if ( (NavTop > 499 * rootSizeScale && NavTop < $('.domain-tabs').offset().top) || NavTop > 2418 * rootSizeScale ) { $('.nav-fangan').css('display', 'none') $('.nav-fangan').siblings().css('display', 'flex') if (t < NavTop) { //涓嬫粴 $('.c2m-nav').addClass('c2m-nav-fixed') $('.header').addClass('header-fade') } else { //涓婃粴 $('.c2m-nav').removeClass('c2m-nav-fixed') $('.header').removeClass('header-fade') } setTimeout(function () { t = NavTop }, 0) // $('.c2m-nav').addClass('c2m-nav-fixed') // $('.header').addClass('header-fade') } else { $('.c2m-nav').removeClass('c2m-nav-fixed') $('.header').removeClass('header-fade') } animeCircle($('.market-marketing')) animeCircle($('.market-case')) }) //涓嬪垝绾縣over $('.case-icon,.c2m_market .industry-tab,.domain-tab').mouseenter( function () { if ($(this).attr('class') === 'industry-tab') { $(this).addClass('industry-tab-active') $(this).siblings().removeClass('industry-tab-active') $(this).find('.case-icon-active').css('width', '9rem') $(`.industry-box:eq(${$(this).index()})`).css('display', 'flex') $(`.industry-box:eq(${$(this).index()})`) .siblings() .css('display', 'none') } else if ($(this).attr('class') === 'case-icon') { $(this).find('.case-icon-active').css('width', '6.25rem') $(`.case-content-df:eq(${$(this).index()})`).css('display', 'flex') $(`.case-content-df:eq(${$(this).index()})`) .siblings() .css('display', 'none') challangeTag( `.case-log-change .case-content-df:eq(${$(this).index()})`, 4, false, [0, 1, 2, 3] ) } else if ($(this).attr('class') === 'domain-tab') { $(`.domain-tabs-nav .domain-tab:eq(${$( this ).index()}),.domain-tabs-nav1 .domain-tab:eq(${$(this).index()})`).addClass('industry-tab-active') $(`.domain-tabs-nav .domain-tab:eq(${$( this ).index()}),.domain-tabs-nav1 .domain-tab:eq(${$(this).index()})`) .siblings() .removeClass('industry-tab-active') $(`.domain-tabs-nav .domain-tab:eq(${$( this ).index()}),.domain-tabs-nav1 .domain-tab:eq(${$(this).index()})`) .find('.case-icon-active') .css('width', '6.25rem') $(`.domain-tabs-nav .domain-tab:eq(${$( this ).index()}),.domain-tabs-nav1 .domain-tab:eq(${$(this).index()})`) .siblings() .find('.case-icon-active') .css('width', 0) $(`.domain:eq(${$(this).index()})`).css('display', 'block') $(`.domain:eq(${$(this).index()})`) .siblings() .css('display', 'none') if ($(this).index() === 1) { $('.domain-solution-box').css('top', '22.75rem') } else { $('.domain-solution-box').css('top', '21.5rem') } } $(this).siblings().find('.case-icon-active').css('width', 0) } ) }) } var dspAuto = false function produceJs() { console.log('produce') $(function () { headerScroll() challangeTag( '.case-log-change1 .case-content-df:eq(0)', 4, false, [0, 1, 2, 3] ) //side-Nav鍔熻兘 $('.side-nav-li').click(function () { let index = $(this).index() if (index === 6) { $('.side-nav-li:eq(6)').addClass('dsp-side-nav-active') $('.side-nav-li').addClass('dsp-side-nav') } else { $('.side-nav-li:eq(6)').removeClass('dsp-side-nav-active') $('.side-nav-li').removeClass('dsp-side-nav') } let top = $('.scroll-common-nav').eq(index).offset().top - 60*rootSizeScale $('html,body').animate( { scrollTop: top, }, 700 ) $(this).addClass('side-nav-li-active') $(this).siblings().removeClass('side-nav-li-active') }) // //涓嬪垝绾縣over $('.case-icon,.c2m_produce .industry-tab,.aps-tab').mouseenter(function () { if ($(this).attr('class') === 'industry-tab') { $(this).addClass('industry-tab-active') $(this).siblings().removeClass('industry-tab-active') $(this).find('.case-icon-active').css('width', '5.25rem') $(`.industry-box-slide1 .industry-box:eq(${$(this).index()})`).css( 'display', 'flex' ) $(`.industry-box-slide1 .industry-box:eq(${$(this).index()})`) .siblings() .css('display', 'none') } else if ($(this).attr('class') === 'case-icon') { $(this).find('.case-icon-active').css('width', '6.25rem') $(`.case-log-change1 .case-content-df:eq(${$(this).index()})`).css( 'display', 'flex' ) $(`.case-log-change1 .case-content-df:eq(${$(this).index()})`) .siblings() .css('display', 'none') challangeTag( `.case-log-change1 .case-content-df:eq(${$(this).index()})`, 4, false, [0, 1, 2, 3] ) } else if ($(this).attr('class') === 'aps-tab') { $(this).addClass('aps-tab-active') $(this).siblings().removeClass('aps-tab-active') $(this).find('.case-icon-active').css('width', '6.25rem') $(this) .parent() .siblings('.aps-box-content') .find(`.aps-box:eq(${$(this).index()})`) .css('display', 'flex') $(this) .parent() .siblings('.aps-box-content') .find(`.aps-box:eq(${$(this).index()})`) .siblings() .css('display', 'none') } $(this).siblings().find('.case-icon-active').css('width', 0) }) var t=0 $(document).scroll(function () { var NavTop = $(this).scrollTop() if (NavTop >= 932 * rootSizeScale && NavTop < 5887 * rootSizeScale) { $('.side-nav').css('display', 'block') } else { $('.side-nav').css('display', 'none') } if (NavTop > 499 * rootSizeScale) { if (t < NavTop) { //涓嬫粴 $('.c2m-nav').addClass('c2m-nav-fixed') $('.header').addClass('header-fade') } else { //涓婃粴 $('.c2m-nav').removeClass('c2m-nav-fixed') $('.header').removeClass('header-fade') } setTimeout(function () { t = NavTop }, 0) // $('.c2m-nav').addClass('c2m-nav-fixed') // $('.header').addClass('header-fade') } else { $('.c2m-nav').removeClass('c2m-nav-fixed') $('.header').removeClass('header-fade') } if ( $('.c2m_produce').css('display') === 'block' && $('.dsp-container').offset().top - $(document).scrollTop() < 100 ) { dspAuto = true // dspSwiper.autoplay.start() } if ($('.c2m_produce').css('display') === 'block') { mobileunderline() } animeCircle($('.les-container')) animeCircle($('.qms-container')) animeCircle($('.iiot-container')) animeCircle($('.c2m_produce .case-container')) }) //sideNav涓嬪垝绾 function mobileunderline() { for (var i = 0; i <= 6; i++) { let sideTop = $('.scroll-common-nav').eq(i).offset().top - document.documentElement.scrollTop let sideHeight = -$('.scroll-common-nav').eq(i).height() - 60 if (sideTop < 61 && sideTop > sideHeight) { $(`.side-nav-li:eq(${i})`).addClass('side-nav-li-active') $(`.side-nav-li:eq(${i})`) .siblings() .removeClass('side-nav-li-active') if ( i === 6 || $('.scroll-common-nav').eq(6).offset().top - document.documentElement.scrollTop < 530 ) { $('.side-nav-li:eq(6)').addClass('dsp-side-nav-active') $('.side-nav-li').addClass('dsp-side-nav') } else { $('.side-nav-li:eq(6)').removeClass('dsp-side-nav-active') $('.side-nav-li').removeClass('dsp-side-nav') } } } } }) } function supplyJs() { headerScroll() var t=0 $(document).scroll(function () { var NavTop = $(this).scrollTop() if (NavTop > 499 * rootSizeScale) { if (t < NavTop) { //涓嬫粴 $('.c2m-nav').addClass('c2m-nav-fixed') $('.header').addClass('header-fade') } else { //涓婃粴 $('.c2m-nav').removeClass('c2m-nav-fixed') $('.header').removeClass('header-fade') } setTimeout(function () { t = NavTop }, 0) // $('.c2m-nav').addClass('c2m-nav-fixed') // $('.header').addClass('header-fade') } else { $('.c2m-nav').removeClass('c2m-nav-fixed') $('.header').removeClass('header-fade') } animeCircle($('.supply-marketing')) }) } // 鑷富浜у搧 icon 涓婄Щ moveRenderIconUp('.home-tip-txt', '.home-tip-img', 'product') //hover 閬僵娑堝け $('.mask-cover') .mouseenter(function () { $(this).css('opacity', '0') }) .mouseleave(function () { $(this).css('opacity', '0.5') }) $( '.siyu-play,.dianshang-play,.mengdian-play,.qudao-play,.qingdao-video-play,.guangming-video-play,.eiscm-play,.madecloud-play' ) .mouseenter(function () { $(this) .siblings('.product-img-mask') .find('.mask-cover') .css('opacity', '0') }) .mouseleave(function () { $(this) .siblings('.product-img-mask') .find('.mask-cover') .css('opacity', '0.5') }) .click(function () { if ($(this).attr('class') === 'siyu-play') { $('#siyu-video').css('display', 'block') videoplay('siyu-video', '.siyu-play') } else if ($(this).attr('class') === 'dianshang-play') { $('#dianshang-video').css('display', 'block') videoplay('dianshang-video', '.dianshang-play') } else if ($(this).attr('class') === 'mengdian-play') { $('#mengdian-video').css('display', 'block') videoplay('mengdian-video', '.mengdian-play') } else if ($(this).attr('class') === 'qudao-play') { $('#qudao-video').css('display', 'block') videoplay('qudao-video', '.qudao-play') } else if ($(this).attr('class') === 'golink-play') { $('#golink-video').css('display', 'block') videoplay('golink-video', '.golink-play') } else if ($(this).attr('class') === 'eiscm-play') { $('#eiscm-video').css('display', 'block') videoplay('eiscm-video', '.eiscm-play') } else if ($(this).attr('class') === 'madecloud-play') { $('#madecloud-video').css('display', 'block') videoplay('madecloud-video', '.madecloud-play') } // else if ($(this).attr('class') === 'qingdao-video-play') { // $(this) // .siblings('.product-img-mask') // .find('.mask-cover') // .css('display', 'none') // // videoplay('qingdao-video', '.qingdao-video-play') // } else if ($(this).attr('class') === 'guangming-video-play') { // $(this) // .siblings('.product-img-mask') // .find('.mask-cover') // .css('display', 'none') // // videoplay('guangming-video', '.guangming-video-play') // } }) function videoplay(dom, that) { let ele = document.getElementById(dom) ele.load() ele.controls = true //鏄剧ず鎺т欢 ele.play() ele.autoplay = true //鍔犺浇瀹屾瘯鍚庤嚜鍔ㄦ挱鏀 $(that).hide() //鎾斁鏃舵殏鍋滆疆鎾 ele.onplay = function () { //鎾斁鏃跺叾浠栫殑鎾斁鍣ㄥ叧闂 for (let i = 0; i < document.querySelectorAll('video').length; i++) { if (document.querySelectorAll('video')[i] !== ele) { document.querySelectorAll('video')[i].pause() } } setTimeout(() => {}, 0) } }