var wd = {
  web_site_name: "西安浐河自动化工程有限公司",
  index_page_id: "c_portalResEbizads_banner-16303358479688644",
  is_scroll_ani: true,
  is_title_ani: false,
  wc: "wd-current",
  is_history_scroll_restoration: true,
  nav_selector: ".wd-nav nav .wd-item > a",
  right_float_config: {
    tel: "029-89682671",
    email: "chanhe6666@aliyun.com",
    message: "/contact.html"
  },
  block_phone: {
    sign: false
  },
  block_links: {
    sign: false
  }
};
wd.index = function() {
  if($(window).width() > 769) {
    wd.body.addClass("wd-pc");
  }
  if (wd.is_home()) {
    wd.block_phone.sign && wd.block_phone.block();
    wd.block_links.sign && wd.block_links.block();
    wd.body.addClass("wd-index");
    
    $(".wd-20210910104534 .wd-item, .wd-20210910151515 .wd-item").css("cursor", "pointer").click(function() {
      location.href = $(this).find("a").attr("href");
    });
    
    $(".wd-20210910103512 .wd-left .wd-item:nth-child(2) p").each(function() {
      let a = $(this);
      let text = a.text();
      a.empty();
      $.each(text.split(""), function(i,v) {
        a.append("<span>"+v+"</span>");
      });
    });
    
    $(".wd--wrapper").each(function() {
      $(this).children().wrapAll($("<div>").addClass("wd-wrapper"));
    });
    $(".wd-20210910104534, .wd-20210910103512").addClass("wd-section").each(function() {
      $(this).children().wrapAll($("<div>").addClass("wd-wrapper"));
    });
    
    $(".wd-20210910103512 .wd-left .wd-item:nth-child(1) a").each(function() {
      $(this).prepend($(".wd-icons .wd-about").find("svg").eq($(this).index()).clone());
    });
    $("#content_box-1631254621254-0").children().each(function() {
      $(this).addClass("wd-20210910152350").prepend($(".wd-icons .wd-footer-contact").find("svg").eq($(this).index()).clone());
    });
    $("#content_box-1631254753726-1").children().each(function() {
      $(this).addClass("wd-20210910153517").prepend($(".wd-icons .wd-footer-download").find("svg").clone());
    });
    
    $(".wd-news-category-container").each(function() {
      $(this).append($(".wd-news-category").children());
    });
    
    $(".wd-20210910151515 .wd-content").each(function() {
      if($(window).width() < 768) {
        return;
      }
      var content = $(this);
      content.addClass("wd-overflow-hidden");
      content.children().wrapAll("<div class='wd-scroll-container'><div class='wd-scroll-wrapper'></div></div>");
      var ul = content.find(".wd-scroll-container");
      var wrapper = content.find(".wd-scroll-wrapper");
      var li = ul.children().children();
      var speed = 1;
      var left = 0;
      ul.children().append(li.clone());    
      ul.children().append(li.clone());
      var width = $(window).width();
      ul = ul.get(0);
      var timer;
      function run() {
        width = wrapper.width() / 3;
        if (left > width) {
          left = 0
        }
        left += speed;
        ul.style.left = -left + "px";
        timer = requestAnimationFrame(run);
      }
      timer = requestAnimationFrame(run);
      content.hover(function() {
        cancelAnimationFrame(timer); 
      }, function() {
        timer = requestAnimationFrame(run);
      });

    });
    
    $("#w_fbtn-1631062873947").addClass("wd-white");
    
    $("#w_common_text-1630336009951,#w_common_text-1630339222494,#w_common_text-1630339395088,#w_common_text-1631061699258").addClass("wd-title-animation").each(function() {
      $(this).find("span").last().addClass("wd-wrapper").each(function() {
        let text = $(this).text();
        $(this).html("<span>" + text.split("").join("</span><span>") + "</span>");
      });
    });

    if (wd.is_scroll_ani) {
      var _sa = wd.scroll_ani();
      _sa.add("#c_portalResNews_category-16310617780353226 a");
      _sa.add("#c_portalResNews_list-16310618203137256 .wd-item");
      _sa.add(".wd-20210910103512");
      _sa.add(".wd-title h2");
      _sa.add(".wd-title .wd-summary");
      _sa.add(".wd-20210910104534 .wd-more");
      _sa.add(".wd-content");
      _sa.add(".wd-content a");
      _sa.add(".wd-20210910141836");
      _sa.add("#w_grid-1631254621254 > .w_grid > .p_gridbox:nth-child(1) > div");
      _sa.add("#w_grid-1598083861428 > .w_grid > .p_gridbox:nth-child(1) > .p_gridCell:nth-child(1)");
      _sa.add(".wd-footer-nav li");
      _sa.add("#w_grid-1631083592053");
      _sa.init();
    }

    $("#c_portalResEbizads_banner-16303358479688644").each(function() {
      var items = $(this).find(".wd-item");
      items.first().addClass(wd.wc);
      var words = $("<div>").addClass("wd-20210831084202");
      words.append("<h1>专注于为客户开发生产<br>自动化仪表及自动化控制系统</h1>").append("<p>Focus on the development and production of automated instruments and automated control systems for customers</p>").append("<span>公司生产的工业参数显示器、数字化仪表墙、数字显示系列仪表、智能电力监测仪、氧化锆氧量分析仪、电机保护器、软起动器等产品</span>");
      let words2 = $("<div>").addClass('wd-20210908004139');
      words2.append("<p>产品服务于全国各个省份，并出口到俄罗斯、波黑、印度、朝鲜、孟加拉、伊拉克、巴基斯坦、越南、泰国、印度尼西亚、缅甸、巴西、哥伦比亚、乌兹别克斯坦等多个国家和地区。</p>");
      $(this).append(words).append(words2);
    });

    $(".wd-20210910104534 .wd-content").each(function() {
      if($(window).width() < 768) {
        return;
      }
      let a = $(this);
      a.find(".wd-item").addClass("swiper-slide").wrapAll("<div class='wd-container'><div class='swiper-container'><div class='swiper-wrapper'></div></div><div class='wd-prev'></div><div class='wd-next'></div></div>");
      a.find(".wd-prev,.wd-next").append('<svg t="1625025210155" class="icon" viewBox="0 0 1114 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2516" width="200" height="200"><path d="M-6.0e-06 47.371914" p-id="2517"></path><path d="M831.827183 1000.963331 393.116373 593.833797c-2.668783-1.490957-66.290799-59.328223-66.837244-59.854203-6.311753-5.762237-9.534144-13.56597-9.073656-21.933545-0.436952-8.063653 2.464121-15.573697 8.18645-21.263279l-0.033769-0.095167c-0.155543-0.430812-0.201591-0.560772 30.609135-26.109658L831.756575 23.093974c6.01704-5.600555 13.994736-8.6848 22.463618-8.6848 8.467859 0 16.445554 3.084245 22.459524 8.682753 6.070252 5.54939 9.426697 12.93152 9.450233 20.786419 0.024559 7.916297-3.330862 15.394618-9.448186 21.055548L394.87953 512.025583 876.68074 959.045639c6.076392 5.591345 9.435906 13.008268 9.458419 20.884656 0.024559 7.90504-3.309372 15.374152-9.386788 21.033036-6.013971 5.563716-13.989619 8.626471-22.459524 8.626471C845.822942 1009.589802 837.845247 1006.527047 831.827183 1000.963331z" p-id="2518"></path><path d="M876.414681 959.335235 876.414681 959.335235c12.4301 11.43954 12.4301 29.830399 0.070608 41.339524-12.283768 11.362792-32.099069 11.362792-44.39 0L393.309778 593.490989c-2.417049-1.349741-64.705698-57.812707-66.76459-59.802014-6.534833-5.964852-9.374508-13.849426-8.945743-21.663392-0.428765-7.883551 2.410909-15.769149 8.875135-21.735024 2.058892-1.987261-12.214183 9.380648 29.759791-25.424042L832.024681 23.381523c12.289907-11.438517 32.101115-11.438517 44.39 0 12.431124 11.363815 12.431124 29.759791 0 41.263799L394.301362 512.025583 876.414681 959.335235 876.414681 959.335235z" p-id="2519"></path></svg>');
      let swiper = new Swiper(".wd-20210910104534 .swiper-container",{
        slidesPerView: 'auto',
        loop: true
      });
      var auto = {
        timer: null,
        duration: 4000,
        start: function() {
          this.timer = setInterval(function() {
            swiper.slideNext(1000);
          }, this.duration);
        },
        stop: function() {
          clearInterval(this.timer);
        }
      }
      auto.start();
      a.hover(function() {
        auto.stop();
      }, function() {
        auto.start();
      });
      a.find(".wd-prev").click(function() {
        swiper.slidePrev();
      });
      a.find(".wd-next").click(function() {
        swiper.slideNext();
      });
    });

    $("#c_portalResProduct_list-16310613804048579 .wd-20210908091554").each(function() {
      var content = $(this);
      content.addClass("wd-overflow-hidden");
      content.find(".wd-item").wrapAll("<div class='wd-scroll-container'><div class='wd-scroll-wrapper'></div></div>");
      var ul = content.find(".wd-scroll-container");
      var wrapper = content.find(".wd-scroll-wrapper");
      var li = ul.children().children();
      var speed = 1;
      var left = 0;
      ul.children().append(li.clone());
      ul.children().append(li.clone());
      var width = $(window).width();
      ul = ul.get(0);
      var timer;

      function run() {
        width = wrapper.width() / 3;
        if (left > width) {
          left = 0
        }
        left += speed;
        ul.style.left = -left + "px";
        timer = requestAnimationFrame(run);
      }
      timer = requestAnimationFrame(run);
      content.hover(function() {
        cancelAnimationFrame(timer);
      }, function() {
        timer = requestAnimationFrame(run);
      });
    });

    setTimeout(function() {
      wd.body.addClass("wd-show");
    }, 300);
  } else {
    if (!wd.block_links.sign) {
      wd.sub(wd.body);
    }
  }
}

