电话:+86-150-8034-1449 | sales@goldtopstone.com

|

Super Jumbo Slab Calacatta Quartz 白色和黑色 Panda

超级巨型板

5008 熊猫白
设计基础:  Calacatta Series Quartz

完成:抛光;磨练;皮革;产品应用:预制台面; 厨房台面; 浴室台面; 梳妆台; 桌面;边缘类型:方形抛光;OGEE; 1/4 发;1/4轮T&B; 半牛鼻;完整的牛鼻; 1/4 斜面;1/4斜面T&B; 1/2 斜面;黛米;
Alternate Text
Vincent Manager

sales@goldtopstone.com

+86 150 8034 1449

热门产品

5008 熊猫白 Calacatta 石英 Super Jumbo 大板

白熊猫和黑熊猫,卡拉卡塔系列石英是目前最受欢迎的石英石产品。Calacatta Quartz 精致而独特,以其干净的白色和醒目的全身大理石纹理外观震撼人心。凭借其美丽醒目的宽脉图案和奢华的感觉。这种石英提供了 Calacatta 大理石的自然外观,但没有大理石台面带来的缺点。Calacatta 石英是一种非常耐用的台面,具有防污和防刮擦功能,这意味着它也是厨房和浴室台面、楼梯、窗台、定制家具、室内、外墙和地板应用、水射流图案和其他设计项目的非常实用的选择。    Calacatta 石英由天然成分制成,但坚固、耐用且孔隙率低,这使得石英石材产品几乎无磨损。耐用性、舒适性和一致的图案是石英石越来越受欢迎的主要原因。石英石 90% 是天然石材,其余是胶水、染料和添加剂,可以提高石材的技术性能。透水性和抗污性与石英石的美感相得益彰。Calacatta 白色石英可以说是最好的台面材料。     GOLDTOP Stone 是石英石的领先供应商,现在我们有超过 100+ 种常见颜色和根据客户设计的特殊颜色,我们的石英石出口到美国加拿大澳大利亚英国德国......20 多个国家。现在 GOLDTOP Stone 已被公认为中国最好的石英石供应商之一。    GOLDTOP QUARTZ 已通过 SGS、IAF、CE 和 NSF 认证,是可用于直接接触食品变焦的安全产品。我们严格的质量控制体系确保客户收到的每块板坯都具有正确的质量。我们期待与来自世界各地的客户建立长期和专业的业务关系。欢迎访问GOLDTOP QUARTZ。





5008 Panda White Super Jumbo Slab Calacatta Quartz and Black
5008 Panda White Super Jumbo Slab Calacatta Quartz and Black
5008 Panda White Super Jumbo Slab Calacatta Quartz and Black
5008 Panda White Super Jumbo Slab Calacatta Quartz and Black





设计师系列

"); $("form").submit(function(e) { /*emoji表情过滤*/ let eRegStr = /[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF][\u200D|\uFE0F]|[\uD83C|\uD83D|\uD83E][\uDC00-\uDFFF]|[0-9|*|#]\uFE0F\u20E3|[0-9|#]\u20E3|[\u203C-\u3299]\uFE0F\u200D|[\u203C-\u3299]\uFE0F|[\u2122-\u2B55]|\u303D|[\A9|\AE]\u3030|\uA9|\uAE|\u3030/ig; // e.preventDefault(); var emailEl = $(this).find("[name='email']"); var messageEl = $(this).find("[name='message']"); var telEl = $(this).find("[name='contact[tel]']"); var emailValid = false, messageValid = false, telValid = false; function formErrMsg(errText) { $(".error-msg").html(errText); $(".error-msg").stop().fadeIn(100); setTimeout(() => { $(".error-msg").stop().fadeOut(1000); }, 3000); } if (emailEl.length) { if (!/[-\w\.]+@[-\w\.]+(\.[-\w]+)+/.test(emailEl.val())) { e.preventDefault(); formErrMsg("Please enter the correct email address!"); } else { emailValid = true; } } if (emailValid) { if (messageEl.length) { // var value = messageEl.val().trim(); var value = messageEl.val(); if (!/\S{10,}/g.test(value.replace(/\s/g, ""))) { e.preventDefault(); formErrMsg("Please enter your message with more than 10 characters!"); } else { messageEl.val(value.replace(eRegStr, '')); messageValid = true; } } } if (emailValid && messageValid) { var host = window.location.host; if (telEl.length) { var value = telEl.val().trim(); if (/^(zh\-cn\.)/.test(host) || /\.risingcn\./.test(host)) { if (!/^1[3456789]\d{9}$/.test(value)) { e.preventDefault(); formErrMsg("请输入正确的手机号码!"); } } else { if (value.length) { /* if ( isNaN(value) ) { e.preventDefault(); formErrMsg("Please enter the correct mobile phone number"); } */ } else { /* e.preventDefault(); formErrMsg("Please enter your phone number"); */ } } } } // homeForm 参考捷胜首页底部的发送邮箱的表单
if (e.currentTarget.id == "homeForm") { // alert("asd1f2s1df"); e.preventDefault(); let flag = false; let protocol = window.location.protocol; let backpage = protocol + "//" + document.location.hostname + "/inquiryok?back=" + document.location.pathname; if (emailValid && messageValid) { flag = true; } if (flag) { $.post(protocol + "//inquiry.digoodcms.com/api/save/goldtopstone", $(this).serialize(), function(res, status) { if (res.indexOf('Inquiry Send Success') >= 0) { // window.location.href = backpage; $("#homeForm").hide(); $(".submit-success").show(); } }); } } }); function getTimestamp() { var d = new Date(), Y = d.getFullYear(), M = (d.getMonth() + 1) > 9 ? (d.getMonth() + 1) : '0' + (d.getMonth() + 1), D = d.getDate() > 9 ? d.getDate() : '0' + d.getDate(), h = d.getHours() > 9 ? d.getHours() : '0' + d.getHours(), m = d.getMinutes() > 9 ? d.getMinutes() : '0' + d.getMinutes(), s = d.getSeconds() > 9 ? d.getSeconds() : '0' + d.getSeconds(); var timestamp = `${Y}/${M}/${D} ${h}:${m}:${s}`; var rand = Math.random(); rand = rand.toString().substr(3); return timestamp + ', version=' + rand; } if ($('.message-e07f919211ed7da053ce9c938c3decb2').length) { $('.message-e07f919211ed7da053ce9c938c3decb2').val('from: ' + window.location.href + ', date: ' + getTimestamp()); } }); // indexAllDesign - js $('.filter .categories li').click(function () { $(this).siblings().removeClass('active'); $(this).addClass('active'); })