全网整合营销服务商

电脑端+手机端+微信端=数据同步管理

免费咨询热线:4009-999-999

$(function(){ $('#pull').click(function(){ if(parseInt($("#side-menu").css("right"))<=-165) { $("#side-menu").animate({right:0},"fast").css("display","block"); $("body").animate({right:165},"fast"); $('#menu_bg').addClass('menu_bg_active'); } }) $('#menu_bg').click(function(){ $("#side-menu").animate({right:-165},"fast").css("display","none"); $("body").animate({right:0},"fast"); $('#menu_bg').removeClass('menu_bg_active'); }) })

一家有创意的互联网+营销服务机构

2022全力提升品牌形象,快速引爆您的互联网营销
立即咨询
$("#business_center ul li").each(function(){ $(this).hover(function(){ $(this).find("a").addClass("a-active"); $(this).find('.pic1').stop().animate({right:'-100%'},300); $(this).find('.pic2').stop().animate({left:'0'},300); $(this).find('.text1').stop().animate({left:'-100%'},300); $(this).find('.text2').stop().animate({right:'0'},300); },function(){ $(this).find("a").removeClass("a-active"); $(this).find('.pic1').stop().animate({right:'0'},300); $(this).find('.pic2').stop().animate({left:'-100%'},300); $(this).find('.text1').stop().animate({left:'0'},300); $(this).find('.text2').stop().animate({right:'-100%'},300); }); })

我们怎么做

将设计通过情感的表达把用户和产品很自然的连接在一起,让用户享受使用产品的愉悦,以此来强化对产品、品牌的体验认知!

案例展示

Our cases

解决方案

j9九游会-真人游戏第一品牌讲座预告:转

j9九游会-真人游戏第一品牌讲座预告:转

  陆如泉,博士,教员级高级经济师○,邦际能源计谋学者,中邦石油集团经济技巧钻研院院长、党委副书记,中邦石油邦度高端智库钻研中央常务副主任。曾任中邦石油集团邦际部(外事局)副总司理...

2024.07 查看更多
j9九游会-真人游戏第一品牌金年会电子游

j9九游会-真人游戏第一品牌金年会电子游

  据先容,“星河”AI一体机适配邦际领先的AI智算芯片、高速存储和高速汇集,基于海量自有卫星数据,整合了自研的卫星灵境引擎、星问AIGC众模态实质天生等邦星宇航自有卫星合连身手及...

2024.07 查看更多

填写您的项目需求给我们。

*请认真填写需求信息,我们会在24小时内与您取得联系。

$(function(){ $('.nav li').hover(function(){ $('span',this).stop().css('height','2px'); $('span',this).animate({ left:'0', width:'100%', right:'0' }, 200); },function(){ $('span',this).stop().animate({ left:'50%', width:'0' }, 200); }); $('.nav li').click(function(){ $(this).addClass("current").siblings().removeClass("current"); }); // 悬浮窗口 $(".yb_conct").hover(function() { $(".yb_conct").css("right", "5px"); $(".yb_bar .yb_ercode").css('height', '190px'); }, function() { $(".yb_conct").css("right", "-127px"); $(".yb_bar .yb_ercode").css('height', '53px'); }); // 返回顶部 $(".yb_top").click(function() { $("html,body").animate({ 'scrollTop': '0px' }, 300) }); }); var swiper = new Swiper('.swiper-container', { pagination: '.swiper-pagination', paginationClickable: true, autoplay : 5000, speed:1000, }); $(function(){ $(".tab_cont > span > a").click(function(){ $(this).parent().addClass("show").siblings().removeClass("show"); $($(this).attr("data-href")).css({"display":"block"}).siblings().css({"display":"none"}); }) })