{% extends 'base.html' %} {% block container %}
明星产品
{% categoryList productCategories with moduleId="2" parentId="0" limit="8" %} {% for item in productCategories %} {{item.Title}} {% endfor %} {% endcategoryList %}
    {% archiveList products with moduleId=2 type="list" limit="6" %} {% for item in products %}
  • {% endfor %} {% endarchiveList %}

买仪器,找安企,客户放心,代理商赚钱

{% system with name="SiteName" %}

上海安企仪器设备有限公司成立于2011年,致力为全球实验室用户提供更智能更高效的智能样品前处理设备、温湿度试验设备,和智能分析自动平台设备等的高新技术企业。

主营产品:

{% categoryList productCategories with moduleId="2" parentId="0" limit="8" %} {% for item in productCategories %} {{item.Title}} {% endfor %} {% endcategoryList %}
联系我们
新闻中心
{% archiveList articles with moduleId=1 type="list" limit="0,1" %} {% for item in articles %} {% endfor %} {% endarchiveList %}
    {% archiveList articles with moduleId=1 type="list" limit="1,3" %} {% for item in articles %}
  • {{item.Title}}

    {{stampToDate(item.CreatedTime, "2006-01-02")}}

    {{item.Description}}

  • {% endfor %} {% endarchiveList %}
{% endblock %}