
產品描述
項目位于長三角上海、杭州、寧波三大幾何中心城市產業引領示范帶—寧波中意生態園內,項目規劃用地305畝,總建筑面積約52萬方,計劃引進智能制造、生命健康、節能環保新能源等產業,致力于打造“中意創新硅谷”、前灣新區(杭州灣)產業研發和科技創新平臺、長三角智能制造產業創新承接基地和國家級海外創新平臺。
電話:0574-63518999
地址:余姚中意生態園興濱路南側、海濤路西側
業態:智能制造、生命健康、節能環保新能源
地理位置
項目位于寧波中意生態園內,距離杭紹甬高速出口1公里,余慈高速出口1公里,距離高鐵余姚北站20公里,距離余姚市政府0.5小時車程,寧波市政府1小時車程,交通區位優勢明顯。
//初始化地圖對象,加載地圖 var map = new AMap.Map("mapContainer",{ resizeEnable: true, //二維地圖顯示視口 view: new AMap.View2D({ //地圖中心點 center:new AMap.LngLat(121.04942,30.251525), //地圖顯示的縮放級別 zoom:15 }) }); map.setLang('cn'); //地圖中添加地圖操作ToolBar插件 map.plugin(["AMap.ToolBar"], function(){ var toolBar = new AMap.ToolBar(); map.addControl(toolBar); }); //地圖初始化時,在地圖上添加一個marker標記,鼠標點擊marker可彈出自定義的信息窗體 addMarker(); //添加marker標記 function addMarker(){ map.clearMap(); var marker = new AMap.Marker({ map: map, //位置 position: new AMap.LngLat(121.04942,30.251525), //復雜圖標 icon: "http://webapi.amap.com/images/0.png" }); //鼠標點擊marker彈出自定義的信息窗體 AMap.event.addListener(marker,'click',function(){ infoWindow.open(map,marker.getPosition()); }); } //實例化信息窗體 var infoWindow = new AMap.InfoWindow({ isCustom:true, //使用自定義窗體 content:createInfoWindow('寧波(中意)萬洋眾創城'," <br/>"), offset:new AMap.Pixel(16, -45)//-113, -140 }); //構建自定義信息窗體 function createInfoWindow(title,content){ var info = document.createElement("div"); info.className = "info"; // 定義頂部標題 var top = document.createElement("div"); var titleD = document.createElement("div"); var closeX = document.createElement("img"); top.className = "info-top"; titleD.innerHTML = title; closeX.src = "http://webapi.amap.com/images/close2.gif"; closeX.onclick = closeInfoWindow; top.appendChild(titleD); top.appendChild(closeX); info.appendChild(top); // 定義中部內容 var middle = document.createElement("div"); middle.className = "info-middle"; middle.style.backgroundColor='white'; middle.innerHTML = content; info.appendChild(middle); // 定義底部內容 var bottom = document.createElement("div"); bottom.className = "info-bottom"; bottom.style.position = 'relative'; bottom.style.top = '0px'; bottom.style.margin = '0 auto'; var sharp = document.createElement("img"); sharp.src = "http://webapi.amap.com/images/sharp.png"; bottom.appendChild(sharp); info.appendChild(bottom); return info; } //關閉信息窗體 function closeInfoWindow(){ map.clearInfoWindow(); }
關鍵詞:
寧波(中意)萬洋眾創城