<!DOCTYPE html>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="https://www.jecsany-electric.com/main-sitemap.xsl"?><html><body><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>/post-sitemap.xml</loc>
		<lastmod>2026-07-29T09:54:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>/page-sitemap.xml</loc>
		<lastmod>2026-04-16T02:16:52+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>/product-sitemap.xml</loc>
		<lastmod>2026-06-23T06:04:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>/category-sitemap.xml</loc>
		<lastmod>2026-07-29T09:54:21+00:00</lastmod>
	</sitemap>
<sitemap><loc>/minor_languages.xml</loc><lastmod>2026-07-29T07:38:41+00:00</lastmod></sitemap></sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced (Requested URI contains query) 

Served from: zhengxin.globaldeepsea.site @ 2026-07-29 18:13:32 by W3 Total Cache
-->
<script>
(function() {
    var loaded = false;
    document.addEventListener("DOMContentLoaded", function() {
        var buttons = document.querySelectorAll(".inquiry-btn, .product-inquiry, [data-product-inquiry]");
        buttons.forEach(function(btn) {
            btn.addEventListener("click", function(e) {
                e.preventDefault();
                showInquiryModal(btn.dataset.productId || "");
            });
        });
    });

    window.showInquiryModal = function(productId) {
        var modal = document.getElementById("inquiry-modal");
        if (!modal) {
            modal = document.createElement("div");
            modal.id = "inquiry-modal";
            modal.className = "inquiry-modal";
            modal.innerHTML = '<div class="inquiry-modal-content"><span class="inquiry-close">&times;</span><div class="inquiry-form-loading">加载中...</div></div>';
            document.body.appendChild(modal);
            
            modal.querySelector(".inquiry-close").addEventListener("click", function() {
                modal.style.display = "none";
            });
            
            modal.addEventListener("click", function(e) {
                if (e.target === modal) {
                    modal.style.display = "none";
                }
            });
        }
        
        modal.style.display = "block";
        var loadingEl = modal.querySelector(".inquiry-form-loading");
        loadingEl.innerHTML = "加载中...";
        
        var apiUrl = "/wp-json/static-push/v1/inquiry-form";
        if (productId) {
            apiUrl += "?product_id=" + productId;
        }
        
        fetch(apiUrl)
            .then(function(response) { return response.json(); })
            .then(function(data) {
                loadingEl.innerHTML = data.html || "无法加载表单";
            })
            .catch(function(error) {
                loadingEl.innerHTML = "加载失败，请稍后重试";
            });
    };
})();
</script>
<style>
.inquiry-modal {
    display: none;
    position: fixed;
    z-index: 9999;
       left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.inquiry-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    position: relative;
}
.inquiry-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.inquiry-close:hover {
    color: #666;
}
.inquiry-form-loading {
    text-align: center;
    padding: 40px;
}
</style>
</body></html>
