<!doctype html>
<html>
<head>
<!-- 处理json的function -->

<!-- 处理null或者空字符串的function -->

<!--显示客户上传的文件-->

<!-- 处理产品类型展示的function -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Cache-Control" content="no-transform" /> 
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="applicable-device" content="pc,mobile">
	<meta name="viewport" content="width = device-width, initial-scale = 1.0, minimum-scale = 1.0, maximum-scale = 1.0, user-scalable = no"/>
<meta name="format-detection" content="telephone=no">
<meta name="description" content="2015年12月，公司在中国(上海)自由贸易试验区注册成立。2016年1月，公司登记为私募基金管理人，登记编号：P1030305。">
<meta name="keywords" content="上海海升私募基金管理有限公司,海升基金,海升">
<meta http-equiv="X-UA-Compatible" content="edge" />
<title>上海海升私募基金管理有限公司</title>
<link rel="shortcut icon" type="image/png" href="//file.simu800.com/prod/52876055/webSiteCoverImgUrl/2cd28b86180d4b4aaba15e134de71ad6.png">


<!-- 
<link rel="stylesheet" href="../rely/jquery/css/swiper.3.3.1.min.css">
<link rel="stylesheet" href="../rely/jquery/css/animate.min.css">
<link rel="stylesheet" href="../rely/datetimepicker/jquery.datetimepicker.css">
<link rel="stylesheet" href="../rely/webuploader/webuploader.css?distRandom=33-1567750751255" type="text/css" >
<link rel="stylesheet" href="../website/styles/basecss/css/edit.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/global.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/layout.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/fontello.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/extend.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/newVisualDesign.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/component.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/menu.css?distRandom=33-1567750751255" type="text/css">
<link rel="stylesheet" href="../website/sitecss/css/jquery-editable-select.css?distRandom=33-1567750751255" type="text/css">
<link rel="styleSheet" href="../website/sitecss/css/extendPdfSign.css?distRandom=33-1567750751255" type="text/css" >
<link rel="stylesheet" href="../rely/nc/myNc.css?distRandom=33-1567750751255" type="text/css">
<link rel="styleSheet" href="../rely/layer-pc-v3.1.1/theme/default/layer.css" type="text/css" >
 -->
<link rel="stylesheet" href="../website/sitecss/dist/2.9.9-1730719955596-main.min.css">
<link rel="stylesheet" href="../rely/pagination/pagination.css?distRandom=33-1567750751255" type="text/css">	

	<link rel="stylesheet" href="//file.simu800.com/prod/31460758/54241557/menuStyleCss/menuStyle.css?20241130071244">                         
<link rel="stylesheet" href="../rely/jquery-ui-1.12.1.custom/jquery-ui.min.css" type="text/css">
<script type="text/javascript" charset="utf-8" async src="//g.alicdn.com/sd/ncpc/nc.js?t=2024113007"></script>
<script>
// 百度统计代码
/*
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "//hm.baidu.com/hm.js?82dad9fa69de08a781e2e18e7f3ce73d";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
*/
</script>
<script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';        
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
<meta name="renderer" content="webkit">
<script type="text/javascript">
	var _getBrowserInfo = function () {
		var isIE = true;
		var verinfo = "";
		var agent = navigator.userAgent.toLowerCase();
		var regStr_ie11 = /windows nt [\d.]+;/gi;
		var regStr_ie = /msie [\d.]+;/gi;
		var regStr_ff = /firefox\/[\d.]+/gi
		var regStr_chrome = /chrome\/[\d.]+/gi;
		var regStr_saf = /safari\/[\d.]+/gi;
	
		var browser = {};
		// IE11
		if (agent.indexOf("windows nt") > 0) {
			isIE = true;
			verinfo = "11";
			browser = agent.match(regStr_ie11);
		}
		// IE
		if (agent.indexOf("msie") > 0) {
			isIE = true;
			verinfo = "";
			browser = agent.match(regStr_ie);
		}
		// firefox
		else if (agent.indexOf("firefox") > 0) {
			isIE = false;
			browser = agent.match(regStr_ff);
		}
		// Chrome
		else if (agent.indexOf("chrome") > 0) {
			isIE = false;
			browser = agent.match(regStr_chrome);
		}
		// Safari
		else if (agent.indexOf("safari") > 0 && agent.indexOf("chrome") < 0) {
			isIE = false;
			browser = agent.match(regStr_saf);
		}
		// 版本
		if (!verinfo) {
			verinfo = (browser + "").replace(/[^0-9.]/ig, "");
		}
	
		return {
			"isIE" : isIE,
			"browser" : browser,
			"verinfo" : verinfo
		};
	}
	// IE低版本提醒
	{
		var browserInfo = _getBrowserInfo();
		if (browserInfo.isIE && parseInt(browserInfo.verinfo) < 10) {
			alert("您的浏览器版本过低，将影响到本网站的正常浏览，推荐使用360或谷歌浏览器以及IE10以上进行查看！");
		}
	}
</script>
<script src="../rely/clipboard.min.js"></script>
<script data-main="../website/dist/scripts/2.9.9-1730719955596-SiteHomeView.min" src="../rely/requireJS/require.js"></script></head>
<body id="body" class="" style="display:none">
	<span id="slideType" style="display:none;">2</span>
	<span id="site_templatePath" style="display:none;">fm_002</span>
	<span id="site_templatecover_configObj" style="display:none;">{&quot;index&quot;:-1,&quot;swiperCoverType&quot;:&quot;2&quot;,&quot;swiperLoop&quot;:&quot;false&quot;,&quot;swiperAutoplay&quot;:0,&quot;swiperSpeed&quot;:300,&quot;swiperEffect&quot;:&quot;slide&quot;,&quot;swiperFreeMode&quot;:&quot;false&quot;,&quot;swiperStyle&quot;:&quot;height:925px;&quot;,&quot;autoTop&quot;:&quot;0&quot;}</span>
	<!-- 主内容 -->
	<span class="">
		<!-- 菜单栏 -->
		<span>
