<%set (string) {defaultimg}="/Templet/ch/img/default.png" %> {ModelSite.Title} <%template _head%> <%template _banner%> <%csharp%> Model_Channel model_about = ChannelById(10);//公司概况 Model_Channel model_news = ChannelById(3);//新闻资讯 Model_Channel model_service = ChannelById(4);// 产品与市场 Model_Channel model_rules = ChannelById(14);// 全球市场分布 Model_Channel model_join = ChannelById(5);// 技术与创新 Model_Channel model_contact = ChannelById(6);// 联系我们 Model_Channel model_qccl = ChannelById(33);// 汽车变速箱齿轮 Model_Channel model_mtccl = ChannelById(9);// 摩托车齿轮 Model_Channel model_fdcl = ChannelById(34);// 风电齿轮 Model_Channel model_yfzx = ChannelById(36);// 研发中心 Model_Channel model_jstd = ChannelById(37);// 技术团队 string strimg="img/about-img_03.png"; if(model_about.HomePic.Trim()!="") { strimg=model_about.HomePic; } <%/csharp%>

{model_about.Name}

ABOUT XINXING

{model_about.About}

MORE

产品与市场

PRODUCTS & MARKETS

新闻中心

NEWS CENTER

<%csharp%> System.Collections.Generic.List listnews=ContentPage(4,7,0,1); System.Collections.Generic.List listnews1=listnews; Model_Content model_new1= new Model_Content(); if(listnews!=null&&listnews.Count>0) { model_new1=listnews[0]; } if (listnews1 != null && listnews1.Count > 1) { listnews1.RemoveAt(0); } string mdate=Convert.ToDateTime(model_new1.RenewalTime).ToString("yy.MM"); string mdate1=Convert.ToDateTime(model_new1.RenewalTime).ToString("dd"); string strImg="img/newsimg.png"; if(model_new1!=null&&model_new1.Thumbnail.Trim()!="") { strImg=model_new1.Thumbnail; } <%/csharp%>

{mdate1}

{mdate}

{model_new1.Topic}

<%getsubstring({model_new1.Abstract},150,"...")%> MORE

技术与创新

TECHNOLOGY & INNOVATION

<%template _foot%>