@if (!string.IsNullOrWhiteSpace(Page.Description)) { } @if (!string.IsNullOrWhiteSpace(Page.Keywords)) { } @Html.Raw(Statics.GetStatics("base:charts")) @Html.Raw(Statics.GetStatics("tool", "css")) @Html.Raw(Statics.GetStatics("ft-carousel", "css")) @Html.Raw(Statics.GetStatics("iconfont:jquery:function:trendChart2")) @Html.Raw(Statics.GetStatics("tool", "js")) @Html.Raw(Statics.GetStatics("ft-carousel", "js")) @*@{Html.RenderAction("hb", "Home", new { });}*@
@Html.Action("header", "Shared") @RenderPage("~/Views/Shared/_Advertisement.cshtml") @RenderBody()
@Html.Action("_Links", "Shared")
@{Html.RenderAction("gg", "Home", new { });} @RenderPage("~/Views/Shared/footer.cshtml")