<div id="isFirstShowLabel" style="display: none">1</div>
<div id="popComplianceDeclareTimeLabel" style="display: none">0</div>
<div class="simu-site-overlay-page" style="display: none;"></div>
<div class="simu-site-overlay" style="display: none"></div>
<div class="simu-site-overlay-content site_class_hgtzzrd"  style="display: none;">
	<div class="simu-site-left">
		<h2>合格投资者认定</h2>
		<div class="simu-site-mainMsg">
			<p><span style=";font-family:微软雅黑;font-size:14px">重要提示：</span></p><p><span style=";font-family:微软雅黑;font-size:14px">&nbsp;</span></p><p><span style=";font-family:微软雅黑;font-size:14px">请您仔细阅读此重要提示，并向下滚动至本页结尾根据您的具体情况进行选择。</span></p><p><span style=";font-family:微软雅黑;font-size:14px">&nbsp;</span></p><p><span style=";font-family:微软雅黑;font-size:14px"><span style="font-family:微软雅黑">在继续浏览本公司网站前，请您确认您或您所代表的机构是一名</span>“合格投资者”。“合格投资者”指根据任何国家和地区的证券和投资法规所规定的有资格投资于私募证券投资基金的专业投资者。例如根据我国《私募投资基金监督管理暂行办法》的规定，合格投资者的标准如下：</span></p><p><span style=";font-family:微软雅黑;font-size:14px">&nbsp;</span></p><p><span style=";font-family:微软雅黑;font-size:14px"><span style="font-family:微软雅黑">一、具备相应风险识别能力和风险承担能力，投资于单只私募基金的金额不低于</span>100万元且符合下列相关标准的单位和个人：</span></p><p><span style=";font-family:微软雅黑;font-size:14px">1、净资产不低于1000万元的单位；</span></p><p><span style=";font-family:微软雅黑;font-size:14px">2、金融资产不低于300万元或者最近三年个人年均收入不低于50万元的个人。(前款所称金融资产包括银行存款、股票、债券、基金份额、资产管理计划、银行理财产品、信托计划、保险产品、期货权益等。)</span></p><p><span style=";font-family:微软雅黑;font-size:14px">&nbsp;</span></p><p><span style=";font-family:微软雅黑;font-size:14px">二、下列投资者视为合格投资者：</span></p><p><span style=";font-family:微软雅黑;font-size:14px">1、社会保障基金、企业年金等养老基金、慈善基金等社会公益基金；</span></p><p><span style=";font-family:微软雅黑;font-size:14px">2、依法设立并在基金业协会备案的投资计划；</span></p><p><span style=";font-family:微软雅黑;font-size:14px">3、投资于所管理私募基金的私募基金管理人及其从业人员；</span></p><p><span style=";font-family:微软雅黑;font-size:14px">4、中国证监会规定的其他投资者。</span></p><p><span style=";font-family:微软雅黑;font-size:14px">&nbsp;</span></p><p><span style=";font-family:微软雅黑;font-size:14px"><span style="font-family:微软雅黑">如果您继续访问或使用本网站及其所载资料，即表明您声明及保证您或您所代表的机构为</span>“合格投资者”，并将遵守对您适用的司法区域的有关法律及法规，同意并接受以下条款及相关约束。如果您不符合“合格投资者”标准或不同意下列条款及相关约束，请勿继续访问或使用本网站及其所载信息及资料。</span></p><p><span style=";font-family:微软雅黑;font-size:14px">&nbsp;</span></p><p><span style=";font-family:微软雅黑;font-size:14px">“本网站”指由<span class=""><span id="mainpage"><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">上海海升私募基金管理有限公司</span></span></span>（以下简称“本公司”）所有并发布的网站及其所载信息及资料。本网站所载信息及资料仅供参考，并不构成广告或分销、销售要约，或招揽买入任何证券、基金或其他投资工具的邀请或要约。</span></p><p><span style=";font-family:微软雅黑;font-size:14px">&nbsp;</span></p><p><span style=";font-family:微软雅黑;font-size:14px">投资涉及风险，投资者应详细审阅产品的发售文件以获取进一步资料，了解有关投资所涉及的风险因素，并寻求适当的专业投资和咨询意见。产品净值及其收益存在涨跌可能，过往的产品业绩数据并不预示产品未来的业绩表现。本网站所提供的资料并非投资建议或咨询意见，投资者不应依赖本网站所提供的信息及资料作出投资决策。</span></p><p><span style=";font-family:微软雅黑;font-size:14px">&nbsp;</span></p><p><span style=";font-family:微软雅黑;font-size:14px">本公司可更改或修订本网站所载信息及资料，毋须事前通知，本公司并不承诺实时更新本网站信息及资料。</span></p><p><span style=";font-family:微软雅黑;font-size:14px">&nbsp;</span></p><p><span style=";font-family:微软雅黑;font-size:14px">与本网站所载信息及资料有关的所有版权、专利权、知识产权及其他产权均为本公司所有。本公司概不向浏览该资料人士发出、转让或以任何方式转移任何种类的权利。</span></p><p><br/></p>
		</div>
	</div>
	<div class="simu-site-right">
		<a href="javascript:void(0)" class="simu-site-yes">接&nbsp;受</a>
		<a href="javascript:void(0)" class="simu-site-no">放&nbsp;弃</a>
	</div>
