Download Center
Download Center
We’re here to help
Get started
+86 19924242919
Book an appointment
Sorry, we are unable to service you right now

Our estimator is only set up to provide preliminary estimates and installer information to residents of single family homes.

ease Enter your Full name"); return false; } if ($("#nav_tel").val() == "") { alert("Please Enter your Phone"); return false; } $.ajax({ type: "POST", url: "/api/Cms/addForm", dataType: "json", //返回json格式的数据 async: false, data: { form_id: 3, contact: $.trim($("#nav_name").val()), phone_number: $.trim($("#tnav_el").val()), email: $.trim($("#nav_email").val()), property: $.trim($("#nav_step1 .list .active .bt").text()), sunlight: $.trim($("#nav_step2 .list .active .bt").text()), address: $.trim($("#anav_ddress").val()), own: $("input[name='nav_q']:checked").val(), bill: $.trim($(".layui-slider-tips").text()), provider: $("#nav_electric").val(), report: $("input[name='nav_a']").is(":checked") ? "Yes" : "No" }, success: function (data) { if (data.code == 200) { $(".nav_last1").show().siblings().hide(); } else { alert(data.msg) return false; } }, error: function (XMLHttpRequest, textStatus, errorThrown) { alert("Server error, please resubmit") } }); })