<!DOCTYPE HTML>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
	<title>长沙高新区科技成果转化与技术转移中心</title>
	<link href="http://cn.cssattc.cn/style/main/css/common.css" rel="stylesheet" />
	<script src="http://cn.cssattc.cn/style/jquery.js"></script>
	<script src="http://cn.cssattc.cn/style/main/js/common.js"></script>
	<script src="http://cn.cssattc.cn/style/main/js/swfobject_modified.js" type="text/javascript"></script>
    <script>
	$(function(){
	//友情链接选中效果
	linkshover()
	function linkshover(){
		var $this = $('.links');
		var dt    = $this.find('dt');
		var hoverdiv = $this.children().children('.hoverdiv');
		var hoverem = $("#hoverem");
		var t ;
		dt.hover(function(){
			clearTimeout(t);
			var $this = $(this)
			var $index = dt.index($this);
			dt.removeClass('hover');
			$this.addClass('hover');
			hoverdiv.html($this.next('dd').html());
			hoverem.css({left:$index*192+22+'px'}).show();
			hoverdiv.slideDown(300)
		},function(){
			t = setTimeout(divhide,300)
		})
		hoverdiv.hover(function(){
			clearTimeout(t)
		},function(){
			t = setTimeout(divhide,300)
		})
		function divhide(){
			dt.removeClass('hover');
			hoverdiv.hide()
			$("#hoverem").hide();
		}
	}
	
	//知识库滚动效果
	libslide()
	function libslide(){
		var $this = $('.library');
		var prev  = $this.children('a.prev');
		var next  = $this.children('a.next');
		var mover = $this.find('.slide');
		var moverdl = mover.children('dl');
		var step  = moverdl.outerWidth()+14;
		var moveable = true;
		prev.click(function(){
			if(moveable){
				mover.children('dl:last').clone().prependTo(mover);
				mover.css('left',mover.css('left').replace('px','')-step+'px');
				mover.animate({left:'+='+step},function(){
					mover.children('dl:last').remove();
					moveable = true;
				})
				moveable=false;
				
			}
		});
		next.click(function(){
			if(moveable){
				mover.children('dl').eq(0).clone().appendTo(mover);
				mover.animate({left:'-='+step},function(){
					mover.children('dl').eq(0).remove();
					mover.css('left','0');
					moveable = true;
				})
				moveable=false;
			}
		});
	}
	
	//焦点图片滚动
	var $this = $('.slideimg');
	var panel = $this.find('ul');
	var tab   = $this.find('ol li');
	var num   = panel.find('li').length;
	var width  = -$this.width();
	//自动滚动效果
	var t = setInterval(autoslide,5000);
	function autoslide(){
			var crtleft = Number(panel.css('left').replace('px',''));
			var crttab = 0
			tab.each(function(e){
				if($(this).hasClass('current'))crttab=tab.eq(e);
			})
			if(crtleft>(num-1)*width){
				panel.stop(false,false).animate({left:crtleft+width},"swing",function(){
					crttab.next().addClass('current').siblings().removeClass('current')
				})
			}else{
				panel.stop(false,false).animate({left:0},function(){
					tab.eq(0).addClass('current').siblings().removeClass('current')
				})
			}
	}
	//点击滚动
	tab.click(function(){
		clearInterval(t);
		var index=tab.index($(this));
		tab.eq(index).addClass('current').siblings().removeClass('current');
		panel.stop(false,false).animate({left:index*width},"swing",function(){
			t = setInterval(autoslide,5000)
		})
	});
	
	//专题网站2图片3秒切换
	var topict = setInterval(topicslide,3000)
	function topicslide(){
		$('#topic_02').children('a').eq(1).fadeToggle('slow');
	}
	
	//搜索条鼠标进入高亮
	$('.searchbar').hover(function(){
		$(this).addClass('hover')
	},function(){
		$(this).removeClass('hover')
	});
		
})
</script>
    <!--[if IE]>
	<script src="http://cn.cssattc.cn/style/main/js/html5.js"></script>
	<![endif]-->
    <!--[if IE 6]>
    <script src="http://cn.cssattc.cn/style/main/js/DD_belatedPNG-min.js" ></script>
    <![endif]-->
