国产a级黄片的视频_福利小视频手机在线观看国产_亚州视频中文在线观看_亚洲αⅴ无码成人网站国产_熟妇人妻系列AV无码一区二区_激情高清无码_日韩高分电影院免费观看_欧美日韩一级特黄大片

首頁 > 加入我們
人才招聘 聯系我們

加入我們

<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>聯系我們 - 山東德潤新材料科技有限公司</title> <style> /* 全局樣式重置 */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Microsoft Yahei", "PingFang SC", Arial, sans-serif; background: #f7f7f7; color: #333; } /* 聯系模塊主容器 */ .contact-wrap { max-width: 800px; margin: 30px auto; padding: 25px; background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); } /* 標題樣式 - 品牌綠 */ .contact-header { color: #2e7d32; font-size: 20px; font-weight: 600; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #2e7d32; } /* 聯系信息列表 */ .contact-info { list-style: none; margin-bottom: 25px; } .contact-info li { font-size: 14px; line-height: 2; text-align: left; margin-bottom: 8px; } .contact-info .label { display: inline-block; width: 70px; font-weight: 600; color: #2e7d32; } /* 地圖區域 */ .map-box { width: 100%; } .map-title { color: #2e7d32; font-size: 16px; font-weight: 600; margin-bottom: 12px; } #amap-container { width: 100%; height: 400px; border-radius: 6px; border: 1px solid #e0e0e0; } /* 響應式適配 */ @media (max-width: 768px) { .contact-wrap { margin: 15px; padding: 20px; } #amap-container { height: 320px; } .contact-info li { font-size: 13px; } } </style> <!-- 引入高德地圖API(加載超時兜底) --> <script type="text/javascript"> // 提前加載高德地圖,增加超時處理 (function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'https://webapi.amap.com/maps?v=2.0&key=a902683380a8d9a2edaadc9d66c634ea'; script.async = true; script.onerror = function() { alert('地圖加載失敗,請檢查網絡或API Key是否有效'); }; document.head.appendChild(script); })(); </script> </head> <body> <div class="contact-wrap"> <h3 class="contact-header">聯系我們</h3> <!-- 聯系信息 --> <ul class="contact-info"> <li><span class="label">公司名稱:</span>山東德潤新材料科技有限公司</li> <li><span class="label">地 址:</span>山東省德州市天衢新區崇德五大道與尚德三路交叉口西北50米</li> <li><span class="label">郵 編:</span>253084</li> <li><span class="label">銷售部:</span>0086-534-8028208</li> <li><span class="label">人資部:</span>0086-534-8028207</li> </ul> <!-- 高德地圖 --> <div class="map-box"> <h4 class="map-title">公司位置</h4> <div id="amap-container"></div> </div> </div> <script type="text/javascript"> // 核心地圖初始化函數(雙重保障) function initMap() { // 1. 確認高德地圖API已加載 if (!window.AMap) { setTimeout(initMap, 500); // 重試加載 return; } // 2. 手動獲取的精準經緯度(德州市天衢新區該地址的實際經緯度) var preciseLngLat = [116.372588, 37.456895]; // 替換為精準值,確保位置顯示 // 3. 初始化地圖 var map = new AMap.Map('amap-container', { center: preciseLngLat, // 直接用精準經緯度,不依賴解析 zoom: 17, // 放大級別,清晰顯示 resizeEnable: true, scrollWheel: true // 開啟滾輪縮放 }); // 4. 添加基礎控件 map.addControl(new AMap.ToolBar()); map.addControl(new AMap.Scale()); // 5. 創建并添加標記點(必顯示) var marker = new AMap.Marker({ position: preciseLngLat, title: '山東德潤新材料科技有限公司', map: map, icon: new AMap.Icon({ size: new AMap.Size(30, 40), image: 'https://a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-default.png', imageSize: new AMap.Size(30, 40) }) }); // 6. 添加信息窗口 var infoWindow = new AMap.InfoWindow({ content: '<div style="padding:10px;font-size:14px;">' + '<strong>山東德潤新材料科技有限公司</strong><br/>' + '地址:山東省德州市天衢新區崇德五大道與尚德三路交叉口西北50米' + '</div>', offset: new AMap.Pixel(0, -30) }); // 7. 綁定標記點點擊事件 marker.on('click', function() { infoWindow.open(map, preciseLngLat); }); // 8. 自動打開信息窗口 infoWindow.open(map, preciseLngLat); // 9. 備用:嘗試地址解析(如果手動經緯度有偏差) var geocoder = new AMap.Geocoder({ city: '德州市' }); geocoder.getLocation('山東省德州市天衢新區崇德五大道與尚德三路交叉口西北50米', function(status, res) { if (status === 'complete' && res.info === 'OK') { var lnglat = res.geocodes[0].location; map.setCenter(lnglat); marker.setPosition(lnglat); infoWindow.open(map, lnglat); } }); } // 頁面加載完成后初始化 window.addEventListener('load', function() { // 延遲1秒確保API完全加載 setTimeout(initMap, 1000); }); </script> </body> </html>
Copyright © 2021 山東德潤新材料科技有限公司 All Rights Reserved 版權所有 魯ICP備12027879號
技術支持:山東躍動 0531-88765153