www.homeycons.com Open in urlscan Pro
120.55.151.241  Public Scan

Submitted URL: https://email.fmail.highmemax.com/c/eJwdzU0KwyAUBODTxKXo8y9ZuOim0GMYfdZAjMEKNrevKcxqGL7B7Lb9FSwASGO0JOXE6lqpoxNCLQDEl3y647pHSsyabB...
Effective URL: http://www.homeycons.com/
Submission: On May 27 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="pageForm" enctype="multipart/form-data">
  <input type="hidden" name="PageId" value="277654930">
  <input type="hidden" id="formcookie" name="formcookie" value="">
  <input type="hidden" id="device" name="device" value="Pc">
  <div id="view_layout_1_843" class="mainSamrtView yibuSmartViewMargin">
    <div class="yibuFrameContent layout_Block2_Item0" style="border-style:none;">
      <style type="text/css">
        .header,
        .main-wrap .main,
        .footer {
          position: relative;
          clear: both;
          margin: 0 auto;
          padding: 0;
        }

        .main-wrap {
          clear: both;
          margin: 0;
          padding: 0;
          width: auto;
        }

        .main-wrap .main {}

        .main-wrap .main .content {
          width: 100%;
        }

        body {
          background-color: ;
        }
      </style>
      <div style="*z-index:11;*position:relative;width:100%;height:647px;margin-left:auto;margin-right:auto;background-color:">
        <div class="header page_header yibuLayout_tempPanel" style="width:1248px;height:647px;background-color:;;">
          <div class="runTimeflowsmartView">
            <div id="view_banner_33_843" class="yibuSmartViewMargin absPos" style="z-index: 999998;">
              <div class="yibuFrameContent overflow_hidden banner_Style1_Item0 view_banner_33_843_Style1_Item0" style="height: 116px; width: 1200px; overflow: visible;">
                <div id="fullScreen_view_banner_33_843" class="w_container_wrap renderfullScreen" style="left: -192px; width: 1800px; height: 116px;"></div>
                <script>
                  $(function() {
                    setRenderFullScreen($('#view_banner_33_843'));
                  });
                </script>
                <div class="flowsmartView isflowcontainer w_container_content" refarea="Area_0" id="flowsmartView_33" style="width:1200px;">
                  <div id="view_navigator_35_843" class="yibuSmartViewMargin absPos" style="z-index: 999999;">
                    <div class="yibuFrameContent navigator_Style2_Item0 view_navigator_35_843_Style2_Item2">
                      <ul id="nav_view_navigator_35_843" styleitem="Style2">
                        <li class="w_nav_item on" style="width:20%;*width:19.6%">
                          <h3>
                            <a href="/sy" target="_self">
                            HOME
                        </a>
                          </h3>
                        </li>
                        <li class="w_nav_item" style="width:20%;*width:19.6%">
                          <h3>
                            <a href="/gsjj509" target="_self">
                            ABOUT US
                        </a>
                          </h3>
                        </li>
                        <li class="w_nav_item" style="width:20%;*width:19.6%">
                          <h3>
                            <a href="/cpzs638" target="_self">
                            PRODUCT
                        </a>
                          </h3>
                        </li>
                        <li class="w_nav_item" style="width:20%;*width:19.6%">
                          <h3>
                            <a href="/xwzx" target="_self">
                            NEWS
                        </a>
                          </h3>
                        </li>
                        <li class="w_nav_item" style="width:20%;*width:19.6%">
                          <h3>
                            <a href="/lxwm" target="_self">
                            CONTACT US
                        </a>
                          </h3>
                        </li>
                      </ul>
                      <input type="hidden" id="HeightVariablesStr_view_navigator_35_843" value="$height:45px;$Item_height:45px;$SubItem_height:45px;">
                      <script>
                        $(function() {
                          slideMenu("nav_" + 'view_navigator_35_843');
                          var isDivider = true;
                          //子导航下边框显示不出来的fix
                          $("#nav_" + 'view_navigator_35_843').children("li").each(function() {
                            var Li_height = $(this).height();
                            $("li", this).height(Li_height);
                            var child_li = $("li", this);
                            var topborderwidth = $("a:first", child_li).css('border-top-width');
                            topborderwidth = isNaN(parseInt(topborderwidth)) ? 0 : parseInt(topborderwidth);
                            var bottomborderwidth = $("a:first", child_li).css('border-bottom-width');
                            bottomborderwidth = isNaN(parseInt(bottomborderwidth)) ? 0 : parseInt(bottomborderwidth);
                            var aheight = Li_height - topborderwidth - bottomborderwidth;
                            $("a", child_li).height(aheight);
                          });
                          jQuery("#nav_" + 'view_navigator_35_843').children("li").each(function() {
                            var topWidth = $(this).children("h3").children("a").css("border-top-width");
                            var leftWidth = $(this).children("h3").children("a").css("border-left-width");
                            var bottomWidth = $(this).children("h3").children("a").css("border-bottom-width");
                            if (topWidth != "0" && topWidth != "0px") {
                              isDivider = false;
                              return false;
                            }
                            if (leftWidth != "0" && leftWidth != "0px") {
                              isDivider = false;
                              return false;
                            }
                            if (bottomWidth != "0" && bottomWidth != "0px") {
                              isDivider = false;
                              return false;
                            }
                            if ($(this).children("ul").length > 0) {
                              var maxWidth = $(this).children("ul").width();
                              $(this).children("ul").children("li").each(function() {
                                var a = $(this).children("a");
                                var currentWidth = GetCurrentStrWidth(a.html(), a.css("font-size")) + 20;
                                if (maxWidth < currentWidth) maxWidth = currentWidth;
                              });
                              $(this).children("ul").css("width", maxWidth + "px");
                            }
                          });
                          //if (isDivider)
                          //    jQuery("#nav_" + 'view_navigator_35_843').children("li:last").children("h3").children("a").css("border-right-width", "0px");//去掉最后一项的分隔线
                          if ("False" == "False") {
                            jQuery("#" + 'view_navigator_35_843').css("z-index", "999999");
                            if (jQuery("#" + 'view_navigator_35_843').parent().attr("class") != "runTimeflowsmartView") { //导航可能放在容器控件中了,需要把容器控件的z-index的值设大
                              jQuery("#" + 'view_navigator_35_843').parent(".w_container_content").parent().parent().css("z-index", "999998");
                            }
                          }
                          SetNavSelectedStyle("nav_" + 'view_navigator_35_843', 'nav'); //选中当前导航
                        })
                      </script>
                    </div>
                  </div>
                  <div id="view_LanSwitch_56_843" class="yibuSmartViewMargin absPos">
                    <div class="yibuFrameContent overflow_hidden LanSwitch_Style2_Item0 view_LanSwitch_56_843_Style2_Item0" style="height:28px;width:154px;">
                      <ul class="w_language_group">
                        <li class="w_language_item">
                          <a href="javascript:void(0)" onclick="changeLanguage('zh-CN')">
            <span class="w_language_icon"><img width="16" height="16" src="/Content/images/flags/cn.png"></span>
            <span class="w_language_text">简体中文</span>
        </a>
                        </li>
                        <li class="w_language_item">
                          <a href="javascript:void(0)" onclick="changeLanguage('en-US')">
            <span class="w_language_icon"><img width="16" height="16" src="/Content/images/flags/us.png"></span>
            <span class="w_language_text">English</span>
        </a>
                        </li>
                        <li class="w_language_item">
                          <a href="javascript:void(0)" onclick="changeLanguage('ja-JP')">
            <span class="w_language_icon"><img width="16" height="16" src="/Content/images/flags/jp.png"></span>
            <span class="w_language_text">日文</span>
        </a>
                        </li>
                      </ul>
                      <script type="text/javascript">
                        function changeLanguage(val) {
                          if ($.cookie("yibu_language")) {};
                          $.cookie("yibu_language", val, {
                            path: '/',
                            expires: 7
                          });
                          window.location.reload();
                        }
                      </script>
                    </div>
                  </div>
                </div>
                <script type="text/javascript">
                  function setLayoutHeight() {
                    var bannerheight = $("#view_banner_33_843").css("height");
                    $("#view_banner_33_843").children(".yibuFrameContent").css("height", bannerheight);
                  };
                </script>
              </div>
            </div>
            <div id="view_photoalbum_63_843" class="yibuSmartViewMargin absPos">
              <div class="yibuFrameContent overflow_hidden photoalbum_Style1_Item0 view_photoalbum_63_843_Style1_Item0" style="height:440px;width:1187px;">
                <div id="w_slider_view_photoalbum_63_843" class="w_slider w_sliders_view_photoalbum_63_843" style="width:100%;height:100%;">
                  <div class="w_slider_num">
                    <ul style="display:none;">
                      <li style="font-size:12px;" class="">1</li>
                      <li style="font-size:12px;" class="on">2</li>
                      <li style="font-size:12px;">3</li>
                    </ul>
                  </div>
                  <div class="w_slider_img">
                    <ul>
                      <li style="width: 1187px; height: 440px; display: none;">
                        <a title="banner12拷贝" href="javascript:void(0)" target="_self">
                        <img style="height: 440px; display: block;" class="lazyload" src="http://img.wezhan.cn/content/sitefiles/91964/images/12649109_banner12拷贝.jpeg" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/12649109_banner12拷贝.jpeg" onload="DynamicLoad(this)" title="banner12拷贝" alt="图片0" isload="1">
                    </a>
                      </li>
                      <li style="width: 1187px; height: 440px; display: list-item;">
                        <a title="banner8拷贝2" href="javascript:void(0)" target="_self">
                        <img style="height: 440px; display: block;" class="lazyload" src="http://img.wezhan.cn/content/sitefiles/91964/images/12649108_banner8拷贝2.jpeg" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/12649108_banner8拷贝2.jpeg" onload="DynamicLoad(this)" title="banner8拷贝2" alt="图片1" isload="1">
                    </a>
                      </li>
                      <li style="width: 1187px; height: 440px; display: none;">
                        <a title="banner6拷贝" href="javascript:void(0)" target="_self">
                        <img style="height: 440px; display: block;" class="lazyload" src="http://img.wezhan.cn/content/sitefiles/91964/images/12649407_banner6拷贝.jpeg" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/12649407_banner6拷贝.jpeg" onload="DynamicLoad(this)" title="banner6拷贝" alt="图片2" isload="1">
                    </a>
                      </li>
                    </ul>
                  </div>
                  <!-- 下面是前/后按钮代码,如果不需要删除即可 -->
                  <a style="display:none;" class="prev" href="javascript:void(0)"></a>
                  <a style="display:none;" class="next" href="javascript:void(0)"></a>
                </div>
                <script type="text/javascript">
                  $(function() {
                    $(".w_sliders_view_photoalbum_63_843").slide({
                      mainCell: $(".w_sliders_view_photoalbum_63_843 .w_slider_img ul"),
                      titCell: $(".w_sliders_view_photoalbum_63_843 .w_slider_num li"),
                      effect: "fade",
                      autoPlay: "true",
                      trigger: "mouseover",
                      interTime: "3000"
                    });
                  });
                </script>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="main-wrap clearfix" style="*z-index:10;*position:relative;width:100%;margin-left:auto;margin-right:auto;;background-color:">
        <div class="main clearfix page_main" style="width:1248px;">
          <div class="content yibuLayout_Body" style="min-height:100px;margin-left:auto;margin-right:auto;;background-color:;background-color:" id="yibuLayout_center">
            <div id="view_main_1_277654930" class="mainSamrtView yibuSmartViewMargin">
              <div class="yibuFrameContent main__Item0" style="height:6359px;width:100%;border-style:none;">
                <div class="runTimeflowsmartView">
                  <div id="view_list_87_277654930" class="yibuSmartViewMargin absPos" oldbottom="283">
                    <div class="yibuFrameContent overflow_hidden list_Style6_Item0 view_list_87_277654930_Style6_Item0" style="height:283px;width:1301px;">
                      <div id="bakload" style="position: absolute;left: 50%; top: 30%;  z-index:10; display:none; ">
                        <img class="bak-loadimg" src="http://img.wezhan.cn/Plugins/Designer/Content/css/images/grayloading.gif">
                      </div>
                      <!--list-->
                      <div style="height:90%;">
                        <ul class="w_piclist clearfix">
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/278015483" target="_blank">
                            <img class="lazyload" alt="Homey 80 General Purpose PU Foam" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133098_HOMEY80.jpeg" src="http://img.wezhan.cn/content/sitefiles/91964/images/11133098_HOMEY80.jpeg" style="display: inline;">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/278015483" target="_blank" title="Homey 80 General Purpose PU Foam">Homey 80 General Purpose PU Foam</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277959426" target="_blank">
                            <img class="lazyload" alt="Homey 71 Multi-Purpose Foam" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133097_HOMEY71.jpeg" src="http://img.wezhan.cn/content/sitefiles/91964/images/11133097_HOMEY71.jpeg" style="display: inline;">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277959426" target="_blank" title="Homey 71 Multi-Purpose Foam">Homey 71 Multi-Purpose Foam</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277959428" target="_blank">
                            <img class="lazyload" alt="Homey 30 Multi-Use PU foam" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133095_HOMEY30.jpeg" src="http://img.wezhan.cn/content/sitefiles/91964/images/11133095_HOMEY30.jpeg" style="display: inline;">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277959428" target="_blank" title="Homey 30 Multi-Use PU foam">Homey 30 Multi-Use PU foam</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277959429" target="_blank">
                            <img class="lazyload" alt="Homey 50 Mega Yield Foam" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133096_HOMEY50.jpeg" src="http://img.wezhan.cn/content/sitefiles/91964/images/11133096_HOMEY50.jpeg" style="display: inline;">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277959429" target="_blank" title="Homey 50 Mega Yield Foam">Homey 50 Mega Yield Foam</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                        </ul>
                      </div>
                      <div class="pager f_clearfix" id="pager">
                        <script type="text/javascript">
                          list_87 = null;
                        </script>
                      </div>
                      <!--/list-->
                      <script type="text/javascript">
                        //防止分页报错
                        var list_87 = null;
                        $(function() {
                          $("#view_list_87_277654930 img.lazyload").lazyload({
                            skip_invisible: false,
                            effect: "fadeIn",
                            threshold: 100
                          }); //failure_limit: 15,
                          $('#view_list_87_277654930 .w_piclist_int').each(function() {
                            if (parseInt($(this).css('line-height'))) $(this).css('height', parseInt($(this).css('line-height')) * 2 + 'px');
                          });
                        });
                      </script>
                    </div>
                  </div>
                  <div id="view_list_88_277654930" class="yibuSmartViewMargin absPos" oldbottom="539">
                    <div class="yibuFrameContent overflow_hidden list_Style6_Item0 view_list_88_277654930_Style6_Item0" style="height:269px;width:1295px;">
                      <div id="bakload" style="position: absolute;left: 50%; top: 30%;  z-index:10; display:none; ">
                        <img class="bak-loadimg" src="http://img.wezhan.cn/Plugins/Designer/Content/css/images/grayloading.gif">
                      </div>
                      <!--list-->
                      <div style="height:90%;">
                        <ul class="w_piclist clearfix">
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277322608" target="_blank">
                            <img class="lazyload" alt="Homey 860 Multi-Use Sealant" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133088_HOMEY860.jpeg" src="http://img.wezhan.cn/content/sitefiles/91964/images/11133088_HOMEY860.jpeg" style="display: inline;">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277322608" target="_blank" title="Homey 860 Multi-Use Sealant">Homey 860 Multi-Use Sealant</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277959421" target="_blank">
                            <img class="lazyload" alt="Homey 880 Silicone Building Sealant" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133089_HOMEY880.jpeg" src="http://img.wezhan.cn/content/sitefiles/91964/images/11133089_HOMEY880.jpeg" style="display: inline;">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277959421" target="_blank" title="Homey 880 Silicone Building Sealant">Homey 880 Silicone Building Sealant</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277959422" target="_blank">
                            <img class="lazyload" alt="Homey 650 General Purpose Silicone" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133085_HOMEY650.jpeg" src="http://img.wezhan.cn/content/sitefiles/91964/images/11133085_HOMEY650.jpeg" style="display: inline;">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277959422" target="_blank" title="Homey 650 General Purpose Silicone">Homey 650 General Purpose Silicone</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277959423" target="_blank">
                            <img class="lazyload" alt="Homey 660 Fast cure Sealant" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133086_HOMEY660.jpeg" src="http://img.wezhan.cn/content/sitefiles/91964/images/11133086_HOMEY660.jpeg" style="display: inline;">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277959423" target="_blank" title="Homey 660 Fast cure Sealant">Homey 660 Fast cure Sealant</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                        </ul>
                      </div>
                      <div class="pager f_clearfix" id="pager">
                        <script type="text/javascript">
                          list_88 = null;
                        </script>
                      </div>
                      <!--/list-->
                      <script type="text/javascript">
                        //防止分页报错
                        var list_88 = null;
                        $(function() {
                          $("#view_list_88_277654930 img.lazyload").lazyload({
                            skip_invisible: false,
                            effect: "fadeIn",
                            threshold: 100
                          }); //failure_limit: 15,
                          $('#view_list_88_277654930 .w_piclist_int').each(function() {
                            if (parseInt($(this).css('line-height'))) $(this).css('height', parseInt($(this).css('line-height')) * 2 + 'px');
                          });
                        });
                      </script>
                    </div>
                  </div>
                  <div id="view_list_89_277654930" class="yibuSmartViewMargin absPos" oldbottom="825">
                    <div class="yibuFrameContent overflow_hidden list_Style6_Item0 view_list_89_277654930_Style6_Item0" style="height:280px;width:1293px;">
                      <div id="bakload" style="position: absolute;left: 50%; top: 30%;  z-index:10; display:none; ">
                        <img class="bak-loadimg" src="http://img.wezhan.cn/Plugins/Designer/Content/css/images/grayloading.gif">
                      </div>
                      <!--list-->
                      <div style="height:90%;">
                        <ul class="w_piclist clearfix">
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277959424" target="_blank">
                            <img class="lazyload" alt="Homey 680 Premium Silicone" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133087_HOMEY680.jpeg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277959424" target="_blank" title="Homey 680 Premium Silicone">Homey 680 Premium Silicone</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277959433" target="_blank">
                            <img class="lazyload" alt="Homey 966 Weatherproof Sealant" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133090_HOMEY966.jpeg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277959433" target="_blank" title="Homey 966 Weatherproof Sealant">Homey 966 Weatherproof Sealant</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277959434" target="_blank">
                            <img class="lazyload" alt="Homey 977 Glass Panel Silicone" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133091_HOMEY977.jpeg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277959434" target="_blank" title="Homey 977 Glass Panel Silicone">Homey 977 Glass Panel Silicone</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                          <li class="w_piclist_item">
                            <div class="w_piclist_img">
                              <a href="/product/277959435" target="_blank">
                            <img class="lazyload" alt="Homey 988 Structural Sealant" data-original="http://img.wezhan.cn/content/sitefiles/91964/images/11133092_HOMEY988.jpeg" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC">
                        </a>
                            </div>
                            <div class="w_piclist_content">
                              <span class="w_piclist_title"><a href="/product/277959435" target="_blank" title="Homey 988 Structural Sealant">Homey 988 Structural Sealant</a></span>
                              <div class="w_piclist_int" style="height: 50px;">
                              </div>
                            </div>
                          </li>
                        </ul>
                      </div>
                      <div class="pager f_clearfix" id="pager">
                        <script type="text/javascript">
                          list_89 = null;
                        </script>
                      </div>
                      <!--/list-->
                      <script type="text/javascript">
                        //防止分页报错
                        var list_89 = null;
                        $(function() {
                          $("#view_list_89_277654930 img.lazyload").lazyload({
                            skip_invisible: false,
                            effect: "fadeIn",
                            threshold: 100
                          }); //failure_limit: 15,
                          $('#view_list_89_277654930 .w_piclist_int').each(function() {
                            if (parseInt($(this).css('line-height'))) $(this).css('height', parseInt($(this).css('line-height')) * 2 + 'px');
                          });
                        });
                      </script>
                    </div>
                  </div>
                  <div id="view_banner_112_277654930" class="yibuSmartViewMargin absPos" oldbottom="1500">
                    <div class="yibuFrameContent overflow_hidden banner_Style1_Item0 view_banner_112_277654930_Style1_Item0" style="height: 650px; width: 1200px; overflow: visible;">
                      <div id="fullScreen_view_banner_112_277654930" class="w_container_wrap renderfullScreen" style="left: -68px; width: 1800px; height: 650px;"></div>
                      <script>
                        $(function() {
                          setRenderFullScreen($('#view_banner_112_277654930'));
                        });
                      </script>
                      <div class="flowsmartView isflowcontainer w_container_content" refarea="Area_0" id="flowsmartView_112" style="width:1200px;">
                      </div>
                      <script type="text/javascript">
                        function setLayoutHeight() {
                          var bannerheight = $("#view_banner_112_277654930").css("height");
                          $("#view_banner_112_277654930").children(".yibuFrameContent").css("height", bannerheight);
                        };
                      </script>
                    </div>
                  </div>
                  <div id="view_banner_113_277654930" class="yibuSmartViewMargin absPos" oldbottom="3427">
                    <div class="yibuFrameContent overflow_hidden banner_Style1_Item0 view_banner_113_277654930_Style1_Item0" style="height: 1928px; width: 1200px; overflow: visible;">
                      <div id="fullScreen_view_banner_113_277654930" class="w_container_wrap renderfullScreen" style="left: -294px; width: 1800px; height: 1928px;"></div>
                      <script>
                        $(function() {
                          setRenderFullScreen($('#view_banner_113_277654930'));
                        });
                      </script>
                      <div class="flowsmartView isflowcontainer w_container_content" refarea="Area_0" id="flowsmartView_113" style="width:1200px;">
                      </div>
                      <script type="text/javascript">
                        function setLayoutHeight() {
                          var bannerheight = $("#view_banner_113_277654930").css("height");
                          $("#view_banner_113_277654930").children(".yibuFrameContent").css("height", bannerheight);
                        };
                      </script>
                    </div>
                  </div>
                  <div id="view_banner_115_277654930" class="yibuSmartViewMargin absPos" oldbottom="6357">
                    <div class="yibuFrameContent overflow_hidden banner_Style1_Item0 view_banner_115_277654930_Style1_Item0" style="height: 683px; width: 1200px; overflow: visible;">
                      <div id="fullScreen_view_banner_115_277654930" class="w_container_wrap renderfullScreen" style="left: -246px; width: 1800px; height: 683px;"></div>
                      <script>
                        $(function() {
                          setRenderFullScreen($('#view_banner_115_277654930'));
                        });
                      </script>
                      <div class="flowsmartView isflowcontainer w_container_content" refarea="Area_0" id="flowsmartView_115" style="width:1200px;">
                        <div id="view_register_116_277654930" class="yibuSmartViewMargin absPos" oldbottom="1221">
                          <div class="yibuFrameContent overflow_hidden register_Style3_Item0 view_register_116_277654930_Style3_Item0" style="height:495px;width:1200px;">
                            <div class="w-reg">
                              <div class="w-reg-tips">
                                <div id="Message_view_register_116_277654930"></div>
                              </div>
                              <!--EmailAndMobileItemTemplatePcStyle3-->
                              <!--w_reg_item-->
                              <!--/w_reg_item code-->
                              <div class="w-reg-item f-clearfix">
                                <div class="w-reg-title">用户名</div>
                                <input type="text" size="16" class="w-reg-input" name="username" id="username" autocomplete="off" placeholder="用户名">
                              </div>
                              <!--/w-reg-item-->
                              <!--w-reg-item code-->
                              <div class="w-reg-item f-clearfix">
                                <div class="w-reg-title">verification code</div>
                                <div class="w-reg-content">
                                  <input type="text" size="16" class="w-reg-input" id="checkcode" name="checkcode" autocomplete="off" placeholder="verification code">
                                </div>
                                <div class="w-reg-verify-code"><a href="javascript:void(0)" class="w-reg-code-send">send</a></div><input type="hidden" id="w-reg-code-send_timestamp">
                              </div>
                              <script type="text/javascript">
                                function doClick(that) {
                                  $(that).unbind("click");
                                  var timeinterval, timeout = 60;
                                  timeinterval = setInterval(function() {
                                    $(that).text(timeout + ' s again');
                                    timeout -= 1;
                                    if (timeout == 0) {
                                      $(that).text('SendCaptcha').click(function() {
                                        doClick(that)
                                      })
                                      clearInterval(timeinterval);
                                    }
                                  }, 1000)
                                  $.post("/Customer/MemberRegisterSendCaptcha", {
                                    userName: $("input[name=username]").val(),
                                    timestamp: document.getElementById("w-reg-code-send_timestamp").value
                                  }, function(data) {})
                                }
                                //官方网站False
                                $(".w-reg-code-send").click(function() {
                                  if ($.trim($("#username").val()).length == 0) {
                                    alert('Please provide a username');
                                    return;
                                  }
                                  if ($.trim($("#username").val()).length > 0) {
                                    var reyx =
                                      /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/;
                                    var result = false;
                                    if (reyx.test($.trim($("#username").val()))) {
                                      result = true;
                                    }
                                    if (!result) {
                                      alert("username is not Email validated!");
                                      return;
                                    }
                                  }
                                  document.getElementById("w-reg-code-send_timestamp").value = Date.parse(new Date());
                                  doClick(this)
                                })
                              </script>
                              <div class="w-reg-item f-clearfix">
                                <div class="w-reg-title">密码</div>
                                <input type="password" size="16" class="w-reg-input" id="passwordpassword" name="password">
                              </div>
                              <div class="w-reg-item f-clearfix">
                                <div class="w-reg-title">Confirm密码</div>
                                <input type="password" size="16" class="w-reg-input" name="confirmpassword">
                              </div>
                              <div class="w-reg-item f-clearfix">
                                <input type="submit" class="w-reg-button" id="register-button_view_register_116_277654930" value="register">
                              </div>
                              <!--w-reg-item-->
                              <div class="w-reg-item f-clearfix w-reg-item-margin">
                                <a href="/login" class="w-login-button">have an account, to log on</a>
                              </div>
                              <!--/w-reg-button-->
                              <input type="hidden" name="previousUrl" value="">
                            </div>
                            <style type="text/css">
                              .error {
                                color: red;
                              }
                            </style>
                            <script type="text/javascript" src="http://img.wezhan.cn/Scripts/jquery.form.min.js"></script>
                            <script type="text/javascript" src="http://img.wezhan.cn/Scripts/jquery.validate.min.js"></script>
                            <script type="text/javascript">
                              function getQueryStringByName(name) {
                                var result = location.search.match(new RegExp("[\?\&]" + name + "=([^\&]+)", "i"));
                                if (result == null || result.length < 1) {
                                  return "";
                                }
                                return result[1];
                              }
                              var registerform = $("#register_view_register_116_277654930").validate({
                                errorLabelContainer: "#Message_view_register_116_277654930",
                                showErrors: function(errorMap, errors) {
                                  for (var i = 0; this.errorList[i]; i++) {
                                    var error = this.errorList[i];
                                    this.settings.highlight && this.settings.highlight.call(this, error.element, this.settings.errorClass, this.settings.validClass);
                                    this.showLabel(error.element, error.message);
                                  }
                                  if (this.errorList.length) {
                                    this.toShow = this.toShow.add(this.containers);
                                  }
                                  if (this.settings.success) {
                                    for (var i = 0; this.successList[i]; i++) {
                                      this.showLabel(this.successList[i]);
                                    }
                                  }
                                  if (this.settings.unhighlight) {
                                    for (var i = 0, elements = this.validElements(); elements[i]; i++) {
                                      this.settings.unhighlight.call(this, elements[i], this.settings.errorClass, this.settings.validClass);
                                    }
                                  }
                                  this.toHide = this.toHide.not(this.toShow);
                                  this.hideErrors();
                                  this.addWrapper(this.toShow).show();
                                  var flag = true;
                                  $("#Message_view_register_116_277654930 label").each(function(i, o) {
                                    if ($(o).css("display") != "none" && flag) {
                                      flag = false;
                                    } else {
                                      $(o).css("display", "none")
                                    }
                                  })
                                },
                                rules: {
                                  username: {
                                    required: true,
                                    isMobileOrMobile: true
                                  },
                                  checkcode: {
                                    required: true
                                  },
                                  password: {
                                    required: true,
                                    minlength: 6,
                                    maxlength: 12
                                  },
                                  confirmpassword: {
                                    equalTo: '#passwordpassword'
                                  }
                                },
                                messages: {
                                  username: {
                                    required: 'Please provide a 用户名'
                                  },
                                  checkcode: {
                                    required: 'Please enter security code'
                                  },
                                  password: {
                                    required: 'The 密码 is required',
                                    minlength: 'at least 6 letters',
                                    maxlength: 'at most 12 letters'
                                  },
                                  confirmpassword: {
                                    equalTo: 'The new password and confirmation password do not match.'
                                  }
                                }
                              })
                              $(function() {
                                var errorinfo = "";
                                $("#register_view_register_116_277654930").submit(function(event) {
                                  event.stopPropagation();
                                  var that = this;
                                  var option = {};
                                  option.checkcode = $("#checkcode").val();
                                  option.timestamp = $("#w-reg-code-send_timestamp").val();
                                  option.userName = $("#username").val();
                                  if (!registerform.form()) {
                                    return false;
                                  }
                                  $.ajax({
                                    url: "/Customer/ValidateMemberRegisterCaptcha",
                                    dataType: "json",
                                    method: 'POST',
                                    data: option,
                                    success: function(data) {
                                      if (data) {
                                        $("#register-button_view_register_116_277654930").attr("disabled", true);
                                        $(that).ajaxSubmit({
                                          url: "/AjaxRegister",
                                          dataType: "json",
                                          type: "post",
                                          success: function(data) {
                                            if (data.isSuccess) {
                                              alert(data.successMsg);
                                              var tempurl = getQueryStringByName('returnurl');
                                              if ((tempurl == undefined || tempurl == "") && data.url) {
                                                tempurl = data.url;
                                              }
                                              location.href = tempurl ? tempurl : "../../customer/index";
                                            } else {
                                              alert(data.errorMsg);
                                              $("#register-button_view_register_116_277654930").attr("disabled", false);
                                              return;
                                            }
                                          },
                                          error: function(XmlHttpRequest, textStatus, errorThrown) {
                                            $("#register-button_view_register_116_277654930").attr("disabled", false);
                                            addCustomerError("username", 'Register Fail ,Please Try Again');
                                          }
                                        });
                                      } else {
                                        $("#checkcode").val('')
                                        addCustomerError("checkcode", "Verification code error");
                                      }
                                    }
                                  })
                                  return false;
                                });
                              });

                              function addCustomerError(target, message) {
                                if (registerform != undefined && registerform.errorContext.length > 0) {
                                  if ($(registerform.errorContext).children("label[for='" + target + "']").length > 0) {
                                    $($(registerform.errorContext).children("label[for='" + target + "']")[0]).text(message);
                                  } else {
                                    $(registerform.errorContext).append('<label for="' + target + '" generated="true" class="error">' + message + '</label>');
                                  }
                                  $($(registerform.errorContext).children("label[for='" + target + "']")[0]).show();
                                  $(registerform.errorContext).show();
                                } else {
                                  alert(message);
                                }
                              }
                              //官方网站False
                              jQuery.validator.addMethod("isMobileOrMobile", function(value, element) {
                                var length = value.length;
                                var reyx =
                                  /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/;
                                var result = false;
                                if (reyx.test($.trim(value))) {
                                  result = true;
                                }
                                return this.optional(element) || result;
                              }, "username is not Email validated!");
                            </script>
                          </div>
                        </div>
                      </div>
                      <script type="text/javascript">
                        function setLayoutHeight() {
                          var bannerheight = $("#view_banner_115_277654930").css("height");
                          $("#view_banner_115_277654930").children(".yibuFrameContent").css("height", bannerheight);
                        };
                      </script>
                    </div>
                  </div>
                  <div id="view_banner_117_277654930" class="yibuSmartViewMargin absPos" oldbottom="3755">
                    <div class="yibuFrameContent overflow_hidden banner_Style1_Item0 view_banner_117_277654930_Style1_Item0" style="height: 325px; width: 1920px; overflow: visible;">
                      <div id="fullScreen_view_banner_117_277654930" class="w_container_wrap renderfullScreen" style="left: 120px; width: 1800px; height: 325px;"></div>
                      <script>
                        $(function() {
                          setRenderFullScreen($('#view_banner_117_277654930'));
                        });
                      </script>
                      <div class="flowsmartView isflowcontainer w_container_content" refarea="Area_0" id="flowsmartView_117" style="width:1920px;">
                      </div>
                      <script type="text/javascript">
                        function setLayoutHeight() {
                          var bannerheight = $("#view_banner_117_277654930").css("height");
                          $("#view_banner_117_277654930").children(".yibuFrameContent").css("height", bannerheight);
                        };
                      </script>
                    </div>
                  </div>
                  <div id="view_banner_119_277654930" class="yibuSmartViewMargin absPos" oldbottom="4101">
                    <div class="yibuFrameContent overflow_hidden banner_Style1_Item0 view_banner_119_277654930_Style1_Item0" style="height: 349px; width: 1920px; overflow: visible;">
                      <div id="fullScreen_view_banner_119_277654930" class="w_container_wrap renderfullScreen" style="left: 121px; width: 1800px; height: 349px;"></div>
                      <script>
                        $(function() {
                          setRenderFullScreen($('#view_banner_119_277654930'));
                        });
                      </script>
                      <div class="flowsmartView isflowcontainer w_container_content" refarea="Area_0" id="flowsmartView_119" style="width:1920px;">
                      </div>
                      <script type="text/javascript">
                        function setLayoutHeight() {
                          var bannerheight = $("#view_banner_119_277654930").css("height");
                          $("#view_banner_119_277654930").children(".yibuFrameContent").css("height", bannerheight);
                        };
                      </script>
                    </div>
                  </div>
                  <div id="view_image_121_277654930" class="yibuSmartViewMargin absPos" oldbottom="5275">
                    <div class="yibuFrameContent overflow_hidden image_Style1_Item0 view_image_121_277654930_Style1_Item0" style="height:1197px;width:1920px;">
                      <div class="megwh" style="height:100%; width:100%;">
                        <a id="autosize_view_image_121_277654930" href="javascript:void(0);" target="_self" style="cursor:default;">
            <input id="w_view_image_121_277654930" type="hidden" value="1920">
            <input id="h_view_image_121_277654930" type="hidden" value="1197">
            <input id="canadjustwidth_view_image_121_277654930" type="hidden" value="False">
            <input id="canadjustheight_view_image_121_277654930" type="hidden" value="False">
                <img src="http://img1.wezhan.cn/content/sitefiles/91964/images/12649144_5_00809501-0b1d-48e3-afce-657ca055da15_resize_picture.jpeg" alt="" style="border:none; position:relative;">
            
        </a>
                      </div>
                    </div>
                  </div>
                  <div id="view_image_122_277654930" class="yibuSmartViewMargin absPos" oldbottom="5738">
                    <div class="yibuFrameContent overflow_hidden image_Style1_Item0 view_image_122_277654930_Style1_Item0" style="height:463px;width:1920px;">
                      <div class="megwh" style="height:100%; width:100%;">
                        <a id="autosize_view_image_122_277654930" href="javascript:void(0);" target="_self" style="cursor:default;">
            <input id="w_view_image_122_277654930" type="hidden" value="1920">
            <input id="h_view_image_122_277654930" type="hidden" value="463">
            <input id="canadjustwidth_view_image_122_277654930" type="hidden" value="False">
            <input id="canadjustheight_view_image_122_277654930" type="hidden" value="False">
                <img src="http://img1.wezhan.cn/content/sitefiles/91964/images/12649150_6_841b37e5-ca0d-4b30-8c57-70c5d8f3002e_resize_picture.jpeg" alt="" style="border:none; position:relative;">
            
        </a>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div style="width:100%;height:0px;background-color:;margin:0 auto;">
        <div class="footer page_footer yibuLayout_tempPanel" style="width:1248px;height:0px;background-color:;;">
          <div class="runTimeflowsmartView">
            <div id="view_banner_36_843" class="yibuSmartViewMargin absPos">
              <div class="yibuFrameContent overflow_hidden banner_Style1_Item0 view_banner_36_843_Style1_Item0" style="height: 448px; width: 1073px; overflow: visible;">
                <div id="fullScreen_view_banner_36_843" class="w_container_wrap renderfullScreen" style="left: -176px; width: 1800px; height: 448px;"></div>
                <script>
                  $(function() {
                    setRenderFullScreen($('#view_banner_36_843'));
                  });
                </script>
                <div class="flowsmartView isflowcontainer w_container_content" refarea="Area_0" id="flowsmartView_36" style="width:1073px;">
                  <div id="view_formtext_40_843" class="yibuSmartViewMargin absPos">
                    <div class="yibuFrameContent formtext_Style2_Item0 view_formtext_40_843_Style2_Item0">
                      <div class="w_form_input" data-style="Style2" style="width: 347px; height: 49px;">
                        <div class="form_item" style="padding-left:100px !important; ">
                          <label class="form_label" style="width:100px;margin-left:-110px !important;"> Name:</label>
                          <input type="text" placeholder="" class="form_input none  " name="view_formtext_40_843" style="width: 233px; color: rgb(171, 169, 177);">
                        </div>
                      </div>
                      <script>
                        $(function() {
                          $smartview = $("#view_formtext_40_843");
                          $smartview.find(".w_form_input").css('width', '347' + 'px').css('height', '49' + 'px');
                          var borderWidth = $smartview.find(".form_input").outerWidth(true) - $smartview.find(".form_input").width();
                          $smartview.find(".form_input").width($smartview.width() - $smartview.find(".form_label").width() - borderWidth);
                          jQuery.validator.addMethod("lengthCheck_view_formtext_40_843", function(value, element) {
                            var maxLen = parseInt('0');
                            var minLen = parseInt('0');
                            if (minLen == 0 && maxLen == 0) {
                              return true;
                            }
                            if (value.length > maxLen || value.length < minLen) {
                              return false;
                            } else return true;
                          }, jQuery.validator.format("请控制输入的字数在'0'与'0'个之间"));
                          if (!window.applicationCache) {
                            BindHoldPlace($smartview.find("input[type=text]"), "");
                          }
                        });
                      </script>
                    </div>
                  </div>
                  <div id="view_formtext_41_843" class="yibuSmartViewMargin absPos">
                    <div class="yibuFrameContent formtext_Style2_Item0 view_formtext_41_843_Style2_Item0">
                      <div class="w_form_input" data-style="Style2" style="width: 347px; height: 55px;">
                        <div class="form_item" style="padding-left:100px !important; ">
                          <label class="form_label" style="width:100px;margin-left:-110px !important;"> Tel:</label>
                          <input type="text" placeholder="" class="form_input none  " name="view_formtext_41_843" style="width: 233px; color: rgb(171, 169, 177);">
                        </div>
                      </div>
                      <script>
                        $(function() {
                          $smartview = $("#view_formtext_41_843");
                          $smartview.find(".w_form_input").css('width', '347' + 'px').css('height', '55' + 'px');
                          var borderWidth = $smartview.find(".form_input").outerWidth(true) - $smartview.find(".form_input").width();
                          $smartview.find(".form_input").width($smartview.width() - $smartview.find(".form_label").width() - borderWidth);
                          jQuery.validator.addMethod("lengthCheck_view_formtext_41_843", function(value, element) {
                            var maxLen = parseInt('0');
                            var minLen = parseInt('0');
                            if (minLen == 0 && maxLen == 0) {
                              return true;
                            }
                            if (value.length > maxLen || value.length < minLen) {
                              return false;
                            } else return true;
                          }, jQuery.validator.format("请控制输入的字数在'0'与'0'个之间"));
                          if (!window.applicationCache) {
                            BindHoldPlace($smartview.find("input[type=text]"), "");
                          }
                        });
                      </script>
                    </div>
                  </div>
                  <div id="view_formtext_42_843" class="yibuSmartViewMargin absPos">
                    <div class="yibuFrameContent formtext_Style2_Item0 view_formtext_42_843_Style2_Item0">
                      <div class="w_form_input" data-style="Style2" style="width: 347px; height: 64px;">
                        <div class="form_item" style="padding-left:100px !important; ">
                          <label class="form_label" style="width:100px;margin-left:-110px !important;"> Email:</label>
                          <input type="text" placeholder="" class="form_input none  " name="view_formtext_42_843" style="width: 233px; color: rgb(171, 169, 177);">
                        </div>
                      </div>
                      <script>
                        $(function() {
                          $smartview = $("#view_formtext_42_843");
                          $smartview.find(".w_form_input").css('width', '347' + 'px').css('height', '64' + 'px');
                          var borderWidth = $smartview.find(".form_input").outerWidth(true) - $smartview.find(".form_input").width();
                          $smartview.find(".form_input").width($smartview.width() - $smartview.find(".form_label").width() - borderWidth);
                          jQuery.validator.addMethod("lengthCheck_view_formtext_42_843", function(value, element) {
                            var maxLen = parseInt('0');
                            var minLen = parseInt('0');
                            if (minLen == 0 && maxLen == 0) {
                              return true;
                            }
                            if (value.length > maxLen || value.length < minLen) {
                              return false;
                            } else return true;
                          }, jQuery.validator.format("请控制输入的字数在'0'与'0'个之间"));
                          if (!window.applicationCache) {
                            BindHoldPlace($smartview.find("input[type=text]"), "");
                          }
                        });
                      </script>
                    </div>
                  </div>
                  <div id="view_formtextarea_43_843" class="yibuSmartViewMargin absPos" style="width: 427px; height: 146px;">
                    <div class="yibuFrameContent formtextarea_Style2_Item0 view_formtextarea_43_843_Style2_Item0">
                      <div class="w_form_textarea" data-style="Style2" style="width: 427px; height: 146px;">
                        <div class="form_item" style="padding-left:60px !important; font-size: 0;">
                          <label class="form_label" style="width: 60px; margin-left: -60px !important; line-height: 146px;"> Message: </label>
                          <textarea placeholder="" style="min-height: 40px; min-width: 150px; resize: none; width: 358px; height: 143px; color: rgb(171, 169, 177);" class="form_textarea  lengthCheck_view_formtextarea_43_843 " cols="60" rows="5"
                            name="view_formtextarea_43_843"></textarea>
                        </div>
                      </div>
                      <script>
                        $(function() {
                          var $smartview = $("#view_formtextarea_43_843");
                          $smartview.css('width', '427' + 'px').css('height', '146' + 'px');
                          $smartview.find(".w_form_textarea").css('width', '427' + 'px').css('height', '146' + 'px');
                          $smartview.find(".form_textarea").css('width', '427' + 'px').css('height', '146' + 'px');
                          $smartview.find(".form_label").css("line-height", 146 + "px");
                          var borderWidth = $smartview.find(".form_textarea").outerWidth(true) - $smartview.find(".form_textarea").width();
                          var borderHeight = $smartview.find(".form_textarea").outerHeight(true) - $smartview.find(".form_textarea").height();
                          var headerWidth = parseInt($smartview.find(".form_label").css("width").replace("px", ""));
                          $smartview.find(".form_textarea").width($smartview.width() - borderWidth - headerWidth);
                          $smartview.find(".form_textarea").height($smartview.height() - borderHeight);
                          jQuery.validator.addMethod("lengthCheck_view_formtextarea_43_843", function(value, element) {
                            var maxLen = parseInt('2000');
                            var minLen = parseInt('0');
                            if (minLen == 0 && maxLen == 0) {
                              return true;
                            }
                            if (value.length > maxLen || value.length < minLen) {
                              return false;
                            } else return true;
                          }, jQuery.validator.format("请控制输入的字数在'0'与'2000'个之间"));
                          if (!window.applicationCache) {
                            BindHoldPlace($smartview.find("textarea"), "");
                          }
                        });
                      </script>
                    </div>
                  </div>
                  <div id="view_submitbutton_44_843" class="yibuSmartViewMargin absPos">
                    <div class="yibuFrameContent overflow_hidden submitbutton_Style1_Item0 view_submitbutton_44_843_Style1_Item0" style="height:33px;width:118px;">
                      <div class="w_form_button" style="height: 33px ; line-height: 33px">
                        <a href="javascript:void(0)" style="height: 33px ; line-height: 33px" class="w_form_button_link">

        <span class="w_form_button_icon" style="margin-right:0px"><i class="iconfont submit-icon"></i></span>
        <span class="w_form_button_text submit-text">SUBMIT</span>
    </a>
                      </div>
                      <script type="text/javascript">
                        function SetCookie(name, value) {
                          var Days = 30; //此 cookie 将被保存 30 天
                          var exp = new Date();
                          exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000);
                          document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString();
                        }
                        $(function() {
                          if ("false" == "false") {
                            $("#view_submitbutton_44_843 .w_form_button_link").click(function() {
                              if ($("#pageForm").valid()) {
                                SetCookie("form", "alreadysubmit");
                                $(this).attr("disabled", "disabled").find(".w_form_button_text").text("SUBMITTING...");
                                $.post("../../Customer/FormPageSubmit", $("#pageForm").serialize(), function(data) {
                                  if (data == '1') {
                                    if ('Successfully sumitted,thanks for your  messages!' == '') {
                                      alert("表单已成功提交,谢谢您的参与");
                                    } else {
                                      alert('Successfully sumitted,thanks for your  messages!')
                                    }
                                    $("#formcookie").val(getCookie("form"));
                                    document.getElementById("pageForm").reset();
                                  } else {
                                    alert(data);
                                  }
                                  $("#view_submitbutton_44_843 .w_form_button_link").removeAttr("disabled").find(".w_form_button_text").text("SUBMIT");
                                })
                              }
                            })
                          }
                        })
                      </script>
                    </div>
                  </div>
                  <div id="view_text_37_843" class="yibuSmartViewMargin absPos">
                    <div class="yibuFrameContent overflow_hidden text_Style1_Item0 view_text_37_843_Style1_Item0" style="height:57px;width:462px;">
                      <style type="text/css">
                        #view_text_37_843_txt ul {
                          padding-left: 20px;
                        }
                      </style>
                      <div id="view_text_37_843_txt" style="cursor:default; height:100%; width:100%;">
                        <div class="editableContent " style="line-height:1.5;">
                          <p><span style="background-color: rgb(0, 0, 0); color: rgb(242, 242, 242);"><strong><span style="background-color: rgb(0, 0, 0); font-family: Arial; letter-spacing: 0px; font-size: 30px;">CONTACT US</span></strong></span>
                          </p>
                        </div>
                      </div>
                      <script>
                        Pagination('view_text_37_843_txt', "First", "Last", "Previous", "Next", textPageCallbackview_text_37_843);

                        function textPageCallbackview_text_37_843() {
                          $(".absPos").each(function() {
                            $(this).removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '')
                          });
                          if ($("#view_text_37_843").parent(".w_tab_container_item ").length > 0) {
                            $("#view_text_37_843").parent(".w_tab_container_item ").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          if ($("#view_text_37_843").parents(".w_tab_container").length > 0) {
                            $("#view_text_37_843").parents(".w_tab_container").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          if ($("#view_text_37_843").parents(".w_tab").length > 0) {
                            $("#view_text_37_843").parents(".w_tab").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          yiburecomputeLayoutHeight();
                          initScrollHeight_view_text_37_843();
                        }

                        function initScrollHeight_view_text_37_843() {
                          var currentHeight = $("#view_text_37_843").height();
                          var oldHeight = window["view_text_37_843" + "_height"];
                          window["view_text_37_843" + "_height"] = currentHeight;
                          if (oldHeight != undefined) {
                            var subtract = currentHeight - oldHeight;
                            if (subtract < 0) {
                              if ($("#view_text_37_843").parents(".mainSamrtView").length > 0) {
                                $("#view_text_37_843").parents(".mainSamrtView").each(function() {
                                  if ($(this).attr("style") != undefined && $(this).attr("style").toLowerCase().indexOf('height') > -1) {
                                    var height = $(this).height();
                                    var oheight = $(this).attr("oheight");
                                    var expandh = $(this).attr("expandh");
                                    if (oheight != undefined && expandh != undefined) {
                                      oheight = parseInt(oheight);
                                      expandh = parseInt(expandh);
                                      expandh = expandh + subtract;
                                      var newHeight = oheight + expandh;
                                      $(this).height(newHeight);
                                      $(this).attr("expandh", expandh);
                                      if ($(this).children(".yibuFrameContent").length > 0) {
                                        if ($(this).children(".yibuFrameContent").attr("style") != undefined && $(this).children(".yibuFrameContent").attr("style").toLowerCase().indexOf('height') > -1) {
                                          $(this).children(".yibuFrameContent").height(newHeight);
                                        }
                                      }
                                    }
                                  }
                                });
                              }
                            }
                          }
                          var $txtControl = $('#view_text_37_843');
                          $txtControl.find('img').css({
                            'max-width': $txtControl.width() + 'px'
                          });
                        }
                        $('#view_text_37_843').each(function() {
                          $(this).find('img').css({
                            'max-width': $(this).width() + 'px'
                          });
                        });
                        $(function() {
                          window["view_text_37_843" + "_height"] = $("#view_text_37_843").height();
                          $('#view_text_37_843').each(function() {
                            $(this).find('img').css({
                              'max-width': $(this).width() + 'px'
                            });
                          });
                        });
                      </script>
                    </div>
                  </div>
                  <div id="view_text_38_843" class="yibuSmartViewMargin absPos">
                    <div class="yibuFrameContent overflow_hidden text_Style1_Item0 view_text_38_843_Style1_Item0" style="height:202px;width:380px;">
                      <style type="text/css">
                        #view_text_38_843_txt ul {
                          padding-left: 20px;
                        }
                      </style>
                      <div id="view_text_38_843_txt" style="cursor:default; height:100%; width:100%;">
                        <div class="editableContent " style="line-height:1.5;">
                          <p style="line-height: 2em;"><span style="font-size: 14px; color: rgb(255, 255, 255); font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Add:20C,Silver Bay Plaza, No.299,Mid.Yanjiang Rd,Yuexiu
                              Dist,Guangzhou,510000,China</span></p>
                          <p style="line-height: 2em;"><span style="font-size: 14px; color: rgb(255, 255, 255); font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Tel:+86 20 8944 8846</span></p>
                          <p style="line-height: 2em;"><span style="font-size: 14px; color: rgb(255, 255, 255); font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Fax : +86 20 8944 8849</span></p>
                          <p style="line-height: 2em;"><span style="font-size: 14px; color: rgb(255, 255, 255); font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Website:www.homeycons.com&nbsp;</span></p>
                          <p style="line-height: 2em;"><span style="font-size: 14px; color: rgb(255, 255, 255); font-family: 微软雅黑, &quot;Microsoft YaHei&quot;;">Email:info@homeycons.com</span></p>
                          <p><br></p>
                        </div>
                      </div>
                      <script>
                        Pagination('view_text_38_843_txt', "First", "Last", "Previous", "Next", textPageCallbackview_text_38_843);

                        function textPageCallbackview_text_38_843() {
                          $(".absPos").each(function() {
                            $(this).removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '')
                          });
                          if ($("#view_text_38_843").parent(".w_tab_container_item ").length > 0) {
                            $("#view_text_38_843").parent(".w_tab_container_item ").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          if ($("#view_text_38_843").parents(".w_tab_container").length > 0) {
                            $("#view_text_38_843").parents(".w_tab_container").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          if ($("#view_text_38_843").parents(".w_tab").length > 0) {
                            $("#view_text_38_843").parents(".w_tab").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          yiburecomputeLayoutHeight();
                          initScrollHeight_view_text_38_843();
                        }

                        function initScrollHeight_view_text_38_843() {
                          var currentHeight = $("#view_text_38_843").height();
                          var oldHeight = window["view_text_38_843" + "_height"];
                          window["view_text_38_843" + "_height"] = currentHeight;
                          if (oldHeight != undefined) {
                            var subtract = currentHeight - oldHeight;
                            if (subtract < 0) {
                              if ($("#view_text_38_843").parents(".mainSamrtView").length > 0) {
                                $("#view_text_38_843").parents(".mainSamrtView").each(function() {
                                  if ($(this).attr("style") != undefined && $(this).attr("style").toLowerCase().indexOf('height') > -1) {
                                    var height = $(this).height();
                                    var oheight = $(this).attr("oheight");
                                    var expandh = $(this).attr("expandh");
                                    if (oheight != undefined && expandh != undefined) {
                                      oheight = parseInt(oheight);
                                      expandh = parseInt(expandh);
                                      expandh = expandh + subtract;
                                      var newHeight = oheight + expandh;
                                      $(this).height(newHeight);
                                      $(this).attr("expandh", expandh);
                                      if ($(this).children(".yibuFrameContent").length > 0) {
                                        if ($(this).children(".yibuFrameContent").attr("style") != undefined && $(this).children(".yibuFrameContent").attr("style").toLowerCase().indexOf('height') > -1) {
                                          $(this).children(".yibuFrameContent").height(newHeight);
                                        }
                                      }
                                    }
                                  }
                                });
                              }
                            }
                          }
                          var $txtControl = $('#view_text_38_843');
                          $txtControl.find('img').css({
                            'max-width': $txtControl.width() + 'px'
                          });
                        }
                        $('#view_text_38_843').each(function() {
                          $(this).find('img').css({
                            'max-width': $(this).width() + 'px'
                          });
                        });
                        $(function() {
                          window["view_text_38_843" + "_height"] = $("#view_text_38_843").height();
                          $('#view_text_38_843').each(function() {
                            $(this).find('img').css({
                              'max-width': $(this).width() + 'px'
                            });
                          });
                        });
                      </script>
                    </div>
                  </div>
                  <div id="view_text_39_843" class="yibuSmartViewMargin absPos">
                    <div class="yibuFrameContent overflow_hidden text_Style1_Item0 view_text_39_843_Style1_Item0" style="height:31px;width:408px;">
                      <style type="text/css">
                        #view_text_39_843_txt ul {
                          padding-left: 20px;
                        }
                      </style>
                      <div id="view_text_39_843_txt" style="cursor:default; height:100%; width:100%;">
                        <div class="editableContent " style="line-height:1.5;">
                          <p><span style="font-family: 微软雅黑, &quot;Microsoft YaHei&quot;; color: rgb(242, 242, 242); font-size: 24px;">Homey Construction Limited</span></p>
                        </div>
                      </div>
                      <script>
                        Pagination('view_text_39_843_txt', "First", "Last", "Previous", "Next", textPageCallbackview_text_39_843);

                        function textPageCallbackview_text_39_843() {
                          $(".absPos").each(function() {
                            $(this).removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '')
                          });
                          if ($("#view_text_39_843").parent(".w_tab_container_item ").length > 0) {
                            $("#view_text_39_843").parent(".w_tab_container_item ").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          if ($("#view_text_39_843").parents(".w_tab_container").length > 0) {
                            $("#view_text_39_843").parents(".w_tab_container").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          if ($("#view_text_39_843").parents(".w_tab").length > 0) {
                            $("#view_text_39_843").parents(".w_tab").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          yiburecomputeLayoutHeight();
                          initScrollHeight_view_text_39_843();
                        }

                        function initScrollHeight_view_text_39_843() {
                          var currentHeight = $("#view_text_39_843").height();
                          var oldHeight = window["view_text_39_843" + "_height"];
                          window["view_text_39_843" + "_height"] = currentHeight;
                          if (oldHeight != undefined) {
                            var subtract = currentHeight - oldHeight;
                            if (subtract < 0) {
                              if ($("#view_text_39_843").parents(".mainSamrtView").length > 0) {
                                $("#view_text_39_843").parents(".mainSamrtView").each(function() {
                                  if ($(this).attr("style") != undefined && $(this).attr("style").toLowerCase().indexOf('height') > -1) {
                                    var height = $(this).height();
                                    var oheight = $(this).attr("oheight");
                                    var expandh = $(this).attr("expandh");
                                    if (oheight != undefined && expandh != undefined) {
                                      oheight = parseInt(oheight);
                                      expandh = parseInt(expandh);
                                      expandh = expandh + subtract;
                                      var newHeight = oheight + expandh;
                                      $(this).height(newHeight);
                                      $(this).attr("expandh", expandh);
                                      if ($(this).children(".yibuFrameContent").length > 0) {
                                        if ($(this).children(".yibuFrameContent").attr("style") != undefined && $(this).children(".yibuFrameContent").attr("style").toLowerCase().indexOf('height') > -1) {
                                          $(this).children(".yibuFrameContent").height(newHeight);
                                        }
                                      }
                                    }
                                  }
                                });
                              }
                            }
                          }
                          var $txtControl = $('#view_text_39_843');
                          $txtControl.find('img').css({
                            'max-width': $txtControl.width() + 'px'
                          });
                        }
                        $('#view_text_39_843').each(function() {
                          $(this).find('img').css({
                            'max-width': $(this).width() + 'px'
                          });
                        });
                        $(function() {
                          window["view_text_39_843" + "_height"] = $("#view_text_39_843").height();
                          $('#view_text_39_843').each(function() {
                            $(this).find('img').css({
                              'max-width': $(this).width() + 'px'
                            });
                          });
                        });
                      </script>
                    </div>
                  </div>
                  <div id="view_text_45_843" class="yibuSmartViewMargin absPos">
                    <div class="yibuFrameContent overflow_hidden text_Style1_Item0 view_text_45_843_Style1_Item0" style="height:33px;width:1000px;">
                      <style type="text/css">
                        #view_text_45_843_txt ul {
                          padding-left: 20px;
                        }
                      </style>
                      <div id="view_text_45_843_txt" style="cursor:default; height:100%; width:100%;">
                        <div class="editableContent " style="line-height:1.5;">
                        </div>
                      </div>
                      <script>
                        Pagination('view_text_45_843_txt', "First", "Last", "Previous", "Next", textPageCallbackview_text_45_843);

                        function textPageCallbackview_text_45_843() {
                          $(".absPos").each(function() {
                            $(this).removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '')
                          });
                          if ($("#view_text_45_843").parent(".w_tab_container_item ").length > 0) {
                            $("#view_text_45_843").parent(".w_tab_container_item ").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          if ($("#view_text_45_843").parents(".w_tab_container").length > 0) {
                            $("#view_text_45_843").parents(".w_tab_container").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          if ($("#view_text_45_843").parents(".w_tab").length > 0) {
                            $("#view_text_45_843").parents(".w_tab").removeAttr("oldbottom").removeAttr("expandh").removeAttr("oheight").removeAttr("cheight").css("min-height", '').css("height", '').css("top", '');
                          }
                          yiburecomputeLayoutHeight();
                          initScrollHeight_view_text_45_843();
                        }

                        function initScrollHeight_view_text_45_843() {
                          var currentHeight = $("#view_text_45_843").height();
                          var oldHeight = window["view_text_45_843" + "_height"];
                          window["view_text_45_843" + "_height"] = currentHeight;
                          if (oldHeight != undefined) {
                            var subtract = currentHeight - oldHeight;
                            if (subtract < 0) {
                              if ($("#view_text_45_843").parents(".mainSamrtView").length > 0) {
                                $("#view_text_45_843").parents(".mainSamrtView").each(function() {
                                  if ($(this).attr("style") != undefined && $(this).attr("style").toLowerCase().indexOf('height') > -1) {
                                    var height = $(this).height();
                                    var oheight = $(this).attr("oheight");
                                    var expandh = $(this).attr("expandh");
                                    if (oheight != undefined && expandh != undefined) {
                                      oheight = parseInt(oheight);
                                      expandh = parseInt(expandh);
                                      expandh = expandh + subtract;
                                      var newHeight = oheight + expandh;
                                      $(this).height(newHeight);
                                      $(this).attr("expandh", expandh);
                                      if ($(this).children(".yibuFrameContent").length > 0) {
                                        if ($(this).children(".yibuFrameContent").attr("style") != undefined && $(this).children(".yibuFrameContent").attr("style").toLowerCase().indexOf('height') > -1) {
                                          $(this).children(".yibuFrameContent").height(newHeight);
                                        }
                                      }
                                    }
                                  }
                                });
                              }
                            }
                          }
                          var $txtControl = $('#view_text_45_843');
                          $txtControl.find('img').css({
                            'max-width': $txtControl.width() + 'px'
                          });
                        }
                        $('#view_text_45_843').each(function() {
                          $(this).find('img').css({
                            'max-width': $(this).width() + 'px'
                          });
                        });
                        $(function() {
                          window["view_text_45_843" + "_height"] = $("#view_text_45_843").height();
                          $('#view_text_45_843').each(function() {
                            $(this).find('img').css({
                              'max-width': $(this).width() + 'px'
                            });
                          });
                        });
                      </script>
                    </div>
                  </div>
                </div>
                <script type="text/javascript">
                  function setLayoutHeight() {
                    var bannerheight = $("#view_banner_36_843").css("height");
                    $("#view_banner_36_843").children(".yibuFrameContent").css("height", bannerheight);
                  };
                </script>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * HOME


 * ABOUT US


 * PRODUCT


 * NEWS


 * CONTACT US

 * 简体中文
 * English
 * 日文

 * 1
 * 2
 * 3

 * 
 * 
 * 

 * Homey 80 General Purpose PU Foam
   
 * Homey 71 Multi-Purpose Foam
   
 * Homey 30 Multi-Use PU foam
   
 * Homey 50 Mega Yield Foam
   


 * Homey 860 Multi-Use Sealant
   
 * Homey 880 Silicone Building Sealant
   
 * Homey 650 General Purpose Silicone
   
 * Homey 660 Fast cure Sealant
   


 * Homey 680 Premium Silicone
   
 * Homey 966 Weatherproof Sealant
   
 * Homey 977 Glass Panel Silicone
   
 * Homey 988 Structural Sealant
   




用户名
verification code

send
密码
Confirm密码

have an account, to log on




Name:
Tel:
Email:
Message:
SUBMIT

CONTACT US

Add:20C,Silver Bay Plaza, No.299,Mid.Yanjiang Rd,Yuexiu
Dist,Guangzhou,510000,China

Tel:+86 20 8944 8846

Fax : +86 20 8944 8849

Website:www.homeycons.com 

Email:info@homeycons.com




Homey Construction Limited



谢谢您的光临,该表单已结束收集

返回首页
本网站由阿里云提供云计算及安全服务 Powered by CloudDream