全网整合营销服务商

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

免费咨询热线: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

解决方案

到底企业网站做了是给谁看的呢?

到底企业网站做了是给谁看的呢?

1、如何做到抓住潜在用户体验? 很多客户以及一些朋友都会问同样的问题,什么叫用户体验?如何获得潜在用户的信任及购买欲,其实这个道理很简单。在互联网上如果你是卖家你一...

2018.09 查看更多
两大设计原则助力网站发展

两大设计原则助力网站发展

一、内容里面最好穿插一些配图 视觉是开始,往往能给网站访客留下深刻的第一印象,所以网站内容最好是有一定的配图。很多人会觉得写文章是一件非常困难的事情,如果在在文章上...

2018.09 查看更多

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

function submitde3a30fbe737e10bfd777152e0cddc9f(elements) { if (document.getElementById('gourl_de3a30fbe737e10bfd777152e0cddc9f')) { document.getElementById('gourl_de3a30fbe737e10bfd777152e0cddc9f').value = encodeURIComponent(window.location.href); } var x = elements; for (var i=0;i

*请认真填写需求信息,我们会在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"}); }) }) if (!window.jQuery) { document.write(unescape("%3Cscript src='/public/static/common/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E")); document.write(unescape("%3Cscript type='text/javascript'%3E try{jQuery.noConflict();}catch(e){} %3C/script%3E")); } if (window.jQuery) { (function($){ default_switch(); //简体繁体互换 function default_switch() { var home_lang = getCookie('home_lang'); if (home_lang == '') { home_lang = 'cn'; } if ($.inArray(home_lang, ['zh','cn'])) { var obj = $('#jquerys2t_1573822909'); var isSimplified = getCookie('jquerys2t_1573822909'); if ('cn' == isSimplified) { $('body').t2s(); $(obj).text('繁體'); } else if ('zh' == isSimplified) { $('body').s2t(); $(obj).text('简体'); } } } //简体繁体互换 $('#jquerys2t_1573822909').click(function(){ var obj = this; var isSimplified = getCookie('jquerys2t_1573822909'); if ('' == isSimplified || 'cn' == isSimplified) { $('body').s2t(); // 简体转繁体 setCookie('jquerys2t_1573822909', 'zh'); $(obj).text('简体'); } else { $('body').t2s(); // 繁体转简体 setCookie('jquerys2t_1573822909', 'cn'); $(obj).text('繁體'); } }); })(jQuery); }