</head>
<body>
		<header>
    	<!--顶部工具条-->
    	<div class="topbar">
        	<div class="welcome">	

			欢迎访问！如您想发布信息请<a href="http://cn.cssattc.cn/web.php/user/tologin" class="c960"> 登录</a>&nbsp;&nbsp;您还没有账号？请<a href="http://cn.cssattc.cn/web.php/user/userreg" class="c960"> 注册</a>
            <a href="http://en.cssattc.cn/" style=" padding-left:440px; font-weight:bold;">English</a>
			</div>
            <a href="http://www.cshtz.gov.cn/" class="cshtz"><span>高新区管委会</span></a>
        </div>
        
    	<!--主视觉区-->
        <div class="banner">
        
        	<!--Flash动画区-->
        	<div class="flash">
        	  <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1000" height="210">
        	    <param name="movie" value="http://cn.cssattc.cn/style/main/flash/index.swf">
        	    <param name="quality" value="high">
        	    <param name="wmode" value="opaque">
        	    <param name="swfversion" value="6.0.65.0">
        	    <!-- 此 param 标签提示使用 Flash Player 6.0 r65 和更高版本的用户下载最新版本的 Flash Player。如果您不想让用户看到该提示，请将其删除。 -->
        	    <param name="expressinstall" value="http://cn.cssattc.cn/style/main/js/expressInstall.swf">
        	    <!-- 下一个对象标签用于非 IE 浏览器。所以使用 IECC 将其从 IE 隐藏。 -->
        	    <!--[if !IE]>-->
        	    <object type="application/x-shockwave-flash" data="http://cn.cssattc.cn/style/main/flash/index.swf" width="1000" height="210">
        	      <!--<![endif]-->
        	      <param name="quality" value="high">
        	      <param name="wmode" value="opaque">
        	      <param name="swfversion" value="6.0.65.0">
        	      <param name="expressinstall" value="http://cn.cssattc.cn/style/main/js/expressInstall.swf">
        	      <!-- 浏览器将以下替代内容显示给使用 Flash Player 6.0 和更低版本的用户。 -->
        	      <div>
        	        <h4>此页面上的内容需要较新版本的 Adobe Flash Player。</h4>
        	        <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="获取 Adobe Flash Player" width="112" height="33" /></a></p>
      	        </div>
        	      <!--[if !IE]>-->
      	      </object>
        	    <!--<![endif]-->
      	    </object>
      </div>
            
            <!--主导航区域-->
	        <ul class="navigation" id="navigation">
	        	<li class="index png24"><a href="http://cn.cssattc.cn/" class="current"><span class="png24">首  页</span></a></li>
	            <li class="png24"><a href="http://cn.cssattc.cn/index.php/page/aboutus/41" class=""><span class="png24">关于我们</span></a>
                	<ul>
                    	<li class="index"><a href="http://cn.cssattc.cn/index.php/page/aboutus/41"><span class="png24">中心介绍</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/page/aboutus/42"><span class="png24">国内合作机构</span></a></li>
						<li><a href="http://cn.cssattc.cn/index.php/page/aboutus/48"><span class="png24">国外合作机构</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/page/aboutus/8"><span class="png24">联系我们</span></a></li>
                    </ul>
                </li>
	            <li class="png24"><a href="http://cn.cssattc.cn/index.php/news/items/24" class=""><span class="png24">新闻中心</span></a>
                	<ul>
                    	<li class="index"><a href="http://cn.cssattc.cn/index.php/news/items/24"><span>通知公告</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/news/items/23"><span>新闻动态</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/news/items/31"><span>科技资讯</span></a></li>
                    </ul></li>
	            <li class="png24"><a href="http://cn.cssattc.cn/index.php/demand/items" class=""><span class="png24">技术项目对接</span></a>
                	<ul>
                    	<li class="index"><a href="http://cn.cssattc.cn/index.php/demand/items"><span>企业技术需求</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/project/items/2"><span>企业成果产品</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/project/items/18"><span>高校科技成果</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/project/items/50"><span>国际合作项目</span></a></li>
                    </ul></li>
	            <li class="png24"><a href="http://cn.cssattc.cn/index.php/policy/items/25" class=""><span class="png24">政策流程</span></a>
					<ul>
                    	<li class="index"><a href="http://cn.cssattc.cn/index.php/policy/items/25"><span>国家级政策</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/policy/items/45"><span>湖南省政策</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/policy/items/46"><span>长沙市政策</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/policy/items/47"><span>高新区政策</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/policy/items/26"><span>业务流程</span></a></li>
                    </ul></li>
	            <li class="png24"><a href="http://cn.cssattc.cn/index.php/exhibit" class="" ><span class="png24">网上展厅</span></a>
	            	<ul style="width:516px;">
						<li><a href="http://cn.cssattc.cn/index.php/exhibit/index/2013"><span>2013年科交会</span></a></li>
                    	<li class="index"><a href="http://cn.cssattc.cn/index.php/exhibit/index/2012"><span>2012年科交会</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/exhibit/index/last"><span>历届科交会</span></a></li>
                    </ul></li>
	            <li class="png24"><a href="http://cn.cssattc.cn/index.php/page/ourservice/43" class=""><span class="png24">操作指南</span></a>
				<ul>
                    	<li class="index"><a href="http://cn.cssattc.cn/index.php/page/ourservice/43"><span>技术项目对接功能介绍</span></a></li>
                    	<li><a href="http://cn.cssattc.cn/index.php/page/ourservice/44"><span>登录注册操作指南</span></a></li>
                    </ul></li>
	            <li class="png24"><a href="http://cn.cssattc.cn/index.php/download/items/19" class=""><span class="png24">下载专区</span></a></li>
                    <!--<li class="png24"><a href="http://cn.cssattc.cn/web.php/user/tologin?go=admin" class=""><span style="color:#FFDFA2;white-space: nowrap;" class="png24">我要发布</span></a></li>-->

		<li class="publish">
                   <a target="_blank" href="http://cn.cssattc.cn/web.php/user/tologin?go=admin">我要发布</a> 
		</li>
	        </ul>
            <div class="subnavgation" id="subnavgation"></div>
        </div>
    </header>
    
    <!--首页主体内容区-->
    <div class="indexbody">
    
    	<!--清楚三快新闻区浮动-->
    	<div class="clearfix">
        
    	<!--焦点图片-->
        <div class="slideimg">
            <div class="pannel">
            	<!--主图片与对应的文字-->
                <ul>
				                    <li>
                      <a href="http://cn.cssattc.cn/index.php/news/item/23/779" class="img"><img src="/uploads/image/20161116/20161116113940_79710.png" /></a>
                      <a href="http://cn.cssattc.cn/index.php/news/item/23/779" class="title">2016中美全球创新创业（长沙）洽谈会成功举办</a>
                    </li>
                                    <li>
                      <a href="http://cn.cssattc.cn/index.php/news/item/23/742" class="img"><img src="/uploads/image/20161116/20161116114718_70269.png" /></a>
                      <a href="http://cn.cssattc.cn/index.php/news/item/23/742" class="title">2016中欧B2B洽谈会召开</a>
                    </li>
                                    <li>
                      <a href="http://cn.cssattc.cn/index.php/news/item/23/766" class="img"><img src="/uploads/image/20161116/20161116114809_68821.png" /></a>
                      <a href="http://cn.cssattc.cn/index.php/news/item/23/766" class="title">岳麓山国家大学科技园与意大利卡梅里诺大学签订合作协议</a>
                    </li>
                                    <li>
                      <a href="http://cn.cssattc.cn/index.php/news/item/23/765" class="img"><img src="/uploads/image/20161116/20161116114914_63853.png" /></a>
                      <a href="http://cn.cssattc.cn/index.php/news/item/23/765" class="title">长沙高新区创业服务中心与韩国Edresearch机构签订合作协议</a>
                    </li>
                                </ul>
            </div>
            <!--主图片文字对应的按钮-->
            <div class="tab">
                <ol>
				                    <li class="current"><a href="javascript:void(0);">1</a></li>
                                    <li ><a href="javascript:void(0);">2</a></li>
                                    <li ><a href="javascript:void(0);">3</a></li>
                                    <li ><a href="javascript:void(0);">4</a></li>
                                </ol>
            </div>
        </div>
        
        <!--新闻动态-->
        <style type="text/css">
	b.tab {
	    cursor:pointer
	}
	b.current {
	    border-bottom:3px solid #215EA1;
	    padding-bottom:5px;
	}
	</style>
        <div class="indexmod indexnews">
            <h3 class="png24"><b class="current tab">新闻动态</b><b class="tab" style="margin-left:30px;">科技资讯</b><div style="clear:both"></div><a href="index.php/news/items/23"><span>more</span></a><a style="display:none" href="index.php/news/items/31"><span>more</span></a></h3>
	    <ul>
                            <li title="创界·星空间举办公益大讲堂 专家支招商业模式创新 2017-09-20" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/23/2900">
                创界·星空间举办公益大讲堂 专家支招商业&hellip;</a>	<span>[2017-09-20]</span></li>
                            <li title="谈创业，我们是认真的 ——2017麓谷·创界创业集训营邀请函 2017-09-15" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/23/2901">
                谈创业，我们是认真的 ——2017麓谷·&hellip;</a>	<span>[2017-09-15]</span></li>
                            <li title="创业服务中心迎来草原上的客人 2016-11-29" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/23/2899">
                创业服务中心迎来草原上的客人</a>	<span>[2016-11-29]</span></li>
                            <li title="2016中美全球创新创业（长沙）洽谈会召开 2016-11-16" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/23/2874">
                2016中美全球创新创业（长沙）洽谈会召&hellip;</a>	<span>[2016-11-16]</span></li>
                            <li title="“欧洽会”150余场对接洽谈 搭建中外企业交流新平台 2016-10-27" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/23/2898">
                “欧洽会”150余场对接洽谈 搭建中外企&hellip;</a>	<span>[2016-10-27]</span></li>
                            <li title="“麓谷?创界”亮相湖南双创活动周引关注 2016-10-17" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/23/2897">
                “麓谷?创界”亮相湖南双创活动周引关注</a>	<span>[2016-10-17]</span></li>
                            <li title="暴走漫画创始人任剑等4位创业大咖现身说法“港”创业 2016-09-18" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/23/2893">
                暴走漫画创始人任剑等4位创业大咖现身说法&hellip;</a>	<span>[2016-09-18]</span></li>
                        </ul>
            <ul style="display:none">
                                    <li title="世界那么大，想去意大利吗? 2015-04-24" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/31/2861">
                    世界那么大，想去意大利吗?</a>	<span>[2015-04-24]</span></li>
                                    <li title="长沙市部署2015年科技活动周工作 2015-04-08" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/31/2853">
                    长沙市部署2015年科技活动周工作</a>	<span>[2015-04-08]</span></li>
                                    <li title="48岁谢向荣教书六年转行，发明的多项节能建材技术行业领先并打入迪拜市场 2015-04-05" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/31/2852">
                    48岁谢向荣教书六年转行，发明的多项节能&hellip;</a>	<span>[2015-04-05]</span></li>
                                    <li title="2014年湖南省技术合同交易整体呈增长态势 2015-03-17" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/31/2840">
                    2014年湖南省技术合同交易整体呈增长态&hellip;</a>	<span>[2015-03-17]</span></li>
                                    <li title="国务院办公厅关于发展众创空间推进大众创新创业的指导意见 2015-03-12" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/31/2841">
                    国务院办公厅关于发展众创空间推进大众创新&hellip;</a>	<span>[2015-03-12]</span></li>
                                    <li title="湖南省科学技术奖励大会召开 2015-03-12" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/31/2842">
                    湖南省科学技术奖励大会召开</a>	<span>[2015-03-12]</span></li>
                                    <li title="国务院正式发文批准建设长株潭国家自主创新示范区 2015-01-09" style="line-height:26px;"><a href="http://cn.cssattc.cn/index.php/news/item/31/2832">
                    国务院正式发文批准建设长株潭国家自主创新&hellip;</a>	<span>[2015-01-09]</span></li>
                            </ul>

        </div>
        
        <!--通知公告-->
        <div class="indexmod notice">
            <h3 class="png24">通知公告<a href="index.php/news/items/24"><span>more</span></a></h3>
            <!--<div class="slide">-->
	            <ul id="sItem">
	                            	<li title="关于组织参加2016中美全球创新创业（长沙）洽谈会的通知 2016-10-17" style="height:26px;line-height:26px;border:0"><a href="http://cn.cssattc.cn/index.php/news/item/24/2896">
                	关于组织参加2016中美全球创新创业&hellip;</a></li>
            	                	<li title="关于组织参加“2016 长沙中欧B2B对接洽谈会”的通知 2016-10-12" style="height:26px;line-height:26px;border:0"><a href="http://cn.cssattc.cn/index.php/news/item/24/2895">
                	关于组织参加“2016 长沙中欧B2&hellip;</a></li>
            	                	<li title="关于申报湖南省技术市场发展项目补助的通知 2016-09-07" style="height:26px;line-height:26px;border:0"><a href="http://cn.cssattc.cn/index.php/news/item/24/2892">
                	关于申报湖南省技术市场发展项目补助的&hellip;</a></li>
            	                	<li title="2016湖南留学人员和高层次人才创新创业成果展示与企业对接暨人才需求系列活动邀请函 2016-09-06" style="height:26px;line-height:26px;border:0"><a href="http://cn.cssattc.cn/index.php/news/item/24/2891">
                	2016湖南留学人员和高层次人才创新&hellip;</a></li>
            	                	<li title="关于举办第二届“中国创翼”（长沙赛区）青年创业创新大赛长沙高新区初赛的通知 2016-05-05" style="height:26px;line-height:26px;border:0"><a href="http://cn.cssattc.cn/index.php/news/item/24/2885">
                	关于举办第二届“中国创翼”（长沙赛区&hellip;</a></li>
            	                	<li title="关于举办2016湖南“走进欧洲”系列对接活动的通知 2016-03-08" style="height:26px;line-height:26px;border:0"><a href="http://cn.cssattc.cn/index.php/news/item/24/2880">
                	关于举办2016湖南“走进欧洲”系列&hellip;</a></li>
            	                	<li title="2016长沙中意技术转移中心新年见面会参会通知 2016-01-19" style="height:26px;line-height:26px;border:0"><a href="http://cn.cssattc.cn/index.php/news/item/24/2877">
                	2016长沙中意技术转移中心新年见面&hellip;</a></li>
            		            </ul>
            <!--</div>-->
        </div>
        </div>
        
        <!--专题模块-->
        <div class="topic">
	        <!--<div><a href="index.php/exhibit" target="_blank"><img src="style/main/images/topic_01.jpg" /></a></div>
            <div class="topic_02" id="topic_02">
            	<a href="http://www.cscyw.com" target="_blank" class="hided"><img src="http://cn.cssattc.cn/style/main/images/topic_03.jpg"></a>
            	<a href="http://www.cnibi.cn" target="_blank" class="showed"><img src="http://cn.cssattc.cn/style/main/images/topic_02.jpg"></a>
            </div>-->
            <!--此处为首页广告条注释20131021-->
            <a href="http://www.cssattc.cn/index.php/exhibit" target="_blank"><img src="http://cn.cssattc.cn/style/main/images/tans.jpg"/></a>
        </div>
        
        <!--搜索工具条-->
        <div class="searchbar">
            <form id='searchform' name='searchform' method="post" action="http://cn.cssattc.cn/index.php/project/querybycols">
            <ul>
                <li class="searchicon"><span></span></li>
                <li><span>数据库:</span><select id='scprjtype' name='scprjtype'>
                <option value='-1'>全部</option>
		       	<option value='1'>企业技术需求库</option>
		       	<option value='2'>企业成果产品库</option>
		       	<option value='18'>高校科技成果库</option>
		       	<option value='50'>国际合作项目库</option>
                </select></li>
                <li><span>行业领域：</span><select id='sccid' name='sccid'>
                <option value='-1'>全部</option>
	       		<option value='147'>电子信息</option>
		       	<option value='148'>生物医药</option>
		       	<option value='149'>新材料</option>
		       	<option value='150'>航空航天</option>
		       	<option value='151'>资源与环境</option>
		       	<option value='152'>新能源与高效节能</option>
		       	<option value='153'>高新技术服务</option>
		       	<option value='157'>先进制造</option>
		       	<option value='165'>现代农业</option>
		       	<option value='166'>光机电一体化</option>
		       	<option value='154'>其他</option>
                </select></li>
                <li><span>搜索范围:</span><select id='scrange' name='scrange'>
		       	<option value='1'>项目名称</option>
		       	<option value='2'>项目单位</option>
		       	<option value='3'>项目编号</option>
                </select></li>
                <li><span>关键字：</span><input id='sckeycode' name='sckeycode' type="text" /></li>
                <li class="searchbtn"><a href="javascript:$('#searchform').submit();" >搜&nbsp;&nbsp;索</a></li>
            </ul>
            </form>