wd.sub = function() {
  wd.block_phone.sign && wd.block_phone.block();
  wd.block_links.sign && wd.block_links.block();
  wd.body.addClass("wd-sub");
  wd.nav();
  if (wd.is_scroll_ani) {
    var _sa = wd.scroll_ani();
    _sa.add(".subpage_ad .ad-tit, .subpage_ad .ad-line, .subpage_ad .ad-sum");
    _sa.add(".wd-20210803180644");
    _sa.add("div[id*='_category-']");
    _sa.add("#c_portalResProduct_list-15586522526565849 .pro ul li");
    _sa.add("#c_portalResProduct_list-15992013195484847 .PhotoList_k1 li");
    _sa.add("#w_grid-1630545134456");
    _sa.add("#w_grid-1630572989485");
    _sa.add("#c_portalResProduct_list-15687684271323675 .proLi");
    _sa.add("#c_portalResNews_list-16306005336765937 .list");
    _sa.add("#c_portalResNews_list-16287497608888469");
    _sa.add("#c_portalResNews_list-16287497608888469 .new-list");
    _sa.add($("#c_portalResEmploy_detail-16306024599804362 .contentTop").children());
    _sa.add("#c_portalResEmploy_detail-16306024599804362 .contentMidle");
    _sa.add("#content_box-1558600138268-0");
    _sa.add("#w_grid-1589350507167");
    _sa.add("#w_grid-1630485395054 > div > .p_gridbox");
    _sa.add("#w_grid-1630485395062 > div > .p_gridbox");
    _sa.add("#w_grid-1630485395072 > div > .p_gridbox");
    _sa.add("#content_box-1598083861428-0");
    _sa.add("#content_box-1598083861428-1");
    _sa.add("#w_grid-1630479629234");
    _sa.add("#w_grid-1630479512678");
    _sa.add(".wd-footer-nav li");
    _sa.add("#w_grid-1631267739250");
    _sa.add("#w_grid-1631268477535 > .w_grid > .p_gridbox:nth-child(1) > div");
    _sa.add("#c_portalResProduct_list-1631265454181 .pro ul li");
    _sa.add(".p_OccupyBox");
    _sa.add("#c_portalResProduct_list-16312657058265099 .pro ul li");
    _sa.add("#c_portalResProduct_list-16312656895448039 .pro ul li");
    _sa.add("#w_grid-1631293424540 p");
    _sa.add("#w_common_text-1631293548444 p");
    _sa.init();
  }
  
  (function() {
    let index = 50;
    let timer = setInterval(function() {
        $("img[lazy-src]").each(function() {
            $(this).attr("src", $(this).attr("lazy-src")).removeAttr("lazy-src");
        });
        index += 50;
        if (index > 1000) {
            clearInterval(timer);
        }
    }, index);
  })();

  
  $("#c_portalResProduct_list-15687684271323675").each(function() {
    setInterval(function() {
        $("img[src='/repository/image/8db05005-8208-4686-9173-86feda96152d.jpg']").attr("src", "/img/20211216151850.jpg");
    }, 1000 / 60);
  });
  
  $("div[class*='_category-']").each(function() {
    $(this).find("a").each(function() {
      if(location.href.indexOf($(this).attr("href")) != -1) {
        $(this).addClass("wd-current").parent().addClass("wd-current");
      }
    });
  });

  
  $("#content_box-1631254621254-0").children().each(function() {
    $(this).addClass("wd-20210910152350").prepend($(".wd-icons .wd-footer-contact").find("svg").eq($(this).index()).clone());
  });
  $("#content_box-1631254753726-1").children().each(function() {
    $(this).addClass("wd-20210910153517").prepend($(".wd-icons .wd-footer-download").find("svg").clone());
  });
  
  $("#w_common_text-1631295382111,#w_common_text-1631295638526,#w_common_text-1631295674079,#w_common_text-1631295674082,#w_common_text-1631295676895,#w_common_text-1631295676898,#w_common_text-1631295678303").addClass("wd-20210911014424").prepend('<svg t="1631295879658" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2307" width="200" height="200"><path d="M512 68.191C266.795 68.191 68.191 266.795 68.191 512S266.795 955.809 512 955.809 955.809 757.205 955.809 512 757.204 68.191 512 68.191z m0 133.142c73.45 0 133.142 59.693 133.142 133.143 0 73.672-59.692 133.142-133.142 133.142s-133.142-59.47-133.142-133.142c0-73.45 59.691-133.143 133.142-133.143z m0 630.209c-111.174 0-208.812-56.808-266.285-142.907C246.825 600.538 423.46 551.942 512 551.942s264.953 48.596 266.285 136.693C720.812 774.735 623.174 831.542 512 831.542z" fill="#666666" p-id="2308"></path></svg>');
  
  $("#w_common_text-1630479748826,#w_common_text-1631087497500,#w_common_text-1630485309489,#w_common_text-1630486444110,#w_common_text-1631091606317,#w_common_text-1630544205898,#w_common_text-1630601544374,#w_common_text-1630601544374,#w_common_text-1630601926220,#w_common_text-1630544357084,#w_common_text-1631266982038, #w_common_text-1630488152732, #w_common_text-1631267066305, #w_common_text-1631268040839, #w_common_text-1631268432172, #w_common_text-1631269091830, #w_common_text-1631265454161").addClass("wd-title-animation").each(function() {
      $(this).find("span").last().addClass("wd-wrapper").each(function() {
        let text = $(this).text();
        $(this).html("<span>" + text.split("").join("</span><span>") + "</span>");
      });
    });

  $("#w_common_text-1587700749293").addClass("wd-sub-title-ch");
  $("#w_common_text-1630544357084").addClass("wd-sub-title-en");

  $("#w_common_text-1630572561322 p").prepend('<svg t="1630572921535" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9061" width="200" height="200"><path d="M935.03 212.628c-28.659-28.662-75.123-28.662-103.78 0l-449.723 449.72L191.26 472.08c-28.66-28.655-75.124-28.655-103.784 0-28.656 28.662-28.656 75.124 0 103.786l242.16 242.156c28.657 28.654 75.123 28.654 103.781 0L935.03 316.404c28.66-28.66 28.66-75.122 0-103.776z" p-id="9062"></path></svg>');

  $("#w_grid-1630563566456 > .w_grid > .p_gridbox:nth-child(1)").each(function() {
    $(this).children().append('<svg t="1630571943683" class="icon" viewBox="0 0 1000 1000" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8339" width="200" height="200"><path d="M584.688 796.014l257.492-257.492c20.11-20.11 20.11-52.709 0-72.819l-257.492-257.492c-20.11-20.11-52.709-20.11-72.819 0s-20.11 52.709 0 72.819l169.585 169.585-493.664 0c-28.45300001 0-51.499 23.04599999-51.499 51.499s23.04599999 51.499 51.499 51.499l493.66399999 0-169.58499999 169.585c-10.043 10.042-15.089 23.226-15.089 36.41000001s5.021 26.367 15.089 36.40999999c20.11 20.11 52.709 20.11 72.819 0z" p-id="8340"></path></svg>');
  });

  $("#w_common_text-1630545098715").find("p").prepend('<svg t="1630547626321" class="icon" viewBox="0 0 1152 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6886" width="200" height="200"><path d="M960 731.456l192 73.088L576 1024l-576-219.456 192-73.088 384 146.24 384-146.24z m0-292.608L1152 512l-576 219.456L0 512l192-73.152 384 146.304 384-146.304zM576 0l576 219.456-576 219.392L0 219.52 576 0z" p-id="6887"></path></svg>');

  $("#content_box-1627001705654-1").children().eq(1).addClass("wd-dn");
  $("#content_box-1627001705654-0").children().first().addClass("wd-20210723091634").end().hover(function() {
    $(this).siblings().removeClass("wd-20210723091634");
    $(this).addClass("wd-20210723091634");
    $("#content_box-1627001705654-1").children().addClass("wd-dn").eq($(this).index()).removeClass("wd-dn");
  });

  $("#w_grid-1575256404955 > div > .p_gridbox").each(function() {
    var t = $(this);
    $(window).scroll(function() {
      if ($(window).scrollTop() > 50) {
        t.addClass("wd-dark");
      } else {
        t.removeClass("wd-dark");
      }
    });
  });

  $("#w_fimg-1575256423976").find("img").each(function() {
    $("<img>").attr("src", "/img/wd_logo_1.png").attr("alt", "logo").insertAfter($(this));
  });

  wd.mo(()=>{
    $(".iphone-fix > button").first().click(()=>{
      $(".iphone-position").addClass("iphone-left");
    }
    );
    $(".iphone-icon").click(()=>{
      $(".iphone-position").removeClass("iphone-left");
    }
    );
  }
  );
  setTimeout(function() {
    wd.body.addClass("wd-show");
  }, 300);
}

