{extend name="public/base" /} {block name="title"} {notempty name=":lang_i18n('品牌介绍')"}{:lang_i18n('品牌介绍')}{else/}{__BLOCK__}{/notempty} {/block} {block name="style"} {/block} {block name="main"}
{notempty name="focus_image"} {/notempty} {notempty name="why"}

{:lang_i18n('选择我们的理由')}

{volist name="why" id="wh"}

{$wh.title}

{$wh.desc|raw}
{/volist}
{/notempty} {notempty name="service"}

{:lang_i18n('为您提供专属定制服务')}

{assign name="flat_service" value=":array_flatten($service)" /} {volist name="flat_service" id="fs"}
{$fs.title}
{/volist}
{/notempty} {notempty name="difference"}

{:lang_i18n('对于不同的情况')}

{assign name="flat_difference" value=":array_flatten($difference)" /} {volist name="flat_difference" id="di"}
{$di.title}
{/volist}
{/notempty}
{/block}