<script type="text/javascript">
	$(document).ready(function(){
		$('#scprjtype').change(function(){
			var _scprjtype=$(this).val();
			if(_scprjtype=='1'||_scprjtype=='2'){
				$("#scrange option[value='2']").remove();
			}else{
				if($("#scrange option[value='2']").length==0){
					$("#scrange option:eq(0)").after("<option value='2'>项目单位</option>")
				}
			}
		});
		$('#scprjtype').change();
	});
</script>
        </div>
        <!--项目信息库-->
        <div class="library clearfix">
            <a href="javascript:void(0);" class="libctr prev png24"><span>prev</span></a>
            <a href="javascript:void(0);" class="libctr next png24"><span>next</span></a>
            <div class="wrapper">
            	<div class="slide">
	        	<dl>
	            	<dt><a href="http://cn.cssattc.cn/index.php/demand/items">企业技术需求</a></dt>
	            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/demand/item/610">
                    	生产线提升</a>
                    	<span class="type">先进制造</span>
                        <span class="date">1月23日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/demand/item/609">
                    	小型收割机制造改良技术</a>
                    	<span class="type">先进制造</span>
                        <span class="date">1月23日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/demand/item/608">
                    	万能式箱式变电站</a>
                    	<span class="type">先进制造</span>
                        <span class="date">1月23日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/demand/item/607">
                    	中药连续提取设备研发</a>
                    	<span class="type">先进制造</span>
                        <span class="date">1月23日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/demand/item/606">
                    	建筑垃圾再利用处理设备</a>
                    	<span class="type">先进制造</span>
                        <span class="date">1月23日</span>
                    </dd>
            		            </dl>
	        	<dl>
	            	<dt><a href="http://cn.cssattc.cn/index.php/project/items/18">高校科技成果</a></dt>
	                	                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/18/1776">
                    	分相型无涌流抗谐波无功补偿模块</a>
                    	<span class="type">电子信息</span>
                        <span class="date">7月20日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/18/1743">
                    	节能型水电解氢氧能源机</a>
                    	<span class="type">先进制造</span>
                        <span class="date">7月20日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/18/1929">
                    	大尺度测量系统</a>
                    	<span class="type">先进制造</span>
                        <span class="date">3月31日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/18/1928">
                    	液压加载系统</a>
                    	<span class="type">先进制造</span>
                        <span class="date">3月31日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/18/1927">
                    	多模块并联DC/DC、DC/AC电源</a>
                    	<span class="type">先进制造</span>
                        <span class="date">3月31日</span>
                    </dd>
            	            	</dl>
	        	<dl>
	            	<dt><a href="http://cn.cssattc.cn/index.php/project/items/50">国际合作需求</a></dt>
	                	                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/50/1959">
                    	德国供热，制冷，发电和海水淡化的太阳能供&hellip;</a>
                    	<span class="type">新能源与高效节能</span>
                        <span class="date">10月30日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/50/1958">
                    	新型抗结核药物 </a>
                    	<span class="type">生物医药</span>
                        <span class="date">10月30日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/50/1957">
                    	用于个性化护肤的决策支持系统（DSS）</a>
                    	<span class="type">电子信息</span>
                        <span class="date">10月30日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/50/1956">
                    	可生物降解印刷宣传册的骑马缝合线 </a>
                    	<span class="type">新材料</span>
                        <span class="date">10月30日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/50/1955">
                    	绿色屋顶库存，绘图和潜在分析</a>
                    	<span class="type">电子信息</span>
                        <span class="date">10月30日</span>
                    </dd>
            	            	</dl>
	        	<dl>
	            	<dt><a href="http://cn.cssattc.cn/index.php/project/items/2">企业成果产品</a></dt>
	                	                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/2/1843">
                    	信用卡特惠应用软件</a>
                    	<span class="type">电子信息</span>
                        <span class="date">8月29日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/2/1842">
                    	支持4G的网络性能感知与应用的设备研发</a>
                    	<span class="type">电子信息</span>
                        <span class="date">8月29日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/2/1841">
                    	医疗处方临床路径及过度检查审核规则模型</a>
                    	<span class="type">电子信息</span>
                        <span class="date">8月29日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/2/1840">
                    	参数化人体模型</a>
                    	<span class="type">电子信息</span>
                        <span class="date">8月29日</span>
                    </dd>
            		                <dd>
                    	<a href="http://cn.cssattc.cn/index.php/project/item/2/1839">
                    	快速头部三维数据编辑</a>
                    	<span class="type">电子信息</span>
                        <span class="date">8月29日</span>
                    </dd>
            	            	</dl>
            </div>
        </div>
        		<div class="libbg"></div>
    </div>