wd.mo = function(callback) {
  if ($(window).width() <= 768) {
    callback();
  }
}
wd.ls = (function() {
  return {
    set: function(a, b) {
      localStorage.setItem(a, b);
    },
    remove: function(a) {
      localStorage.removeItem(a);
    },
    get: function(a) {
      return localStorage.getItem(a);
    },
    is: function(callback) {
      if (this.get("wd")) {
        callback();
      }
    },
    auto: function() {
      this.set("wd", 1);
    }
  };
}
)();

wd.cursor = function() {
  if ($(window).width() < 768) {
    return;
  }
  var cursor = $("<div>").addClass("wd-cursor").append("<div class='wd-detail'>查看详情</div>").append("<div class='wd-img'></div>");
  wd.body.append(cursor);
  var _cursor = cursor.get(0);
  wd.body.get(0).addEventListener("mousemove", function(e) {
    _cursor.style.transform = "translate(" + e.clientX + "px, " + e.clientY + "px)";
  });
  $(".wd-20210910104534 .wd-content").addClass("wd-cursor-w").attr("wd-cursor-type", "wd-show-detail");
  $(".wd-20210910151515 .wd-content").addClass("wd-cursor-w").attr("wd-cursor-type", "wd-show-detail");
  $(".wd-20210908104008 .wd-content .wd-right").addClass("wd-cursor-w").attr("wd-cursor-type", "wd-show-img");
  let type;
  $(".wd-cursor-w").hover(function(e) {
    cursor.addClass("wd-show");
    type = $(this).attr("wd-cursor-type");
    cursor.addClass(type);
  }, function() {
    cursor.removeClass("wd-show");
    let type = $(this).attr("wd-cursor-type");
    if (type) {
      cursor.removeClass(type);
    }
  });

  let img;
  $(".wd-cursor-w").mousemove(function(e) {
    if (type) {
      if (type == "wd-show-img") {
        let src = $(e.target).attr("data-img-src");
        if (!src) {
          src = $(e.target).closest("[data-img-src]").attr("data-img-src");
        }
        if (src) {
          img = cursor.find(".wd-img").find("img");
          if (!img.length) {
            img = $("<img>").appendTo(cursor.find(".wd-img"));
          }
          img.attr("src", src);
        }
      }
    }
  });
}
;

wd.common = function() {
  
  if($(window).width() < 768) {
    $("#content_box-1631254621254-0").children().each(function() {
      $(this).find("a").addClass("wd-20220330102538").appendTo($(this).closest("div"));
    });
  }

  $("a, img").attr("draggable", false);
  
  $("#c_portalResnav_main-16303418539641084").each(function() {
    $(this).children().wrapAll($("<div/>").addClass('wd-20220323183257'));
  });
  
  $(".wd-20210910141836").each(function() {
    $(this).find("p").wrapAll("<div class='wd-item'></div>");
    var content = $(this);
    content.addClass("wd-overflow-hidden");
    content.children().wrapAll("<div class='wd-scroll-container'><div class='wd-scroll-wrapper'></div></div>");
    var ul = content.find(".wd-scroll-container");
    var wrapper = content.find(".wd-scroll-wrapper");
    var li = ul.children().children();
    var speed = 1;
    var left = 0;
    ul.children().append(li.clone());    
    ul.children().append(li.clone());
    ul.children().append(li.clone());
    ul.children().append(li.clone());
    var width = $(window).width();
    ul = ul.get(0);
    var timer;
    function run() {
      width = wrapper.width() / 5;
      if (left > width) {
        left = 0
      }
      left += speed;
      ul.style.left = -left + "px";
      timer = requestAnimationFrame(run);
    }
    timer = requestAnimationFrame(run);
    content.hover(function() {
      cancelAnimationFrame(timer); 
    }, function() {
      timer = requestAnimationFrame(run);
    });
  });

  // wd.cursor();

  wd.mo(()=>{
    $(".wd-nav").each(function() {
      $(this).append('<div class="wd-20210903170918 wd-scroll-animation wd-mo"><svg t="1630660142449" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2180" width="200" height="200"><path d="M968.533333 222.264889H54.556444A54.556444 54.556444 0 0 1 0 167.992889C0 138.126222 24.462222 113.777778 54.556444 113.777778h913.976889c29.923556 0 54.499556 24.348444 54.499556 54.215111a54.556444 54.556444 0 0 1-54.499556 54.272z m0 334.506667H54.556444A54.556444 54.556444 0 0 1 0 502.442667c0-29.866667 24.462222-54.272 54.556444-54.272h913.976889c29.923556 0 54.499556 24.405333 54.499556 54.272a54.556444 54.556444 0 0 1-54.499556 54.215111z m0 352.654222H54.556444A54.556444 54.556444 0 0 1 0 855.153778c0-29.866667 24.462222-54.215111 54.556444-54.215111h913.976889c29.923556 0 54.499556 24.348444 54.499556 54.215111a54.556444 54.556444 0 0 1-54.499556 54.272z" p-id="2181"></path></svg></div>');
      wd.delay(500, ()=>{
        $(this).find(".wd-20210903170918").addClass("wd-scrolled").click(function() {
          $(".wd-nav nav").each(function() {
            $(this).append('<div class="wd-close"><svg t="1630889413218" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2212" width="200" height="200"><path d="M0 512.279845C0 229.234931 229.375931 0 511.999845 0s511.999845 229.235931 511.999845 511.719845v0.56a511.068845 511.068845 0 0 1-149.806955 362.00589A511.603845 511.603845 0 0 1 511.999845 1023.99969C228.816931 1023.99969 0 794.762759 0 512.279845z m546.233835 0l178.827945-178.734946a23.272993 23.272993 0 0 0 0-33.13999l-1.093999-1.071a23.272993 23.272993 0 0 0-33.13999 0L511.999845 478.579855 333.171899 299.333909a23.272993 23.272993 0 0 0-33.13999 0l-1.093999 1.07a23.272993 23.272993 0 0 0 0 33.13999l178.827945 179.269946L298.93791 691.549791a23.272993 23.272993 0 0 0 0 33.11699l1.093999 1.093999a23.272993 23.272993 0 0 0 33.13999 0L511.999845 547.024834 690.826791 725.75978a23.272993 23.272993 0 0 0 33.13999 0l1.094999-1.093999a23.272993 23.272993 0 0 0 0-33.11699l-178.827945-179.269946z" p-id="2213"></path></svg></div>');
          }).addClass("wd-show").find(".wd-close").click(function() {
            $(this).parent().removeClass("wd-show");
          });
        });
      }
      );
    });
  }
  );

  wd.ls.is(function() {
    $(".w_grid-000,  .w_grid-001, .w_grid-002, .w_grid-003").find(" > div").each(function() {
      $(this).attr("data-wd-selector", "#" + $(this).parent().attr("id") + " > .w_grid");
      $(this).find(" > .p_gridbox").each(function(i) {
        $(this).attr("data-wd-selector", "#" + $(this).parent().parent().attr("id") + " > .w_grid > " + ".p_gridbox:nth-child(" + (i + 1) + ")");
        $(this).find("> .p_gridCell").each(function(j) {
          $(this).attr("data-wd-selector", "#" + $(this).parent().parent().parent().attr("id") + " > .w_grid > " + ".p_gridbox:nth-child(" + (i + 1) + ") > .p_gridCell:nth-child(" + (j + 1) + ")");
        });
      });
    });
  });

  wd.index();
  wd.right_float();

  if (wd.is_title_ani) {
    $("#w_common_text-1616486684666").addClass("wd-title-ani");
    $("#w_common_text-1616549940043").addClass("wd-title-ani");
    wd.title_ani();
  }

  if (wd.is_history_scroll_restoration) {
    history.scrollRestoration = 'manual';
  }

  wd.ls.is(function() {
    $("img").each(function() {
      return;
      console.log($(this).attr("alt") || "");
      console.log($(this).get(0));
      console.log("");
    });
  });
  $("a,img").removeAttr("title");

  $("#c_portalResnav_main-16039823873222163 .header .navbar_nav li a").removeAttr("target");
  $("#c_portalResnav_main-16039823873222163 .m_nav .ul li a").removeAttr("target");

  $("#c_portalResnav_main-15876886109640259").wrap("<div class='wd-footer'/>");

  wd.body.addClass("wd");
}

wd.nav = function() {
  var a = $(this.nav_selector);
  var index = 0;
  $("[dni]").first().each(function() {
    index = $(this).attr("dni") - 1;
  });
  a.eq(index).addClass("wd-current");
}

wd.is_home = function() {
  if (location.href.indexOf("/home.html") != -1 || location.pathname == "/" || (wd.index_page_id && $("#" + wd.index_page_id).length)) {
    return true;
  }
  return false;
}