</div>
<div class="simu-site-overlay-content site_class_wlxy" style="display: none;">
	<div class="simu-site-left">
		<h2>网络服务协议</h2>
		<div class="simu-site-mainMsg">
			本声明包含网络使用的有关条款。凡浏览本网站及相关网页的用户，均表示接受以下条款。 
			<br/>1、并非所有的客户都可以获得所有的产品和服务，您是否符合条件享受特别产品和服务，最终的解释权归我公司。我公司保留对该网页包含的信息和资料及其显示的条款、条件和说明变更的权利。 
			<br/>2、任何在本网站出现的信息包括但不限于评论、预测、图表、指标、理论、直接的或暗示的指示均只作为参考，您须对任何自主决定的行为负责。 
			<br/>3、本网站提供的有关投资分析报告、股市预测文章信息等仅供参考，股市有风险，入市须谨慎！本网站所提供之公司资料、个股资料等信息，力求但不保证数据的准确性，如有错漏，请以基金业协会公示信息报刊为准。本网站不对因本网资料全部或部分内容产生的或因依赖该资料而引致的任何损失承担任何责任。 
			<br/>4、互联网传输可能会受到干扰，中断、延迟或数据错误，本公司对于非本公司能控制的通讯设施故障可能引致的数据及交易之准确性或及时性不负任何责任。 
			<br/>5、凡通过本网站与其他网站的链结，而获得其所提供的网上资料及内容，您应该自己进行辨别及判断，我公司不承担任何责任。 
			<br/>6、本站某些部分或网页可能包括单独条款和条件，作为对本条款和条件的补充，如果有任何冲突，该等附加条款和条件将对相关部分或网页适用。
			<br/>7、本人已阅读并同意<a href='//file.simu800.com/share/file/DigiCertiSerProtocol.pdf' target="_blank">《数字证书服务协议》</a>。
		</div>
	</div>
	<div class="simu-site-right">
		<a href="javascript:void(0)" class="simu-site-yes">确&nbsp;认</a>
	</div>
</div>
<div class="simu-site-header" >
    <div class="simu-site-bg-header" >
			<img src="//img.simu800.com/images/allcompany/webSiteCustPageHeadImgUrl/tiao4.png">
    </div>
	<div class="simu-site-inner" >
		<div class="simu-site-logo" >
		    	<a href="?">
					<img src="//file.simu800.com/prod/52876055/webSiteCompanyLogo/e793fcc51a8a4d29a5cf3e111cdcd586.png" border="0">
				</a>
		</div>		
		<div class="simu-site-nav ">
			<ul>
				<li class="selected-menu">
					<a 
					    href="?" companyCode="31460758" configCode="54241557" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color homeview simu-site-nav-bg-height">
					首页
					</a>
				</li>
					<li class="selected-menu">
					    	<a 
							   	href="javascript:void(0)" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="1000016632">
					    	关于海升
					    	</a>
					    	<div class="simu-site-subnav">
					    		<ul style="display:none;">
					    			<li><a  href="?mt=1&mc=1000016638&cc=31460758" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="1" menubg="//file.simu800.com/prod/31460758/backgroundImage/2114b40de24546b0ac8a102247c08083.jpg" menuParentcode="1000016632" menuCode="1000016638" urlPath="">公司介绍</a></li>
					    			<li><a  href="?mt=1&mc=1000016639&cc=31460758" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="1" menubg="//file.simu800.com/prod/31460758/backgroundImage/c3958e66444547e8a29812ae007ae812.jpg" menuParentcode="1000016632" menuCode="1000016639" urlPath="">核心人员</a></li>
					    			<li><a  href="?mt=1&mc=1000016640&cc=31460758" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="1" menubg="//file.simu800.com/prod/31460758/backgroundImage/af42b1d444794b658ed63a52399d2670.jpg" menuParentcode="1000016632" menuCode="1000016640" urlPath="">公司荣誉</a></li>
					    			<li><a  href="?mt=1&mc=1000016641&cc=31460758" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="1" menubg="//file.simu800.com/prod/31460758/backgroundImage/65552035f52a41548cd900696bcd5d32.jpg" menuParentcode="1000016632" menuCode="1000016641" urlPath="">公司文化</a></li>
					    		</ul>
							</div>
					</li>
					<li class="selected-menu">
					    	<a 
							   	href="javascript:void(0)" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="1000016633">
					    	客户中心
					    	</a>
					    	<div class="simu-site-subnav">
					    		<ul style="display:none;">
					    			<li><a  href="https://vipfunds.simu800.com/vipmobile/product?companyCode=04480ED13523DE6B9959B79A2EF25EBB" target="_blank" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="9" menubg="" menuParentcode="1000016633" menuCode="1000016642" urlPath="https://vipfunds.simu800.com/vipmobile/product?companyCode=04480ED13523DE6B9959B79A2EF25EBB">净值查询</a></li>
					    			<li><a  href="?mt=2&mc=1000016643&cc=31460758" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="2" menubg="//file.simu800.com/prod/31460758/backgroundImage/ea8e0b78b1cd49e0abce84ad3dd5c872.jpg" menuParentcode="1000016633" menuCode="1000016643" urlPath="">产品周报</a></li>
					    			<li><a  href="?mt=1&mc=1000120354&cc=31460758" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="1" menubg="//file.simu800.com/prod/31460758/backgroundImage/7edd73c6062749ddb2a173ba65793594.jpg" menuParentcode="1000016633" menuCode="1000120354" urlPath="">产品列表</a></li>
					    		</ul>
							</div>
					</li>
					<li class="selected-menu">
					    	<a 
							   	href="javascript:void(0)" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="1000016635">
					    	海升动态
					    	</a>
					    	<div class="simu-site-subnav">
					    		<ul style="display:none;">
					    			<li><a  href="?mt=2&mc=1000016647&cc=31460758" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="2" menubg="//file.simu800.com/prod/31460758/backgroundImage/952ffbbae3a541b9be14669054a1a854.jpg" menuParentcode="1000016635" menuCode="1000016647" urlPath="">海升公告</a></li>
					    			<li><a  href="?mt=2&mc=1000204372&cc=31460758" target="_self" class="twoLevelMenu simu-site-subnav-bg-color simu-site-subnav-font-color" menuType="2" menubg="//file.simu800.com/prod/31460758/backgroundImage/32d47bf7e540408fa3208e9adab0b8b9.jpg" menuParentcode="1000016635" menuCode="1000204372" urlPath="">海升新闻</a></li>
					    		</ul>
							</div>
					</li>
					<li class="selected-menu">
							<a 
							 href="?mt=1&mc=1000128262&cc=31460758" target="_self" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="1000128262" menuType="1" menubg="//file.simu800.com/prod/31460758/backgroundImage/df62dea500ac418b9f7728e8a953b82e.jpg" menuCode="1000128262" urlPath="">
							人工客服
							</a>
					</li>
					<li class="selected-menu">
							<a 
							 href="https://vipfunds.simu800.com/vipmobile/login?companyCode=04480ED13523DE6B9959B79A2EF25EBB" target="_blank" class="oneLevelMenu simu-site-nav-bg-color simu-site-nav-font-color simu-site-nav-bg-height" id="1000016637" menuType="9" menubg="" menuCode="1000016637" urlPath="https://vipfunds.simu800.com/vipmobile/login?companyCode=04480ED13523DE6B9959B79A2EF25EBB">
							登录/注册
							</a>
					</li>
			</ul>
		</div>
		<div class="simu-site-login ">
			<div class="simu-site-user site_class_userCenterFast" style="display:none;">
				<div class="simu-site-face simu-site-cursor" 
				>
					<img id="user-face" src="../website/sitecss/images/simu-site-face.png">
				</div>
				<!--<span id="user-name"></span>-->			
			</div>
		</div>
	</div>
