@{
Layout = null;
}
@Page.Title
@if (!string.IsNullOrWhiteSpace(Page.Description))
{
}
@if (!string.IsNullOrWhiteSpace(Page.Keywords))
{
}
@Html.Raw(Statics.GetStatics("base"))
@Html.Raw(Statics.GetStatics("ft-carousel", "css"))
@Html.Raw(Statics.GetStatics("iconfont:special:jquery:function"))
@Html.Raw(Statics.GetStatics("ft-carousel", "js"))
@Html.Raw(Statics.GetStatics("ssqyhq", "js"))
@Html.Raw(Statics.GetStatics("tool", "js"))
@*@{Html.RenderAction("hb", "Home", new { });}*@
@RenderBody()
@{Html.RenderAction("gg", "Home", new { });}
@RenderPage("~/Views/Shared/footer.cshtml")