wd.svg = {
  email: '<svg t="1594973009551" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2110" width="200" height="200"><path d="M1016.32 252.416C992.256 165.888 912.896 102.4 819.2 102.4H204.8C111.104 102.4 31.744 165.888 7.68 252.416 2.56 269.824 0 288.256 0 307.2v409.6c0 20.992 3.072 40.96 8.704 59.904C34.816 860.16 113.152 921.6 204.8 921.6h614.4c91.648 0 169.984-61.44 196.096-144.896 5.632-18.944 8.704-38.912 8.704-59.904V307.2c0-18.944-2.56-37.376-7.68-54.784zM204.8 163.84h614.4c72.192 0 132.096 53.76 141.824 122.88L655.36 478.72l-57.856 36.352L512 568.32l-85.504-53.76-57.856-35.84L62.976 286.72C72.704 217.6 132.608 163.84 204.8 163.84zM61.44 358.4l249.344 156.16L61.44 671.232V358.4z m757.76 501.76H204.8c-70.144 0-129.024-51.2-141.312-117.76L368.64 550.912l114.176 71.68c8.192 5.12 18.432 7.68 29.184 7.68s20.992-2.56 29.184-7.68l114.176-71.68 304.64 190.976C948.224 808.96 889.344 860.16 819.2 860.16z m143.36-188.928l-249.344-156.16L962.56 358.4v312.832z" p-id="2111"></path></svg>',
  phone: '<svg t="1594973133045" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2824" width="200" height="200"><path d="M701.194 460.063c0 18.55 12.35 30.899 30.9 30.899s30.899-12.35 30.899-30.9c-0.292-102.302-83.16-185.164-185.462-185.456-18.55 0-30.9 12.35-30.9 30.904 0 18.55 12.401 30.9 30.9 30.9 68.219 0.189 123.474 55.439 123.663 123.653z m123.658 0c0 18.55 12.35 30.899 30.9 30.899s30.899-12.35 30.899-30.9c0-169.983-139.131-309.114-309.115-309.114-18.55 0-30.9 12.4-30.9 30.95 0 18.555 12.401 30.905 30.9 30.905 136.008 0 247.316 111.303 247.316 247.26z m-417.295-108.18c34.028-33.977 37.105-86.554 6.2-123.654l-95.83-120.53c-30.9-40.176-89.626-46.377-129.854-15.478-3.077 3.124-6.15 3.124-6.15 6.2l-83.48 83.477c-80.354 80.354 34.027 296.714 241.156 503.793C546.637 892.78 759.87 1004.083 840.223 926.8l83.481-83.48c37.1-37.1 37.1-95.827 0-129.808l-6.154-6.2-120.581-95.826c-37.048-30.9-89.574-27.827-123.607 6.2l-52.531 52.577c-55.65-34.027-105.099-71.127-148.398-114.375-43.254-43.305-80.308-92.76-114.33-148.409l49.454-55.598z m-43.254-83.477c9.278 12.4 9.278 30.95-3.123 40.222l-68.004 71.081a32.855 32.855 0 0 0-6.149 37.105A801.89 801.89 0 0 0 423.03 599.148 801.71 801.71 0 0 0 605.358 735.15a32.86 32.86 0 0 0 37.105-6.2l71.08-71.081c12.401-12.355 27.828-12.355 40.223-3.077l120.53 98.903s3.072 0 3.072 3.072a29.88 29.88 0 0 1 0 43.305l-83.476 83.481c-40.126 40.13-231.783-61.85-414.167-241.162C197.396 463.14 98.493 268.457 138.67 228.229l86.508-86.553c12.4-9.278 34.027-9.278 43.3 6.2l95.83 120.581v-0.051z" p-id="2825"></path></svg>',
  message: '<svg t="1594973173377" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3566" width="200" height="200"><path d="M764.416 518.144c-33.28 0-60.416-27.648-60.416-61.44s27.136-61.44 60.416-61.44c33.28 0 60.416 27.648 60.416 61.44 0 34.304-27.136 61.44-60.416 61.44z" fill="#333333" p-id="3567"></path><path d="M814.592 457.216c0 28.16-22.528 51.2-50.176 51.2s-50.176-23.04-50.176-51.2 22.528-51.2 50.176-51.2 50.176 23.04 50.176 51.2zM523.264 518.144c-33.28 0-60.416-27.648-60.416-61.44s27.136-61.44 60.416-61.44c33.28 0 60.416 27.648 60.416 61.44 0.512 34.304-27.136 61.44-60.416 61.44z" fill="#333333" p-id="3568"></path><path d="M573.952 457.216c0 28.16-22.528 51.2-50.176 51.2s-50.176-23.04-50.176-51.2 22.528-51.2 50.176-51.2c27.136 0 50.176 23.04 50.176 51.2zM282.624 523.776h-5.632c-17.92-1.536-33.792-9.728-45.056-23.552-11.264-13.312-16.896-30.72-15.36-48.64 1.536-17.92 9.728-33.792 23.552-45.056 12.288-10.24 27.136-15.872 43.008-15.872h5.632c17.92 1.536 33.792 9.728 45.056 23.552 11.264 13.824 16.896 30.72 15.36 48.64-1.536 17.92-9.728 33.792-23.552 45.056-12.288 10.24-27.136 15.872-43.008 15.872z" fill="#333333" p-id="3569"></path><path d="M338.432 462.336c-1.536 14.848-8.192 28.16-19.968 37.888-10.24 8.704-23.04 13.312-36.352 13.312h-5.12c-14.848-1.536-28.672-8.192-37.888-19.968-9.728-11.264-14.336-26.112-12.8-40.96 1.024-14.848 8.192-28.672 19.456-38.4 10.24-8.704 23.04-13.312 36.352-13.312h5.12c14.848 1.536 28.16 8.192 37.888 19.968 10.24 11.776 14.848 26.112 13.312 41.472z" fill="#333333" p-id="3570"></path><path d="M230.912 938.496l-1.536-113.664C118.784 807.936 33.792 711.68 33.792 596.48V331.776c0-127.488 103.424-230.912 230.912-230.912h511.488c127.488 0 230.912 103.424 230.912 230.912v264.704c0 127.488-103.424 230.912-230.912 230.912H479.744c-10.24 0-20.48 3.584-28.672 10.24l-160.768 128.512c-23.552 19.456-58.88 2.56-59.392-27.648z m33.792-765.952c-88.064 0-159.232 71.168-159.232 159.232v264.704c0 88.064 71.168 159.232 159.232 159.232h2.56c17.92 0 32.768 14.336 32.768 32.768l1.024 77.312 124.416-99.328c8.192-6.656 18.432-10.24 28.672-10.24h321.536c88.064 0 159.232-71.168 159.232-159.232V331.776c0-88.064-71.168-159.232-159.232-159.232H264.704z" fill="#333333" p-id="3571"></path></svg>',
  back_top: '<svg t="1594973239060" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4657" width="200" height="200"><path d="M896 80.5H128c-17.7 0-32 14.3-32 32s14.3 32 32 32h768c17.7 0 32-14.3 32-32s-14.3-32-32-32zM535.3 217.2c-12.6-12.6-33-12.6-45.6 0-2 2.1-3.8 4.3-5.1 6.7l-312 312c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L480 319v593.5c0 17.7 14.3 32 32 32s32-14.3 32-32V317.4l265 265.7c12.6 12.6 33 12.6 45.6 0 12.6-12.6 12.6-33.1 0-45.7L535.3 217.2z" fill="#666666" p-id="4658"></path></svg>'
};

wd.right_float = function() {
  var config = wd.right_float_config;
  var right = $("<div>").addClass("wd-right-float");
  var email = $("<div>").addClass("wd-item email").append('<a href="mailto:' + config.email + '">' + wd.svg.email + '</a>').append("<div class='wd-sub'><div>" + config.email + "</div></div>");
  var phone = $("<div>").addClass("wd-item phone").append('<a href="tel:' + config.tel + '">' + wd.svg.phone + '</a>').append("<div class='wd-sub'><div>" + config.tel + "</div></div>");
  var message = $("<div>").addClass("wd-item message").append('<a href="' + config.message + '">' + wd.svg.message + '</a>').append("<div class='wd-sub'><div>点击留言</div></div>");
  var top = $("<div>").addClass("wd-item top").append('<a href="javascript:;">' + wd.svg.back_top + '</a>');
  right.append(email).append(phone).append(message).append(top);
  wd.body.append(right);
  right.find(".wd-item").last().click(function() {
    $("html,body").animate({
      scrollTop: 0
    }, 1000);
  });

  wd.delay(500, function() {
    right.addClass("wd-show");
  });
}

wd.delay = function(time, callback) {
  return timer = setTimeout(function() {
    callback();
  }, time);
}