</div>
    <footer>
    	<div class="links">
<div>
<dl class="link_01">
	<dt class="png24">政府单位</dt>
	<dd>
	 
	<a href="http://www.most.gov.cn"  target="_blank">科技部</a>
	 
	<a href="http://www.chinatorch.gov.cn"  target="_blank">科学部火炬中心 </a>
	 
	<a href="http://www.hnst.gov.cn"  target="_blank">湖南省科技厅</a>
	 
	<a href="http://www.cssti.cn"  target="_blank">长沙市科技局</a>
	 
	<a href="http://www.cshtz.gov.cn"  target="_blank">长沙高新区管委会</a>
	 
	<a href="http://www.hntpe.com"  target="_blank">湖南省技术产权交易所</a>
	 
	<a href="http://www.cscgzh.cn"  target="_blank">长沙市科技成果转化服务中心</a>
	 
	<a href="http://www.cnibi.cn"  target="_blank">长沙高新区创业服务中心</a>
	 
	<a href="http://www.ppc-cs.com"  target="_blank">长沙市生产力促进中心</a>
	 
	<a href="http://www.cstpe.com"  target="_blank">长沙市技术产权交易所</a>
	</dd>
</dl>
<dl class="link_02">
	<dt class="png24">服务机构</dt>
	<dd>
	 
	<a href="http://www.zonekey.com/"  target="_blank">长沙正奇专利事务所</a>
	 
	<a href="http://www.jgpat.com/ "  target="_blank">长沙集广知识产权代理</a>
	 
	<a href="http://www.fenxunlaw.com/cn/index_cn.html"  target="_blank">北京市奋迅律师事务所</a>
	 
	<a href="http:// www.dehenglaw.com/ "  target="_blank">北京德恒（长沙）律师事务所</a>
	 
	<a href="http://www.titanlaw.com/"  target="_blank">湖南天地人律师事务所</a>
	 
	<a href="http://www.jiajinglaw.com/"  target="_blank">湖南佳境律师事务所</a>
	</dd>