</div>
		</span>
		<!-- 内容 -->
		<span id="mainpage">
				<div class="t2-simu-site-swiper-box">
					<div style="">
						<div class="swiper-container site_class_swiper_container" style="overflow: hidden;height: 480px;height:925px;">
							<ul class="simu-site-swiper-arrow">
								<li>
									<a href="javascript:;" class="site_class_swiper_button_prev simu-site-prev"></a>
								</li>
								<li>
									<a href="javascript:;" class="site_class_swiper_button_next simu-site-next"></a>
								</li>
							</ul>
							<div class="swiper-wrapper">
											<div class="site_class_swiper_slide swiper-slide" style="background-image:url(//file.simu800.com/prod/31460758/webSiteCoverImgUrl/432d16ef955e49cd9ccd2e0483a50a58.jpg)">
												
											</div>
											<div class="site_class_swiper_slide swiper-slide" style="background-image:url(//file.simu800.com/prod/31460758/webSiteCoverImgUrl/72e4e9a7faca4828939b47de447dfd34.jpg)">
												
											</div>
							</div>
							<!-- 
							<div class="swiper-button-prev swiper-button-disabled simu-site-prev">&nbsp;</div>
							<div class="swiper-button-next" style="display: block;">&nbsp;</div>
							-->
							<div class="swiper-pagination site_class_swiper_pagination" style="font-size:16px;"></div>
							<!-- 固定内容 -->
										
						</div>
					</div>
				</div>
				<!-- 判断每一行的数量 -->
				<!-- 创建列表 -->
					<div class="viewcube-box viewcube-color">
						<div class="content-box">
							<style>.box-13{font-size: 14px;background-color: rgb(255,255,255);}.box-13 .inner-box{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:         flex;border: 2px solid rgb(220,220,220);background-color: rgb(255,255,255);}.box-13 .inner-box .box-left{position: relative;width: 50%;padding: 40px 0 80px 40px;}.box-13 .inner-box .box-left .box-title{font-size: 24px;display: inline-block;color: rgb(49,49,49);}.box-13 .inner-box .box-left .box-title:after{display: block;margin: 12px 0;content: '';border-top: 1px solid rgb(49,49,49);}.box-13 .inner-box .box-left .box-content{font-size: 14px;line-height: 1.8;color: rgb(83,83,83);}.box-13 .inner-box .box-left a.more{line-height: 30px;position: absolute;bottom: 40px;left: 40px;display: inline-block;padding: 0 10px;transition: all ease .2s;color: #d80705;border: 1px solid #d80705;}.box-13 .inner-box .box-left a.more:hover{color: #fff;background-color: #d80705;}.box-13 .inner-box .box-right{position: relative;top: 30px;left: 40px;width: 50%;height: 380px;background: url(//img.simu800.com/ueditor/52876055/image/202304/3b9066f95ce745068dbc0da5a032348d.jpg) no-repeat center center;background-size: cover;box-shadow: 0 0 5px rgba(0, 0, 0, .3);}</style><p></p><div class="box-13">    <div class="simu-site-inner" style="padding:70px;">        <div class="inner-box">            <div class="box-left">                <div class="box-title">                    公司简介                </div>                <div class="box-content" style="text-align: justify;">                    上海海升私募基金管理有限公司成立于2015年12月1日，注册资本1030万元（实缴），公司于2016年1月14日获取私募基金管理人牌照，登记编号P1030305，公司当前员工总人数26人，投研人员20人。截至目前，海升基金净资产管理规模约为19.5亿元人民币，管理存续产品39只。<br/><br/>海升基金以研究为驱动，是一家专注于全天候策略的阳光私募基金。公司长期深耕复合策略、期货期权策略、金融期货策略、商品期货套利策略、股票多头策略，均取得了良好的业绩表现。海升基金以控制风险为核心目标，在不同市场情况下，以全天候策略持续为投资人创造价值。<br/> <br/>                 </div><a href="?code=MzE0NjA3NTg=&configCode=NTQyNDE1NTc=&mt=1&mc=1000016638&cc=31460758" class="more">查看更多</a>             </div>            <div class="box-right"></div>        </div>    </div></div><p>    <br/></p><style>.box-15{font-size: 12px;min-height: 420px;background: url() center center;background-color: rgb(245,245,245);background-size: cover;}.box-15 .simu-site-inner{padding: 40px 40px 60px;text-align: center;}.box-15 .box-title{font-size: 24px;text-align: center;color: rgb(49,49,49);}.box-15 .box-title:after{display: block;width: 90px;margin: 15px auto 35px;content: '';border-top: 2px solid rgb(216,7,5);}.box-15 .box-content,.box-15 .box-content .box-list .list-item{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:         flex;}.box-15 .box-content .box-show,.box-15 .box-content .box-list,.box-15 .box-content .box-list .list-item .item-right{width: 0;-webkit-box-flex: 1;-webkit-flex: auto;-ms-flex: auto;flex: auto;}.box-15 .box-content{margin-bottom: 60px;}.box-15 .box-content .box-show{margin-right: 18px;text-align: left;}.box-15 .box-content .box-show .swiper-slide{cursor: pointer;background-color: rgb(255,255,255);}.box-15 .box-content .box-show .box-show-pic{overflow: hidden;height: 220px;}.box-15 .box-content .box-show .box-show-title{font-size: 20px;line-height: 40px;padding: 10px 20px;color: rgb(49,49,49);}.box-15 .box-content .box-show .box-show-content{font-size: 12px;line-height: 25px;height: 75px;padding: 0 20px;color: rgb(49,49,49);}.box-15 .box-content .box-show .box-show-date{font-size: 12px;line-height: 25px;padding: 10px 20px;color: rgb(216,7,5);}.box-15 .box-content .box-list{margin-left: 20px;background-color: rgba(255,255,255,.8);}.box-15 .box-content .box-list .list-item{padding: 17px 40px ;}.box-15 .box-content .box-list .list-item:first-child{padding-top: 20px;}.box-15 .box-content .box-list .list-item:last-child{padding-bottom: 20px;}.box-15 .box-content .box-list .list-item:hover{cursor: pointer;}.box-15 .box-content .box-show:hover .box-show-title,.box-15 .box-content .box-list .list-item:hover .item-right .item-title{transition: all ease .2s;color: rgb(216,7,5);}.box-15 .box-content .box-list .list-item:hover{background-color: rgb(245,245,245);}.box-15 .box-content .box-list .list-item .item-left{text-align: right;}.box-15 .box-content .box-list .list-item .item-left .month{font-size: 16px;color: rgb(83,83,83);}.box-15 .box-content .box-list .list-item .item-left .year{font-size: 12px;color: rgb(216,7,5);}.box-15 .box-content .box-list .list-item .item-right{padding-left: 18px;text-align: left;}.box-15 .box-content .box-list .list-item .item-right .item-title{font-size: 14px;color: rgb(49,49,49);}.box-15 .box-content .box-list .list-item .item-right .item-text{font-size: 12px;line-height: 20px;margin-top: 10px;color: rgb(120,120,120);}.box-15 a.a-more{font-size: 12px;line-height: 48px;display: inline-block;height: 48px;padding: 0 80px;transition: all ease .2s;color: #d80705;border: 1px solid currentColor;border-radius: 0px;background-color: transparent;}.box-15 a.a-more:hover{color: #fff;border-color: #d80705 ;background-color: #d80705;}</style><p>    <br/></p><div class="box-15 site_class_showItem_box_15">    <div class="site_class_showItem_panel" vd_data="1000204372" vd_data_type="2">        <div class="simu-site-inner">            <div class="box-title">                海升新闻            </div>            <div class="box-content">                <div class="box-show swiper-container swiper-container-horizontal swiper-container-fade">                    <div class="swiper-wrapper" style="transition-duration: 0ms;">                        <div class="swiper-slide site_class_showItem_dataPanel" vd_data="1000407205" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2" style="width: 541px; opacity: 1; transform: translate3d(0px, 0px, 0px); transition-duration: 0ms;">                            <div class="box-show-pic site_class_showItem_goIn" style="background: url(//img.simu800.com/31460758/image/380acd28fb0f4ab8b3d1f4869794219f.png) center center;background-size:cover;"></div>                            <div class="box-show-title simu-site-ellipsis site_class_showItem_goIn">                                海升荣获联储证券“星云杯”2023年私募大赛权益策略年度最佳管理人                            </div>                            <div class="box-show-content simu-site-ellipsis-3"></div>                            <div class="box-show-date">                                2024-04-24                            </div>                        </div>                        <div class="swiper-slide site_class_showItem_dataPanel" vd_data="1000397211" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2" style="width: 541px; opacity: 1; transform: translate3d(-541px, 0px, 0px); transition-duration: 0ms;">                            <div class="box-show-pic site_class_showItem_goIn" style="background: url(//img.simu800.com/31460758/image/abd3e4210a754f04961faa0d76fba1c7.jpg) center center;background-size:cover;"></div>                            <div class="box-show-title simu-site-ellipsis site_class_showItem_goIn">                                海升尊享荣获东北证券第二届“金盏杯”私募星工厂计划多项殊荣                            </div>                            <div class="box-show-content simu-site-ellipsis-3"></div>                            <div class="box-show-date">                                2024-04-15                            </div>                        </div>                        <div class="swiper-slide site_class_showItem_dataPanel" vd_data="1000378937" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2" style="width: 541px; opacity: 1; transform: translate3d(-1082px, 0px, 0px); transition-duration: 0ms;">                            <div class="box-show-pic site_class_showItem_goIn" style="background: url(//img.simu800.com/images/share/1044.jpg) center center;background-size:cover;"></div>                            <div class="box-show-title simu-site-ellipsis site_class_showItem_goIn">                                朝阳专访 &nbsp;| &nbsp;海升基金张子尧：知行合一，用全天候理念做大概率正确的事                            </div>                            <div class="box-show-content simu-site-ellipsis-3"></div>                            <div class="box-show-date">                                2024-03-29                            </div>                        </div>                        <div class="swiper-slide site_class_showItem_dataPanel swiper-slide-prev" vd_data="1000344500" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2" style="width: 541px; opacity: 1; transform: translate3d(-1623px, 0px, 0px); transition-duration: 0ms;">                            <div class="box-show-pic site_class_showItem_goIn" style="background: url(//img.simu800.com/31460758/image/39b82a87ebf14431afa6323e281a0736.png) center center;background-size:cover;"></div>                            <div class="box-show-title simu-site-ellipsis site_class_showItem_goIn">                                海升基金旗下产品入选朝阳永续第十九届中国私募基金风云榜多策略组收益榜十强！                            </div>                            <div class="box-show-content simu-site-ellipsis-3"></div>                            <div class="box-show-date">                                2024-02-27                            </div>                        </div>                        <div class="swiper-slide site_class_showItem_dataPanel swiper-slide-active" vd_data="1000344504" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2" style="width: 541px; opacity: 1; transform: translate3d(-2164px, 0px, 0px); transition-duration: 0ms;">                            <div class="box-show-pic site_class_showItem_goIn" style="background: url(//img.simu800.com/31460758/image/e058546f63104c6e8bd68ff6e2ecb208.png) center center;background-size:cover;"></div>                            <div class="box-show-title simu-site-ellipsis site_class_showItem_goIn">                                海升基金旗下产品荣获联储证券“星云杯”2023年四季度私募大赛第一名！                            </div>                            <div class="box-show-content simu-site-ellipsis-3"></div>                            <div class="box-show-date">                                2024-02-09                            </div>                        </div>                        <div class="swiper-slide site_class_showItem_dataPanel swiper-slide-next" vd_data="1000320208" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2" style="width: 541px; opacity: 0; transform: translate3d(-2705px, 0px, 0px); transition-duration: 0ms;">                            <div class="box-show-pic site_class_showItem_goIn" style="background: url(//img.simu800.com/31460758/image/ef600ee5594b4b688b46f6fd2aa37c8e.jpg) center center;background-size:cover;"></div>                            <div class="box-show-title simu-site-ellipsis site_class_showItem_goIn">                                海升基金斩获两项大奖！                            </div>                            <div class="box-show-content simu-site-ellipsis-3"></div>                            <div class="box-show-date">                                2024-01-27                            </div>                        </div>                    </div>                </div>                <div class="box-list">                    <div class="list-item site_class_showItem_dataPanel" vd_data="1000407205" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2">                        <div class="item-left">                            <div class="month">                                04-24                            </div>                            <div class="year">                                2024                            </div>                        </div>                        <div class="item-right">                            <div class="item-title simu-site-ellipsis site_class_showItem_goIn">                                海升荣获联储证券“星云杯”2023年私募大赛权益策略年度最佳管理人                            </div>                            <div class="item-text simu-site-ellipsis"></div>                        </div>                    </div>                    <div class="list-item site_class_showItem_dataPanel" vd_data="1000397211" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2">                        <div class="item-left">                            <div class="month">                                04-15                            </div>                            <div class="year">                                2024                            </div>                        </div>                        <div class="item-right">                            <div class="item-title simu-site-ellipsis site_class_showItem_goIn">                                海升尊享荣获东北证券第二届“金盏杯”私募星工厂计划多项殊荣                            </div>                            <div class="item-text simu-site-ellipsis"></div>                        </div>                    </div>                    <div class="list-item site_class_showItem_dataPanel" vd_data="1000378937" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2">                        <div class="item-left">                            <div class="month">                                03-29                            </div>                            <div class="year">                                2024                            </div>                        </div>                        <div class="item-right">                            <div class="item-title simu-site-ellipsis site_class_showItem_goIn">                                朝阳专访 &nbsp;| &nbsp;海升基金张子尧：知行合一，用全天候理念做大概率正确的事                            </div>                            <div class="item-text simu-site-ellipsis"></div>                        </div>                    </div>                    <div class="list-item site_class_showItem_dataPanel" vd_data="1000344500" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2">                        <div class="item-left">                            <div class="month">                                02-27                            </div>                            <div class="year">                                2024                            </div>                        </div>                        <div class="item-right">                            <div class="item-title simu-site-ellipsis site_class_showItem_goIn">                                海升基金旗下产品入选朝阳永续第十九届中国私募基金风云榜多策略组收益榜十强！                            </div>                            <div class="item-text simu-site-ellipsis"></div>                        </div>                    </div>                    <div class="list-item site_class_showItem_dataPanel" vd_data="1000344504" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2">                        <div class="item-left">                            <div class="month">                                02-09                            </div>                            <div class="year">                                2024                            </div>                        </div>                        <div class="item-right">                            <div class="item-title simu-site-ellipsis site_class_showItem_goIn">                                海升基金旗下产品荣获联储证券“星云杯”2023年四季度私募大赛第一名！                            </div>                            <div class="item-text simu-site-ellipsis"></div>                        </div>                    </div>                    <div class="list-item site_class_showItem_dataPanel" vd_data="1000320208" vd_data_clickurl="" vd_data_clicktype="1" vd_data_ispowerenough="" isopenriskstyle=" " minscore="" menutype="2">                        <div class="item-left">                            <div class="month">                                01-27                            </div>                            <div class="year">                                2024                            </div>                        </div>                        <div class="item-right">                            <div class="item-title simu-site-ellipsis site_class_showItem_goIn">                                海升基金斩获两项大奖！                            </div>                            <div class="item-text simu-site-ellipsis"></div>                        </div>                    </div>                </div>            </div><a href="javascript:;" class="a-more site_class_showItem_goMore">MORE</a>        </div>    </div></div><script type="text/template" id="site_id_showItem_tpl_box_15"><div class="site_class_showItem_panel" vd_data="<%=menuInfo.MenuCode %>" vd_data_type="<%=menuInfo.Type %>"><div class="simu-site-inner"><div class="box-title"><%=menuInfo.Name %></div><div class="box-content"><div class="box-show swiper-container"><div class="swiper-wrapper"><% _.each(pageData, function (obj, index) { %><% if (index >5) return; %><div class="swiper-slide site_class_showItem_dataPanel" vd_data="<%=obj.id %>" vd_data_clickUrl="<%=obj.clickUrl %>" vd_data_clickType="<%=obj.clickType %>" vd_data_isPowerEnough="<%=isPowerEnough %>"  isOpenRiskStyle ="<%=(obj.relationPrivilege==2?obj.isOpenRiskStyle:'') %> " minScore="<%=obj.minScore %>" menuType="<%=menuInfo.Type %>"><div class="box-show-pic site_class_showItem_goIn" style="background: url(<%=obj.url %>) center center;background-size:cover;"></div><div class="box-show-title simu-site-ellipsis site_class_showItem_goIn"><%=obj.title %></div><div class="box-show-content simu-site-ellipsis-3"><%=obj.text %></div><div class="box-show-date"><%=obj.dateTime%></div></div><% }); %></div></div><div class="box-list"><% _.each(pageData, function (obj, index) { %><% if (index >5) return; %><div class="list-item site_class_showItem_dataPanel" vd_data="<%=obj.id %>" vd_data_clickUrl="<%=obj.clickUrl %>" vd_data_clickType="<%=obj.clickType %>" vd_data_isPowerEnough="<%=isPowerEnough %>"  isOpenRiskStyle ="<%=(obj.relationPrivilege==2?obj.isOpenRiskStyle:'') %> " minScore="<%=obj.minScore %>" menuType="<%=menuInfo.Type %>"><div class="item-left"><div class="month"><%=obj.dateTime.substring(5)%></div><div class="year"><%=obj.dateTime.substring(0,4)%></div></div><div class="item-right"><div class="item-title simu-site-ellipsis site_class_showItem_goIn"><%=obj.title %></div><div class="item-text simu-site-ellipsis"><%=obj.text %></div></div></div><% }); %></div></div><a href="javascript:;" class="a-more site_class_showItem_goMore">MORE</a></div></div></script><script>setTimeout(function() {SimuConfRequire(['jquery', 'underscore', 'utils/common', 'utils/config','swiper'], function($, _, Common, Config) {$.ajax({type : "GET",url : Common.getUrl("/stationWebsite/website/loadPageInfoShowItem", {"menuCode" : 1000204372,"menuType" : 2}),success : function(retObj) {console.log(retObj.data);var panelDom = $(".site_class_showItem_box_15");if(retObj.code == Config.Success) {var _tmp = _.template($('#site_id_showItem_tpl_box_15').html());panelDom.html(_tmp(retObj.data));var swiper_box_15 = new Swiper('.box-15 .swiper-container', {setWrapperSize :true,effect : 'fade',});$('.box-15 .box-list > .list-item').on('mouseover',function(){swiper_box_15.slideTo($(this).index(), 1000, false);});} else {panelDom.html("加载数据失败，请重试！");}}});});}, 1000);</script>
						</div>
					</div>
		</span>
		<!-- 页脚 -->
		<span>
<div class="simu-site-footer-1">
	<img src="//file.simu800.com/prod/10759/webSiteCustPageFootImgUrl/798435a042474e118808dc57d0eefed9.png" alt="">
	<div class="simu-site-footer-box-1" style="width: 100%;">
		<div class="simu-site-left">
			<div class="vd_ueditor show">
					<style>.simu-site-footer-1 > img
            {
                height: 140px!important;
            }
            .page-footer-1
            {
                border-bottom: 6px solid rgb();
                background-color:rgb(48, 48,48);
            }
            .page-footer-1 .page-box,
            .page-footer-1 .page-footer-left .page-footer-left-content,
            .page-footer-right
            {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display:         flex;
            }
            .page-footer-1 .page-footer-right,
            .page-footer-1  .list-item
            {
                width: 1;

                -webkit-box-flex: 1;
                -webkit-flex: auto;
                -ms-flex: auto;
                flex: auto;
            }
            .page-footer-1 .simu-site-inner
            {
                padding: 20px 0;
            }
            .page-footer-1  .list-item
            {
                font-size: 12px;
                line-height: 27px;

                position: relative;

                padding: 0 40px 0 20px;

                color: #fff;
            }
            .page-footer-1  .list-item:before
            {
                position: absolute;
                top: 10%;
                left: 0;

                display: block;

                width: 0;
                height: 80%;

                content: '';

                border-left: 2px solid #fff;
            }
            .page-footer-1 .page-footer-left
            {
                width: 50%!important;
                padding-left: 0px;
            }
             .page-footer-1 .page-footer-left-1
            {
                padding-left: 105px;
                margin-right: 25px;
            }
            
            .page-footer-1 .page-footer-right
            {
                position: relative;

                padding-right: 0px;
            }
            .page-footer-1 .page-footer-right .img-item
            {
                padding-right: 20px ;
                /*padding-top: 10px;*/
            }
            .page-footer-1 .page-footer-right .img-item img
            {
                width: 80px;
                height: 80px;
            }
            .page-footer-1 .lh40
            {
                line-height: 40px;

                padding-right: 0;
            }</style>
<div class="page-footer-1">
    <div class="simu-site-inner">
        <div class="page-box">
            <div class="page-footer-left-1">
                <img style="width:80px!important;height: 80px!important;margin-top: 0;" src="//img.simu800.com/10759/image/fa835a0d53c54e18a92e84b93fc2e62f.jpg"/><br/><span style="color: rgb(255, 255, 255); font-size: 12px;text-align: center;">添加客服微信&nbsp;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            </div>
            <div class="page-footer-left">
                <div class="page-footer-left-content">
                    <div class="list-item">
                        上海海升私募基金管理有限公司<br/>电话：021-68902809<br/> 地址：上海市浦东新区银城路88号中国人寿金融中心3604室
                    </div>
                </div>
            </div>
            <div class="page-footer-left-1">
                <img style="width:80px!important;height: 80px!important;margin-top: 0;" src="//img.simu800.com/31460758/image/f59ca0cf4cfb4575bf88e02f9c2e46c8.jpg"/><br/><span style="color: rgb(255, 255, 255); font-size: 12px;text-align: center;">&nbsp;&nbsp;&nbsp;关注公众号&nbsp;&nbsp;&nbsp;</span>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            </div>
            <div class="page-footer-left">
                <div class="page-footer-left-content">
                    <div class="list-item lh40">
                        客户签约&nbsp; &nbsp;&nbsp;信息披露&nbsp; &nbsp;&nbsp;财经资讯<br/>申购/赎回&nbsp;&nbsp;&nbsp;周报/月报&nbsp;&nbsp;&nbsp;动态/干货
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<p>
    &nbsp; &nbsp;			











</p>
<p>
    &nbsp; &nbsp;			

</p>
			</div>
		</div>
	</div>
</div>
<div class="simu-site-footer-2">
	<div class="simu-site-inner">
		<div class="simu-site-views" style="position: absolute;bottom: 0;left: 20px;">浏览量：<span class="view-count">0</span> </div>
		<div class="simu-site-tac"><p><span style="font-family: &quot;PingFang SC&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft YaHei&quot;, sans-serif; font-size: 8.5px; background-color: rgb(255, 255, 255);">Copyright </span><span style="font-family: &quot;PingFang SC&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft YaHei&quot;, sans-serif; font-size: 8.5px; background-color: rgb(255, 255, 255);">上海海升私募基金管理有限公司</span><span style="font-family: &quot;PingFang SC&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft YaHei&quot;, sans-serif; font-size: 8.5px; background-color: rgb(255, 255, 255);">版权所</span><span style="font-family: &quot;PingFang SC&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft YaHei&quot;, sans-serif; font-size: 8.5px; background-color: rgb(255, 255, 255);">有&nbsp;</span><span style="font-family: &quot;PingFang SC&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft YaHei&quot;, sans-serif; font-size: 8.5px; background-color: rgb(255, 255, 255); text-decoration: underline;"><a href="https://beian.miit.gov.cn" target="_blank" textvalue="沪ICP备2021028722号-1" style="font-family: &quot;PingFang SC&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft YaHei&quot;, sans-serif; font-size: 8.5px; background-color: rgb(255, 255, 255); text-decoration: underline;">沪ICP备2021028722号-1</a></span><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011502018497" target="_self"><img src="http://img.simu800.com/ueditor/52876055/catcher/202111/f9fbe2e435ff4ea18f4873bedf78c1ac.png" title="" alt="ffdee2f3-6d74-4075-a544-e7e14daf859c.png"/><span style="font-family: &quot;PingFang SC&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, &quot;Microsoft YaHei&quot;, sans-serif; font-size: 8.5px; background-color: rgb(255, 255, 255);">沪公网安备&nbsp;31011502018497号</span></a></p></div>
		<!-- 杉树资产隐藏logo -->
				<a class="simu-site-support" href="//www.meix.com" target="_blank">技术支持：</a>
	</div>
</div>
<span id="weiXinID" style="display:none;">0</span>
<span class="site_class_userCenterBgImage" src="//file.simu800.com/prod/52876055/webSiteCoverImgUrl/407f1dc478d14e41ba35832ba923d0bb.png" style="display:none"></span>
<!-- 实名弹框配置 -->
<span id="realNameState" style="display:none;">0</span>
<span id="isUseOnlineSeal" style="display:none;">0</span>
<span id="oauthPage" style="display:none;">0</span>
<span id="realNamePop" style="display:none;">0</span>
		</span>
	</span>
	<!-- 帮助 -->
	<div class="float-nav">
		<div class="float-nav-item gotop site_class_helpNav_gotop" style="display:none;">
			<a href="javascript:;"></a>
		</div>
	</div>
</body>
</html>