wd.scroll_ani = function() {
  var window_height = $(window).height();
  let num = 0;
  $(window).scroll(function() {
      num = 0;
  });
  function ani(a, num, t) {
    var top = a.offset().top;
    if (top < (window_height + t - 100)) {
      a.addClass("wd-scroll-in");
      setTimeout(()=>{
        a.addClass("wd-scrolled");
      }, 200+num * 100);
      num++;
    }
  }
  function handle() {
    let t = $(window).scrollTop();
    let body_height = wd.body.height();
    $(".wd-scroll-animation:not(.wd-scroll-in)").each(function() {
      ani($(this), num, t);
    });
    if (window_height + t + 200 >= body_height) {
      $(".wd-scroll-animation:not(.wd-scroll-in)").each(function() {
        $(this).addClass("wd-scroll-in").addClass("wd-scrolled");
      });
    }
  }

  return {
    add: function(a) {
      $(a).addClass("wd-scroll-animation");
      return this.add;
    },
    init: function() {
      this.add("div[id^='w_common_text-']");
      this.add(".w_fimg-000");
      this.add(".w_fbtn-001");
      this.add(".w_ficon-001");
      this.add(".w_fline-001");
      this.add(".w_fimgbox-001");
      this.add(".w_fline-001");
      this.add("div[class*='c_portalResProduct_detail']");
      this.add(".c_portalResMessage_form-01001");
      this.add(".c_portalResEbizads_banner-01001 .bannerTitle");
      this.add(".c_portalResEbizads_banner-01001 .summry");
      this.add(".c_portalResProduct_list-01001001 .PhotoList_k1 li");
      this.add(".c_portalResnav_main-01001 .top-nav");
      this.add(".c_portalResIntro_detail-01001");
      this.add(".c_portalResNews_list-01001 .newList");
      this.add(".c_portalResNews_detail-01001 .p_header");
      this.add(".c_portalResNews_detail-01001 .p_dataSource");
      this.add(".c_portalResNews_detail-01001 .p_summary");
      this.add(".c_portalResNews_detail-01001 .p_articles");
      this.add(".c_portalResNews_detail-01001 .p_PrevAndNext");
      this.add(".c_portalResProduct_list-01001");
      this.add(".c_portalResNews_list-01001 .p_articles");
      this.add(".c_portalResEmploy_list-01001 .jobList");
      this.add(".c_portalResProduct_list-01001 .p_Product");
      this.add(".c_portalResBreadcrumb_nav-01001");
      this.add(".c_portalResMessage_form-01001005");
      this.add(".c_portalResnav_main-01001007 .navLi");
      setInterval(function() {
        handle();
      }, 400);
      handle();
    },
    handle: handle
  };
}

wd.title_ani = function() {
  $(".wd-title-ani").each(function() {
    if ($(this).find("span").length) {
      $(this).find("p").each(function() {
        var text = $(this).text();
        $(this).find("span").last().html("<span>" + text.split("").join("</span><span>") + "</span>").find("span").addClass("wd-20210425095459");
      });
    } else {
      var text = $(this).text();
      $(this).html("<span>" + text.split("").join("</span><span>") + "</span>").find("span").addClass("wd-20210425095459");
    }
  });
}

wd.block_phone.block = function() {
  wd.body.addClass("wd-shield-mo").append("<div class='wd-20210310080847'><div><h2>请先确认电脑端框架</h2><p>手机端适配在电脑端框架确定后2-3个工作日完成</p></div></div>").children().last().children().prepend('<svg t="1631117672294" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4853" width="200" height="200"><path d="M512 1024C229.248 1024 0 794.752 0 512S229.248 0 512 0s512 229.248 512 512-229.248 512-512 512z m0-85.333333c235.648 0 426.666667-191.018667 426.666667-426.666667S747.648 85.333333 512 85.333333 85.333333 276.352 85.333333 512s191.018667 426.666667 426.666667 426.666667z m-42.666667-469.333334a42.666667 42.666667 0 0 1 85.333334 0v298.666667a42.666667 42.666667 0 0 1-85.333334 0v-298.666667z m38.4-136.533333a59.733333 59.733333 0 1 1 0-119.466667 59.733333 59.733333 0 0 1 0 119.466667z" p-id="4854"></path></svg>');
}

wd.block_links.block = function() {
  $("a").attr("href", "javascript:;");
}