</dl>
<dl class="link_03">
	<dt class="png24">高校院所</dt>
	<dd>
	 
	<a href="http://www.nudt.edu.cn"  target="_blank">国防科学技术大学</a>
	 
	<a href="http://www.csu.edu.cn"  target="_blank">中南大学</a>
	 
	<a href="http://www.hnu.edu.cn"  target="_blank">湖南大学</a>
	 
	<a href="http://www.hunnu.edu.cn"  target="_blank">湖南师范大学</a>
	 
	<a href="http://www.csust.edu.cn"  target="_blank">长沙理工大学</a>
	 
	<a href="http://www.hunau.net"  target="_blank">湖南农业大学</a>
	 
	<a href="http://www.xtu.edu.cn"  target="_blank">湘潭大学</a>
	 
	<a href="http://www.csuft.edu.cn"  target="_blank">中南林业科技大学</a>
	 
	<a href="http://www.ccsu.cn"  target="_blank">长沙学院</a>
	 
	<a href="http://www.hnust.edu.cn"  target="_blank">湖南科技大学</a>
	</dd>
</dl>
<dl class="link_04">
	<dt class="png24">园区企业</dt>
	<dd>
	 
	<a href="http://www.cscyw.com"  target="_blank">长沙创业网</a>
	 
	<a href="http://www.zoomlion.com"  target="_blank">中联重科股份有限公司</a>
	 
	<a href="http://www.wasion.com"  target="_blank">威胜集团有限公司</a>
	 
	<a href="http://www.cshnac.com"  target="_blank">华自科技股份有限公司</a>
	 
	<a href="http://www.cie-cn.com"  target="_blank">中冶长天国际工程有限责任公司</a>
	 
	<a href="http://www.gwi.com.cn"  target="_blank">长城信息产业股份有限公司</a>
	 
	<a href="http://www.sinocare.com.cn"  target="_blank">三诺生物</a>
	 
	<a href="http://www.sansure.com.cn"  target="_blank">湖南圣湘生物科技有限公司</a>
	 
	<a href="http://www.arguspharms.com"  target="_blank">大邦（湖南）生物制药有限公司</a>
	 
	<a href="http://www.farsoon.com"  target="_blank">湖南华曙高科技有限责任公司</a>
	 
	<a href="http://www.hnboyun.com.cn"  target="_blank">湖南博云新材料股份有限公司</a>
	 
	<a href="http://www.yonker.com.cn"  target="_blank">湖南永清环保股份有限公司</a>
	</dd>
