");
document.writeln("
业务
联络");
document.writeln("
关注
我们");
document.writeln("
资料
下载");
document.writeln("

");
document.writeln("");
document.writeln("
");
document.writeln("
");
document.writeln("

");
document.writeln("
青春中咨
");
document.writeln("
");
document.writeln("
");
document.writeln("

");
document.writeln("
中咨公司
");
document.writeln("
");
document.writeln("
");
document.writeln("

");
document.writeln("
中咨研究
");
document.writeln("
");
document.writeln("
");
document.writeln("

");
document.writeln("
中咨智库
");
document.writeln("
");
document.writeln("
");
document.writeln("

");
document.writeln("
中咨小镇
");
document.writeln("
");
document.writeln("
");
document.writeln("");
document.writeln("");
document.writeln("
");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
$(function() {
$('#go-top').click(function() {
$('html, body').animate({scrollTop: 0}, 1000);
});
$(window).scroll(function() {
if ($(window).scrollTop() > 300)
$('.go').show();
else
$('.go').hide();
});
});
$(document).ready(function(){
$('.xianshi').hover(function(){
$(".ma").show();
},function(){
$(".ma").hide();
});
});