$(function() {
  wd.body = $("body");
  wd.index_cate_svg = [];
  wd.index_cate_svg.push('<svg t="1628217018654" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2205" width="200" height="200"><path d="M236.033435 666.449651c-52.684061 0-95.551133 42.85504-95.551133 95.52768 0 52.691059 42.867073 95.547123 95.551133 95.547123s95.551133-42.856064 95.551133-95.547123C331.584568 709.304691 288.717496 666.449651 236.033435 666.449651z" p-id="2206"></path><path d="M1001.54772 728.324884l-4.704336-23.592324c-2.571676-13.876032-9.009566-17.692964-17.489037-21.773909l-81.030832 0c16.693895 21.978571 26.704296 49.303916 26.704296 79.017658 0 6.836709-0.682574 13.508665-1.693643 20.059871l36.479327 0C996.609037 782.037203 1006.313457 762.711042 1001.54772 728.324884z" p-id="2207"></path><path d="M793.913247 666.449651c-52.672804 0-95.551133 42.85504-95.551133 95.52768 0 52.691059 42.877306 95.547123 95.551133 95.547123 52.705551 0 95.55318-42.856064 95.55318-95.547123C889.466427 709.304691 846.617775 666.449651 793.913247 666.449651z" p-id="2208"></path><path d="M162.911045 653.348262c16.914938-11.407817 36.604176-18.935258 57.875511-21.411659l31.970451 0 0 0.147356c20.683933 2.653433 39.847169 10.141988 56.356861 21.264303l127.439716 0 284.001903 0c20.929537-14.162558 46.173514-22.449291 73.356737-22.449291 27.184247 0 52.43948 8.28571 73.378227 22.449291l99.112389 0-10.938579-60.957327c-8.959422-37.038568-27.62224-47.52848-77.734625-54.16155-67.184918-8.918114-181.889055-26.100448-181.889055-26.100448-54.459572-40.488133-100.469349-83.365686-183.256249-90.75191l-5.387933-10.815323c-0.520885-1.062192-9.643019-25.244964-39.367218-25.244964L281.170296 385.316739c-29.442778 0-36.964395 16.631796-40.1071 23.396873-2.586003 5.570879-5.540412 11.990079-5.540412 11.990079-87.235398 8.224312-176.6229 95.812159-176.603456 135.586025l0.224113 97.057523L162.911045 653.347239zM878.444957 579.412342c3.122238 0 34.653672 0 50.519677 0 2.81728 4.551666 4.571301 9.998725 6.204566 16.672728l6.449146 35.917024-25.367802 0c-19.21338 0-27.969156-5.102205-36.152879-19.693528l-8.958398-17.998933C865.6797 583.166853 874.240015 579.412342 878.444957 579.412342zM652.648084 522.556427 436.554607 522.556427l-21.806547 0 0-0.230244L294.139199 522.326183l46.60946-73.399707 132.633213 0.061398C557.167561 448.987874 594.096139 476.967112 652.648084 522.556427zM259.870306 417.447531c2.514369-5.417383 5.290715-11.396561 21.299989-11.396561l186.659908 0c12.893176 0 18.204358 7.817036 20.224449 12.478196l0.526001 1.164522 0.218997 0.438998c-48.617271 0-157.010413 0.019443-230.092893-0.164752L259.870306 417.447531zM246.93108 448.926476l52.489625 0.061398L252.801011 522.326183l-75.780028 0 0 0.230244-60.712235 0C133.655539 497.190713 191.982347 448.926476 246.93108 448.926476zM79.644194 579.412342l36.102735 0c9.877366 0 17.90861 10.611685 8.540872 22.590508-4.193685 5.345752-24.428368 29.835516-24.428368 29.835516L79.522416 631.838366 79.644194 579.412342z" p-id="2209"></path><path d="M54.827977 682.959673c-5.20373 7.427156-9.357505 15.508205-9.622552 30.611182l-0.122802 21.712511c0 29.712719 23.092897 34.18252 61.2454 44.773739-0.816633-5.91778-1.387661-11.93789-1.387661-18.080797 0-29.693276 9.877366-57.059554 26.520093-79.017658L54.827977 682.95865z" p-id="2210"></path><path d="M340.504079 682.959673c16.673428 21.958104 26.622428 49.303916 26.622428 79.017658 0 6.836709-0.683597 13.488199-1.683409 20.018939l299.082999 0.020466c-1.011069-6.551206-1.693643-13.202697-1.693643-20.039405 0-29.713742 10.010401-57.039087 26.683829-79.017658L340.504079 682.959673z" p-id="2211"></path></svg>');
  wd.index_cate_svg.push('<svg t="1628217068749" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3015" width="200" height="200"><path d="M472.300308 669.302154V630.153846H78.769231a39.384615 39.384615 0 0 1-39.384616-39.384615v-551.384616A39.384615 39.384615 0 0 1 78.769231 0h866.461538a39.384615 39.384615 0 0 1 39.384616 39.384615v551.384616a39.384615 39.384615 0 0 1-39.384616 39.384615H551.069538v39.148308H630.153846a39.384615 39.384615 0 0 1 39.384616 39.384615V787.692308h272.147692a39.384615 39.384615 0 1 1 0 78.76923H669.538462v78.532924a39.384615 39.384615 0 0 1-39.384616 39.384615h-236.307692a39.384615 39.384615 0 0 1-39.384616-39.384615V866.461538H81.683692a39.384615 39.384615 0 1 1 0-78.76923H354.461538V708.686769a39.384615 39.384615 0 0 1 39.384616-39.384615h78.454154zM118.153846 78.769231v472.615384h787.692308V78.769231H118.153846z m315.076923 669.302154v157.538461h157.538462v-157.538461H433.230769zM278.370462 270.808615a39.384615 39.384615 0 0 1 39.542153-68.135384l111.537231 64.669538a55.138462 55.138462 0 0 1 0 95.468308l-111.537231 64.669538a39.384615 39.384615 0 0 1-39.542153-68.135384L354.776615 315.076923l-76.406153-44.268308z m315.31323 162.816a39.384615 39.384615 0 1 1 0-78.76923h116.499693a39.384615 39.384615 0 1 1 0 78.76923H593.683692z" p-id="3016"></path></svg>');
  wd.index_cate_svg.push('<svg t="1628217092417" class="icon" viewBox="0 0 1536 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3854" width="200" height="200"><path d="M47.616 930.24v-42.496H1474.56v42.496H47.616z m2.496-146.304v-51.008l251.84-77.952a49.536 49.536 0 0 0 2.816-40.832 65.216 65.216 0 0 0-33.472-47.36l-189.44 98.688a70.656 70.656 0 0 0-31.744 33.472V614.144l712.96-390.464c29.696-18.368 60.736-34.56 92.864-48.384a527.68 527.68 0 0 1 200.256-48.384c27.264-0.256 54.4 3.776 80.384 12.032 46.72 19.456 87.488 50.88 118.208 91.136a1014.784 1014.784 0 0 1 103.36 149.248 1900.608 1900.608 0 0 1 100.928 200.896c0.32 0.96 36.416 93.184-2.816 152.896-21.184 32.192-60.16 49.344-116.032 50.944H50.112z m882.624-118.72v17.024c0 18.752 15.232 33.984 33.984 33.984h356.48a33.984 33.984 0 0 0 33.984-33.984v-17.024a33.984 33.984 0 0 0-33.984-33.984h-356.48a33.92 33.92 0 0 0-33.984 33.984z m-229.312-322.944L555.712 419.008 350.208 525.76c-8.576 23.552-6.528 49.6 5.568 71.488 6.464 13.312 16.704 24.448 29.44 32.064l331.52-102.464c70.336-21.632 109.504-37.76 97.408-116.224-7.552-48.768-33.472-75.648-72.96-75.648a110.528 110.528 0 0 0-37.76 7.296z m195.456-101.44l-0.768 0.384-62.144 32.384 74.688 238.976h361.728c22.784 0 36.8-5.312 41.856-15.36 7.36-14.784-7.872-35.392-8-35.648l-135.872-186.624a146.112 146.112 0 0 0-67.904-51.008 230.784 230.784 0 0 0-83.392-15.744 238.016 238.016 0 0 0-120.192 32.64z m0 0" p-id="3855"></path></svg>');
  wd.index_cate_svg.push('<svg t="1628217116582" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4674" width="200" height="200"><path d="M990.208 32.54044445c-68.49422222-68.49422222-152.12088889 0-152.12088889 0L609.96266667 260.66488889l-532.36622222-76.00355556-76.00355556 76.00355556 456.36266666 152.12088889-228.23822222 228.12444444H77.59644445l-76.00355556 38.00177778L229.71733333 793.03111111l114.11911112 228.12444444 38.00177777-76.00355555V793.03111111l228.12444445-228.12444444 152.12088888 456.36266666 76.00355556-76.00355555-76.00355556-532.36622223 228.12444445-228.12444444c0-0.11377778 68.49422222-83.74044445 0-152.23466666z" p-id="4675"></path></svg>');
  wd.index_cate_svg.push('<svg t="1628217132805" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5517" width="200" height="200"><path d="M751.9 440.2V220.1l-218-101.9-248.1 92.3v235L62 528.8V805l248.1 100.9 218.1-102.4v-1L744 905.9l218-102.5v-265l-210.1-98.2z m-32.3 6.8l-185.8 80.8V363.4l185.8-83.5V447zM533.9 165.4l171.9 75.4-171.9 74.4L341 240.8l192.9-75.4zM117.1 559.1L310 483.7l172 75.4-171.9 74.4-193-74.4z m378.7 209.3L310.1 855V681.7l185.8-83.5v170.2h-0.1z m67.1-209.3l181-75.4 171.9 75.4-171.9 74.4-181-74.4z m366.8 209.3L743.9 855V681.7l185.8-83.5v170.2z" fill="#333333" p-id="5518"></path></svg>');
  wd.index_cate_svg.push('<svg t="1628217604828" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8508" width="200" height="200"><path d="M909.303296 891.904l-48.6912-38.912a272.7424 272.7424 0 0 1-102.8608-214.016c0-153.6-124.928-278.528-278.528-278.528H364.535296v-36.096A164.0448 164.0448 0 0 0 495.607296 163.84c0-90.3168-73.5232-163.84-163.84-163.84a164.0448 164.0448 0 0 0-163.84 163.84 164.0448 164.0448 0 0 0 131.072 160.512v36.096H200.695296V327.68h-32.768c-18.1248 0-32.768 29.3376-32.768 65.536 0 36.1984 14.6432 65.536 32.768 65.536h32.768v-32.768h98.304v40.3456C211.191296 503.1936 102.391296 670.3616 102.391296 786.432c0 90.5216 65.536 229.376 229.376 229.376s229.376-138.8544 229.376-229.376c0-116.0704-108.8-283.2384-196.608-320.1024V425.984H479.223296a213.248 213.248 0 0 1 212.992 212.992c0 103.7312 46.4384 200.3456 127.4368 265.216l48.7424 38.912a32.7168 32.7168 0 0 0 40.9088-51.2zM233.463296 163.84c0-54.2208 44.0832-98.304 98.304-98.304S430.071296 109.6192 430.071296 163.84s-44.0832 98.304-98.304 98.304A98.4064 98.4064 0 0 1 233.463296 163.84z" p-id="8509"></path></svg>');
  wd.index_cate_svg.push('<svg t="1628217618811" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9335" width="200" height="200"><path d="M681.2 682.4l0.2-89.4-120.4 208.6 120.4 208.6-0.2-89.2h120.2c29 0.2 57.2-14.6 72.7-41.5l148.9-257.8c-21.8 37.7-62.4 61-105.9 60.7H681.2z m0 0M749.4 86c-17.1-29.4-48.4-47.8-82.4-47.8-34 0.1-65.4 18.6-82.1 48.2 0 0-27.7 47.7-55.5 96.1l56.1 97.1-78 43.8h240.9l120.5-208.6-77.2 44.8c0-0.1-30.2-52.8-42.3-73.6z m0 0" p-id="9336"></path><path d="M1003.2 609.8c17-29.4 16.9-66-0.4-95.2L895.7 329.1 689 448.4l120.5 208.7h111c34 0.3 65.7-17.9 82.7-47.3z m0 0M284.1 561.2l77.3 44.9-120.5-208.6-240.9-0.1 77.3 44.4-60 104.2c-14.7 24.9-15.9 56.8-0.4 83.7l148.9 257.8c-21.8-37.7-21.6-84.6 0.4-122.1l117.9-204.2z m0 0" p-id="9337"></path><path d="M185.9 876.3c17 29.4 48.7 47.6 82.7 47.3h214.2V684.9h-241c-27.9 48.4-55.5 96.1-55.5 96.1-17.2 29.4-17.3 65.9-0.4 95.3z m0 0M172.3 273.1l207.4 119.8S535.5 122.8 563.8 74c21.8-37.6 60.2-60.3 103.8-60.3H369.9c-31 0-57.1 17.5-72.3 42.2-26.1 42.7-125.3 217.2-125.3 217.2z m0 0" p-id="9338"></path></svg>');
  wd.index_cate_svg.push('<svg t="1628217690590" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="19351" width="200" height="200"><path d="M567.273739 0s-325.765565 375.162435-151.373913 623.304348c151.373913 215.373913 60.994783 400.695652 60.994783 400.695652s289.680696-104.069565 94.319304-463.538087C368.150261 213.036522 567.273739 0 567.273739 0z" p-id="19352"></path><path d="M280.642783 0s-325.765565 375.162435-151.373913 623.304348c151.373913 215.373913 60.972522 400.695652 60.972521 400.695652s289.680696-104.069565 94.319305-463.538087C81.497043 213.036522 280.642783 0 280.642783 0zM859.425391 0s-325.765565 375.162435-151.373913 623.304348c151.373913 215.373913 60.972522 400.695652 60.972522 400.695652s289.680696-104.069565 94.319304-463.538087C660.279652 213.036522 859.425391 0 859.425391 0z" p-id="19353"></path></svg>');
  wd.index_cate_svg.push('<svg t="1628217710592" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="19765" width="200" height="200"><path d="M524.497 138.484l9.734 0.095 9.914 0.355 9.833 0.637 9.549 0.827 9.562 1.267 9.542 1.368 9.377 1.54 9.459 1.83 9.19 2.175 9.282 2.368 9.101 2.542 8.912 2.727 9.006 3.097 8.646 3.098 8.915 3.54 8.456 3.555 8.557 3.901 8.462 4.1 8.188 4.272 8.183 4.456 7.829 4.642 7.912 4.91 7.728 5.097 7.647 5 7.556 5.458 7.272 5.545 7.105 5.92 7.181 5.907 6.82 6.097 6.825 6.37 6.467 6.27 6.54 6.645-0.628 0.362h-0.266l-4.737 1.364-4.365 1.553-4.737 1.817-4.544 2.09-9.732 4.638-10.371 5.364-11.928 6.276-13.64 6.562-7.551 3.721-8.28 3.82-8.734 3.821-9.648 3.997-5.19 2.01-5.09 1.819-5.19 1.725-5.45 1.73-5.372 1.548-5.547 1.545-5.825 1.457-5.737 1.18-5.912 1.269-5.912 1.095-6.006 1.09-6 0.911-6.097 0.823-6.458 0.903-6.365 0.547-6.467 0.822-13.108 1.088-13.364 0.726-13.65 0.648-14.105 0.442-14.096 0.098-14.558 0.27-14.652-0.27-14.919-0.177-7.546-0.284-7.286-0.27-7.28-0.457-6.906-0.546-6.92-0.808-7.095-0.827-6.559-0.906-6.73-0.998-6.365-1.187-6.182-1.184-6.373-1.454-6.103-1.364-5.998-1.454-5.912-1.453-5.826-1.636-5.547-1.64-5.37-1.728-5.462-1.735-5.18-1.82-5.095-1.905-9.829-3.64-9.282-3.821-8.643-3.91-8.456-3.821-7.462-3.911-7.19-3.914-6.82-3.546-7.19-3.454-7.277-3.463-7.281-2.995-7.01-3.004-6.814-2.726-6.731-2.366-6.098-2.185 6.454-6.464 6.554-6.363 6.734-6.186 6.91-6.097 7.097-5.639 7-5.735 7.287-5.545 7.55-5.366 7.463-5.097 7.818-4.905 7.923-4.828 7.818-4.632 8.012-4.277 8.279-4.271 8.374-4.01 8.464-3.911 8.455-3.544 8.645-3.37 8.82-3.089 8.827-3.093 8.91-2.732 9.01-2.366 9.096-2.357 9.283-2.193 9.281-1.726 9.462-1.725 9.468-1.278 9.367-1.175 9.545-0.917 9.828-0.547 9.648-0.355 9.917-0.09z m0-105.43l-18.74 0.176-18.648 0.92-18.563 1.726-18.474 2.552-18.288 3.36-18.013 4-17.927 4.818-17.736 5.558-17.466 6.183-17.29 7.009-16.828 7.546-16.738 8.191-16.288 8.905-16.02 9.464-15.551 9.912-15.374 10.555-14.656 11.103-14.463 11.371-14.005 12.179-13.289 12.464-13.007 13.014-12.19 13.456-12.007 13.737-11.1 14.194-10.737 14.463-10.005 14.915-9.29 15.101-8.637 15.463-8.098 15.832-7.276 15.827-6.463 16.46-5.822 16.374 2.637 0.27 2.813 0.096 3.004 0.18h2.92l6.006-0.275 6.364-0.628 13.374-1.829 13.835-2.176 7-1.098 7.368-0.903 7.014-0.637 7.273-0.64h3.639l3.55-0.177 3.547 0.177 3.634 0.18 3.461 0.096 3.465 0.541 3.37 0.461 3.536 0.637 4.376 0.547 4.362 0.628 4.363 0.73 4.1 0.818 4.179 1.184 4.187 0.911 4.276 1.179 3.912 1.006 8.008 2.634 7.367 2.826 7.287 2.813 6.723 2.91 6.103 2.917 5.909 2.904 5.184 2.737 4.648 2.46 6.906 4.268 4.187 2.542 4.282 2.641 4.729 2.823 5.547 3.094 6.192 3.09 6.73 3.367 7.182 3.455 7.922 3.368 8.274 3.455 8.644 3.365 9.096 3.454 9.377 3.193 9.552 3.265 10.014 2.918 9.996 2.813 10.194 2.636 10.284 2.376 10.551 1.631 9.552 1.268 8.82 1.287 8.1 0.898 7.46 0.547 7.276 0.647 7.19 0.45 6.915 0.367 7.28 0.081 7.548 0.18 7.826 0.195 8.55 0.18 9.097 0.263 10.19 0.19 11.378 0.27 12.46 0.461 13.008-0.55 13.018-1.188 12.832-1.264 12.548-2.001 12.285-2.186 12.1-2.185 11.999-2.917 11.838-2.813 11.55-3.279 11.464-3.454 11.285-3.546 11.189-3.734 11.012-3.816 10.82-3.916 10.652-4.081 10.726-4.1 20.75-8.277 20.293-7.916 9.91-4.096 9.829-3.91 9.823-3.727 9.734-3.544 9.557-3.55 9.737-3.096 9.368-3.093 9.468-2.723 9.362-2.552 9.282-2.176 9.187-1.82 9.291-1.549 3.36-0.46 3.91-0.087 4.284-0.27 4.633-0.094 10.28 0.364 10.921 0.367 11.377 0.722 11.46 0.817 10.822 0.826 10.193 0.723-7.1-16.28-7.637-15.737-8.193-15.827-8.73-15.373-9.562-15.104-9.911-15.007-10.464-14.65-11.093-14.187-11.553-13.828-12.014-13.646-12.651-13.19-13.008-12.545-13.464-12.376-13.735-11.733-14.283-11.465-14.557-10.83-15.018-10.372-15.369-9.82-15.655-9.272-15.93-8.643-16.274-8.098-16.468-7.37-16.743-6.817-17.01-6.187-17.196-5.459-17.285-4.728-17.745-4.099-17.646-3.175-17.833-2.552-18.022-1.726-18.008-0.92-18.106-0.177z m461.092 348.214l2.723 8.457 2.186 8.463 2.37 7.817 1.627 7.74 1.463 7.64 1.278 7.279 1.174 7.452 0.637 7.28 0.723 7.373 0.468 7.632 0.263 7.648 0.19 7.908 0.09 8.372v27.195l-0.543 24.384-1.829 24.285-2.994 23.645-4.187 23.38-5.456 23.103-6.376 22.652-7.548 22.1-8.457 21.563-9.732 21.007-10.474 20.56-11.458 20.013-12.37 19.378-13.28 18.645-14.116 17.923-15.007 17.281-15.827 16.555-16.653 15.827-17.376 15.007-17.927 14.101-18.653 13.287-19.466 12.462-19.833 11.457-20.564 10.644-21.012 9.456-21.747 8.558-22.02 7.63-22.56 6.462-23.107 5.18-23.386 4.281-23.926 3.003-24.109 2.006-24.291 0.537-24.476-0.537-24.195-2.006-23.934-3.003-23.282-4.28-23.031-5.18-22.556-6.462-22.196-7.631-21.567-8.558-21.202-9.456-20.288-10.644-20.013-11.457-19.386-12.462-18.736-13.287-18.016-14.101-17.375-15.007-16.554-15.827-15.65-16.555-15.014-17.281-14.286-17.923-13.373-18.645-12.38-19.378-11.458-20.013-10.46-20.56-9.644-21.006-8.554-21.563-7.371-22.1-6.549-22.652-5.186-23.102-4.454-23.381-2.826-23.645-1.905-24.284-0.637-24.385v-10.008l0.18-9.463v-9.001l0.272-8.549 0.365-8.19 0.542-7.818 0.642-7.731 0.992-7.365 1.003-7.374 1.27-7.65 1.558-7.542 1.725-7.726 2.186-7.834 2.273-8.174 2.823-8.56 3.088-8.91 4.187 0.538 5.096 0.645 5.736 0.547 6.453 0.45 14.372 1.19 15.47 1.278 7.822 0.627 7.732 0.995 7.738 0.911 7.462 1.282 7.18 1.27 6.646 1.454 3.094 0.817 2.912 0.911 2.642 1.19 2.723 0.902 11.102 4.832 11.188 4.999 11.102 5.088 11.187 5.189 11.016 5.459 10.823 5.545 10.654 5.735 10.547 5.912 5.004 3.003 5.19 3.09 5.084 3.187 5.004 3.18 5.004 3.454 4.904 3.273 4.743 3.55 4.91 3.374 4.547 3.72 4.643 3.639 4.548 3.82 4.459 3.818 4.362 3.914 4.192 4.1 4.178 3.997 4.011 4.27 6.549 6.924 7.272 8.453 8.193 9.368 8.915 10.282 9.096 10.643 9.283 11.194 9.282 11.276 9.186 11.196 8.74 10.724 8.27 10.011 7.56 9.095 6.545 8.098 5.367 6.814 4.187 5.102 2.637 3.09 0.913 1.183 0.186-1.634 0.45-4.728 0.908-7.28 1.089-9.827 1.464-12.102 1.729-14.097 1.811-15.643 2.091-17.011 1.193-4.552 1.364-4.276 1.544-4.363 1.731-4.185 1.63-4.186 2.011-4.091 2.177-4.091 2.187-3.91 2.366-3.821 2.457-3.921 2.453-3.446 2.728-3.648 2.55-3.455 2.726-3.454 2.647-3.004 2.814-3.003 2.733-2.91 2.908-2.636 2.733-2.638 2.823-2.28 2.637-2.175 2.819-2.001 2.363-1.816 2.733-1.738 2.367-1.454 2.456-1.272 2.273-0.904 2.09-0.826 2.096-0.45 1.822-0.185h1.725l1.55 0.184 1.363 0.365 1.64 0.547 1.455 0.637 1.462 0.633 3.09 1.733 3.089 2.001 3.275 2.362 3.188 2.908 3.267 3.192 3.464 3.547 3.37 4 3.545 4.37 3.636 4.815 3.64 5.093 3.736 5.545 3.91 6.006 3.813 6.466 4.101 6.55 1.55 3.724 1.54 3.82 1.37 3.911 1.367 4.005 1.09 4.186 1.088 4.366 1.098 4.539 0.903 4.467 0.817 4.551 0.825 4.633 0.542 4.457 0.642 4.638 0.9 9.01 0.816 8.818 0.556 8.19 0.362 7.732 0.094 6.909 0.181 6.097v5.004l-0.18 3.82v3.094l0.902-1.003 2.637-3.088 4.093-5.188 5.468-6.55 6.46-7.825 7.452-9.001 8.013-9.916 8.644-10.283 9.007-10.905 9.18-10.837 9.013-10.905 8.644-10.463 8.274-9.916 7.642-9.01 6.82-7.908 5.83-6.643 6.27-6.823 6.373-6.37 6.373-6.363 6.454-5.912 6.373-5.639 6.373-5.65 6.46-5.27 6.45-5.002 6.642-4.91 6.465-4.642 6.634-4.452 6.645-4.276 6.734-4.186 6.734-3.821 6.829-3.64 7.092-3.639 7.01-3.18 7.094-3.278 7.184-3.093 7.366-2.817 7.376-2.732 7.551-2.634 7.643-2.462 7.827-2.447 8.009-2.282 8.003-2.004 8.004-1.91 8.468-1.995 8.454-1.82 8.732-1.64 8.82-1.635 9.016-1.457 5.36-0.814 5.556-0.46 5.736-0.451 5.808-0.185h11.379l5.47 0.185 5.18 0.265z m-90.071 117.887l-6.096 1.82-5.913 1.995-5.637 2.282-5.825 2.542-5.371 2.637-5.27 2.827-5.276 2.908-5.106 3.002-4.814 3.09-4.739 3.278-4.545 3.185-4.456 3.274-4.187 3.182-4.187 3.274-3.903 3.463-3.56 3.27-7 6.187-6.102 6.006-5.086 5.451-4.287 4.731-3.447 4.007-2.647 2.993-1.359 2.006-0.642 0.726-261.02 296.183-2.27-2.552-6.373-6.909-10.099-11.285-13.104-14.735-16.012-17.647-18.102-20.1-19.747-22.199-20.93-23.555-21.734-24.284-21.933-24.567-21.744-24.47-20.921-23.738-19.656-22.286-17.922-20.551-15.555-18.203-13.102-15.277-4.279-5.093-4.456-5.004-4.284-4.634-4.453-4.741-4.272-4.269-4.362-4.185-4.284-3.91-4.276-3.921-4.187-3.446-4.092-3.557-4.187-3.274-4.092-3.09-3.997-2.909-3.83-2.907-3.903-2.732-3.736-2.456-7.276-4.458-7.011-4.186-6.459-3.454-6.002-3.007-5.557-2.81-5.177-2.098-4.37-1.73-3.912-1.454v2.912l-0.086 2.91v5.911l0.443 19.1 1.37 18.74 2.366 18.552 3.459 18.288 4.003 17.742 5.094 17.734 5.913 17.19 6.553 16.74 7.551 16.555 8.185 15.922 8.826 15.652 9.728 14.998 10.475 14.559 10.822 13.917 11.743 13.552 12.366 12.92 12.918 12.282 13.374 11.551 14.105 11.186 14.557 10.372 15.01 9.641 15.65 9 16.012 8.191 16.472 7.374 16.744 6.729 17.28 5.91 17.466 4.824 18.016 4.276 18.292 3.274 18.375 2.271 18.924 1.549 19.105 0.452 19.016-0.452 18.744-1.549 18.649-2.27 18.104-3.275 17.925-4.276 17.642-4.824 17.205-5.91 16.924-6.73 16.377-7.373 16.007-8.192 15.47-8.999 15.098-9.64 14.557-10.373 14.016-11.186 13.46-11.55 12.921-12.284 12.277-12.92 11.743-13.551 10.921-13.917 10.456-14.56 9.658-14.997 9-15.652 8.274-15.922 7.462-16.555 6.64-16.74 5.731-17.19 5.096-17.734 4.187-17.742 3.183-18.288 2.362-18.551 1.459-18.74 0.542-19.101-0.086-2.638v-7.731z" fill="#666666" p-id="19766"></path></svg>');
  wd.index_cate_svg.push('<svg t="1628217725716" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="20391" width="200" height="200"><path d="M528.406 66.185h97.912S614.8 123.781 614.8 164.098s4.32 135.829 10.56 181.425h-97.913s13.418-103.742 12.477-183.585c-0.359-30.598-11.518-95.753-11.518-95.753zM528.406 372.882h97.912S614.8 430.477 614.8 470.795c0 40.316 4.32 135.826 10.56 181.425h-97.913s13.418-103.745 12.477-183.586c-0.359-30.598-11.518-95.752-11.518-95.752zM528.406 678.137h97.912S614.8 735.734 614.8 776.05c0 40.316 4.32 135.827 10.56 181.426h-97.913s13.418-103.746 12.477-183.586c-0.359-30.598-11.518-95.753-11.518-95.753zM390.178 678.137h97.913s-11.52 57.597-11.52 97.913c0 40.316 4.32 135.827 10.56 181.426h-97.913s13.418-103.746 12.478-183.586c-0.359-30.598-11.518-95.753-11.518-95.753zM387.298 450.158h100.793s-11.52 41.366-11.52 70.321c0 28.959 1.44 78.466 9.601 129.823h-95.034s8.618-76.09 7.678-133.432c-0.36-21.976-11.518-66.712-11.518-66.712zM773.187 571.107s12.477-76.797 68.152-107.512c55.678-30.717 116.154-68.155 116.154-68.155s-9.6 70.073-77.754 131.51c-68.152 61.437-106.552 44.157-106.552 44.157zM705.035 621.983s46.075-18.242 77.753-14.399c31.678 3.841 120.95 41.275 129.591 45.114 0 0-79.677 39.358-154.552 11.52-74.875-27.837-52.792-42.235-52.792-42.235zM723.27 401.2s-25.918 103.673-28.798 128.63c-2.88 24.955 18.239 63.353 31.676 71.993 0 0 38.398-20.158 32.64-79.672-5.759-59.517-25.917-108.472-35.518-120.952z" p-id="20392"></path><path d="M620.2 668.778l160.664-104.392 7.442 5.282-161.628 107.03zM378.12 251.564s-9.232-77.251-63.566-110.285c-54.335-33.037-113.178-72.985-113.178-72.985s6.641 70.415 72.147 134.668c65.506 64.248 104.596 48.602 104.596 48.602zM444.071 305.265s-45.267-20.164-77.077-17.66c-31.813 2.502-122.583 36.145-131.374 39.619 0 0 77.944 42.675 153.924 18.015 75.98-24.657 54.527-39.974 54.527-39.974zM435.146 83.912s21.532 104.67 23.36 129.728c1.825 25.054-20.892 62.53-34.684 70.595 0 0-37.514-21.755-29.253-80.977 8.26-59.22 30.464-107.284 40.577-119.346z" p-id="20393"></path><path d="M541.191 366.045l-170.46-121.517-7.655 4.962 172.052 123.392zM244.177 602.254s-20.4-63.572-71.574-82.527C121.43 500.778 65.33 476.74 65.33 476.74s17.1 58.236 82.787 101.661c65.684 43.423 96.059 23.853 96.059 23.853zM308.513 636.719s-41.43-9.59-67.818-2.285c-26.392 7.307-97.364 50.481-104.203 54.846 0 0 72.638 23.215 132.617-9.979 59.98-33.183 39.404-42.582 39.404-42.582zM264.823 451.696S300.065 536.36 305.7 557.17c5.631 20.804-7.38 56.09-17.682 65.137 0 0-35.158-12.197-37.877-63.44-2.718-51.24 8.133-95.357 14.682-107.172z" p-id="20394"></path><path d="M400.264 672.051l-163.46-74.52-5.64 5.435L396.272 678.8z" p-id="20395"></path></svg>');
  if (isFrontEnv()) {
    wd.common();
  } else {
    wd.body.addClass("wd-make");
    setInterval(function() {
      $(".w_fimg-000 img").each(function() {
        var alt = $(this).attr("alt");
        if (alt == wd.web_site_name) {
          return;
        }
        if (alt == "这是描述信息" || alt.indexOf("公司") != -1 || alt.indexOf("集团") != -1) {
          $(this).attr("title", wd.web_site_name).attr("alt", wd.web_site_name);
        }
      });
    }, 1000 / 60);
  }
});