</dl>
<dl class="link_05">
	<dt class="png24">兄弟单位</dt>
	<dd>
	 
	<a href="http://www.cittc.org.cn"  target="_blank">中意技术转移中心</a>
	 
	<a href="http://www.ittn.cn"  target="_blank">北京技术交易促进中心</a>
	 
	<a href="http://cidic.org"  target="_blank">中意设计创新中心</a>
	 
	<a href="http://www.jittc.org"  target="_blank">江苏省跨国技术转移中心</a>
	 
	<a href="http://www.stte.sh.cn"  target="_blank">上海技术交易所 </a>
	 
	<a href="http://www.ovupre.com"  target="_blank">武汉光谷联合产权交易所</a>
	 
	<a href="http://www.scstec.org"  target="_blank">四川省科技交流中心</a>
	 
	<a href="http://www.cstec.org.cn"  target="_blank">中国科学技术交流中心</a>
	</dd>
</dl>
<div class="hoverdiv"></div>
<em id="hoverem"></em>
</div>
</div>
        <div class="copyright">
    <p>湘ICP备13004011号   版权所有：长沙高新技术产业开发区管理委员会</p>
    <p>联系地址：长沙高新区文轩路27号麓谷企业广场C2栋 电话：+86 731 89777052 传真：+86 731 89777055  邮编：410205  邮箱：cssattc@126.com</p>
    <p>技术支持：中软国际 长沙创业网  　建议分辨率：1280×1024</p>
	
<script type="text/javascript">
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3F08da3af19ca996d77e043a96a152dce0' type='text/javascript'%3E%3C/script%3E"));
</script>

<script src="http://s22.cnzz.com/stat.php?id=5001317&web_id=5001317" language="JavaScript"></script>

</div>    </footer>
</body>
<script type="text/javascript">
$(document).ready(function() {
	$('b.tab').mouseover(function() {
		var index = $('b.tab').index(this);
		
		$('b.tab').removeClass('current');
		$(this).addClass('current');
		
		$(this).parent().find('a').hide();
		$($(this).parent().find('a').get(index)).show();

		$(this).parent().parent().find('ul').hide();
		$($(this).parent().parent().find('ul').get(index)).show();
	});		
});
</script>
<script src="http://cn.cssattc.cn/style/main/js/scrollQ.js"></script>
<script type="text/javascript">
$(document).ready(function() {
    while ($("#sItem").find('li').length < 7) {
        $("#sItem").find('li').clone(true, true).appendTo($("#sItem"));
    }
    $("#sItem").scrollQ({line:7, scrollNum:1, scrollTime:2700});
});
</script>
</html>
