为中小型、创新型企业的融资及资本运作业务提供专业法律服务
资本业务是标典的核心业务之一,在该领域的诸多细分市场,例如证券发行、新三板上市、私募股权、公司并购与重组等方面,标典均具有丰富的实操经验。同时标典与国信证券、招商证券、华鑫证券、瑞华会计师事务所、希格玛会计师事务所等第三方机构建立了长期合作关系,可以为企业的融资上市、资本运作提供全方位的法律服务。
我们致力于理解客户的业务,根据客户所涉市场及业务针对性地组建团队,量身定制服务方案,助力企业腾飞。
我们服务过的企业客户包括:
- 陕西美鑫产业投资有限公司
- 陕西瀚林十方投资发展有限公司
- 陕西黄金集团股份有限公司
- 西安博达软件股份有限公司
- 美国优金公司
我们可以提供的法律服务包括:
- 新三板挂牌及定向增发、股权激励
- 私募股权基金
- 企业的合并、托管、收购、兼并、分立
- 企业资产重组、资产剥离、风险投资
/* ---- particles.js config ---- */
particlesJS("particles-js", {
"particles": {
"number": {
"value": 80,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 3,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 6,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "grab"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 140,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
});
/* ---- stats.js config ---- */
var count_particles, stats, update;
stats = new Stats;
stats.setMode(0);
stats.domElement.style.position = 'absolute';
stats.domElement.style.left = '0px';
stats.domElement.style.top = '0px';
document.body.appendChild(stats.domElement);
count_particles = document.querySelector('.js-count-particles');
update = function() {
stats.begin();
stats.end();
if (window.pJSDom[0].pJS.particles && window.pJSDom[0].pJS.particles.array) {
count_particles.innerText = window.pJSDom[0].pJS.particles.array.length;
}
requestAnimationFrame(update);
};
requestAnimationFrame(update);