Jelajahi Sumber

同步最近更新

chente 1 Minggu lalu
induk
melakukan
afc728c94e
23 mengubah file dengan 1573 tambahan dan 168 penghapusan
  1. TEMPAT SAMPAH
      css/bing-banner05.png
  2. TEMPAT SAMPAH
      css/bing-banner06.jpg
  3. TEMPAT SAMPAH
      css/bing-banner07.jpg
  4. 145 88
      css/global.css
  5. 1 0
      css/gridrotator.css
  6. TEMPAT SAMPAH
      css/home-desk.png
  7. 29 4
      css/mobile.css
  8. TEMPAT SAMPAH
      images/Z+.png
  9. TEMPAT SAMPAH
      images/jiagou04.png
  10. TEMPAT SAMPAH
      images/partner/school-53.png
  11. TEMPAT SAMPAH
      images/partner/school-54.png
  12. TEMPAT SAMPAH
      img/sub03.jpg
  13. TEMPAT SAMPAH
      img/sub05.png
  14. TEMPAT SAMPAH
      img/sub06.png
  15. TEMPAT SAMPAH
      img/sub07.jpg
  16. TEMPAT SAMPAH
      img/sub07.png
  17. TEMPAT SAMPAH
      img/sub08.jpg
  18. TEMPAT SAMPAH
      img/sub08.png
  19. TEMPAT SAMPAH
      img/sub09.png
  20. 23 63
      index4.html
  21. 2 2
      js/smartcost.js
  22. 1281 11
      quoted-price-mobile.html
  23. 92 0
      train - ad.html

TEMPAT SAMPAH
css/bing-banner05.png


TEMPAT SAMPAH
css/bing-banner06.jpg


TEMPAT SAMPAH
css/bing-banner07.jpg


+ 145 - 88
css/global.css

@@ -196,7 +196,9 @@ li.search .topSerach input[type=submit]:active{
   font-size:38px;
   padding:15px 10px;
   float:left;
-  background:url(titleBg-gray.png) repeat
+  background:url(titleBg-gray.png) repeat;
+  border-radius:8px;
+  margin-bottom:1px;
 }
 .pageTitle h2 {
   font-size:18px;
@@ -204,7 +206,8 @@ li.search .topSerach input[type=submit]:active{
   background:url(titleBg-black.png) repeat;
   color:#fff;
   float:left;
-  margin:0 0 1px 0
+  margin:0 0 1px 0;
+  border-radius:8px;
 }
 .productBg{
   border-color:#ff6501;
@@ -241,13 +244,6 @@ li.search .topSerach input[type=submit]:active{
 .newsBg .pageTitle h1{
   background:url(titleBg-blue.png) repeat
 }
-.quotedBg{
-  border-color:#273fe2;
-  background: url(contentBg-index.jpg) no-repeat center top;
-}
-.quotedBg .pageTitle h1{
-  background:url(titleBg-blue.png) repeat
-}
 .wrapFooter {
   background:#f8f8f8;
 }
@@ -505,7 +501,8 @@ li.search .topSerach input[type=submit]:active{
 .mainContent .productTab,.dSoftInof .productTab{
   height:48px;
   background:#efefef;
-  margin:30px 0 0 0
+  margin:30px 0 0 0;
+  border-radius: 8px
 }
 .productTab ul{
   float:right
@@ -655,6 +652,10 @@ li.search .topSerach input[type=submit]:active{
   width:218px;
   height:165px;
   overflow: hidden;
+  border-radius: 8px
+}
+.videoItem li img {
+  border-radius: 8px
 }
 .videoItem span.tips{
   color:#ff6501;
@@ -739,7 +740,8 @@ li.search .topSerach input[type=submit]:active{
   background:#ededed;
   height:50px;
   margin:0 20px 10px 0;
-  padding:0 20px
+  padding:0 20px;
+  border-radius: 4px
 }
 .trainEntry a{
   color:#666
@@ -791,6 +793,88 @@ li.search .topSerach input[type=submit]:active{
   margin:15px 29px 15px 0;
   font-size:18px
 }
+.trainadSide{
+  width: 150px;
+    margin: 0 0 0 20px;
+    padding: 10px 0 0 0;
+}
+.trainadSide h2{
+  border-bottom: 1px solid #999;
+    padding: 0 0 5px 0;
+    margin: 0 0 15px 0;
+}
+.trainadSide li{
+  padding: 10px;
+  display: block;
+}
+.trainadSide li a{
+  color:#333;
+}
+.trainadSide li.now{
+  color:#273FE2;
+  background-color: #E9ECFC;
+  border-right: 2px solid #273FE2;
+}
+.trainadSide li.now a{
+  color:#273FE2;
+}
+.trainAD{
+  height: 473px;
+  overflow-y:scroll; 
+}
+.trainAD .trainEntry {
+  width: 97%;
+  margin:8px;
+  padding: 0;
+  height: 60px
+}
+.trainAD .trainEntry a{
+  padding:0 20px;
+  display: block;
+}
+.trainAD .apply{
+  background:#fff;
+  border:1px solid #e4e7ed;
+}
+.trainAD .trainEntry .trainState,.trainAD .trainEntry .trainTitle{
+  float:none;
+}
+.trainAD .trainEntry .trainTitle{
+  text-align: left;
+  width:100%;
+  float:none;
+  height:30px;
+  line-height:35px;
+  overflow: hidden;
+  color: #333;
+  font-size: 16px;
+}
+.trainAD .trainEntry:hover{
+  background-color: #E9ECFC;
+  border:1px solid #273FE253;
+  }
+.trainAD .trainEntry a:hover{
+  text-decoration: none;
+  color: #000
+  }  
+.trainAD .trainEntry .trainState {
+    width: 100%;
+    height: 30px;
+    line-height: 24px
+}
+.trainAD .trainEntry .trainState .tIcon{
+  display: none;
+}
+.trainAD .trainEntry .trainState span{
+    margin-right:10px;
+}
+.trainAD .trainEntry .trainState span.btn{
+  color:#273fe2;
+  margin:0;
+}
+.trainAD .trainEntry:hover .trainState span.btn{
+  font-weight: bold;
+}
 .doing span.tIcon {
   background:url(scIcons.png) no-repeat -87px -95px;
   padding:0 0 0 16px
@@ -871,7 +955,8 @@ li.search .topSerach input[type=submit]:active{
 }
 .trainFormTab {
   border-bottom:1px solid #2daebf;
-  margin:15px 0 0 0
+  margin:15px 0 0 0;
+  padding-bottom:1px;
 }
 .trainFormTab a{
   width:150px;
@@ -883,7 +968,8 @@ li.search .topSerach input[type=submit]:active{
   zoom:1;
   background:#ededed;
   color:#999;
-  cursor:pointer
+  cursor:pointer;
+  border-radius: 4px
 }
 
 .trainFormTab a:hover{
@@ -928,7 +1014,8 @@ li.search .topSerach input[type=submit]:active{
   line-height:34px;
   text-align:center;
   background:#2daebf;
-  color:#fff
+  color:#fff;
+  border-radius: 4px
 }
 .formTable .formTd {
   min-height: 80px;
@@ -1859,7 +1946,11 @@ button.close {
   position:absolute;
   width:200px;
   height:140px;
-  overflow:hidden
+  overflow:hidden;
+  border-radius: 8px
+}
+.nItem .nThumb img{
+  border-radius: 8px
 }
 .nItem .nCon{
   margin-left:230px;
@@ -1890,6 +1981,9 @@ button.close {
   margin-right: 340px;
   margin-top: 20px
 }
+.newsCitem img{
+  border-radius: 8px
+}
 .newSide{
  float: right;
  width:320px;
@@ -1919,7 +2013,8 @@ button.close {
   background-position: center;
   height:200px;
   overflow:hidden;
-  position:relative
+  position:relative;
+  border-radius: 8px
 }
 .ncTitle .wrapBg{
   background:rgba(0,0,0,0.5);
@@ -2525,7 +2620,8 @@ border:none
   height:500px;
   width:100%;
   position:relative;
-  background-color: #333
+  background-color: #fff;
+  overflow: hidden;
 }
 .banner-shell {
   height:500px;
@@ -2534,13 +2630,18 @@ border:none
 .banner-entry {
   position:absolute;
   height:500px;
-  width:100%;
+  width:99%;
   opacity:0;
   overflow:hidden;
   transition: all 0.6s ease-out 0s;
+  left:50%;
+  transform: translate(-50%,0);
+  border-radius: 16px;
+  z-index:800
 }
 .banner-entry.show{
   opacity:1;
+  z-index: 900
 }
 .banner-entry .banner-images{
   width:1060px;
@@ -2549,6 +2650,7 @@ border:none
   margin:0 auto;
   overflow:hidden;
 }
+
 /*计量支付*/
 .banner-entry.banner-one {
   background:#B6BA6B url(bing-banner01.jpg) center center
@@ -2715,7 +2817,10 @@ border:none
   opacity:1;
 }
 .banner-seven .title-1{
-  background:url(banner-jlzf2.png) 0 -544px;
+  /*background:url(banner-jlzf2.png) 0 -544px;*/
+  font-size: 40px;
+  font-weight: 600;
+  color:#fff;
   width:631px;
   height:47px;
   top:55px;
@@ -2761,7 +2866,8 @@ border:none
   border:1px solid #fff;
   padding:15px 30px;
   text-decoration: none;
-  font-size: 16px
+  font-size: 16px;
+  border-radius:8px;
 }
 .banner-seven .more-button a:hover{
   color:#333;
@@ -2921,7 +3027,8 @@ border:none
   border:1px solid #e36335;
   padding:15px 30px;
   text-decoration: none;
-  font-size: 16px
+  font-size: 16px;
+  border-radius:8px;
 }
 .banner-eleven .more-button a:hover{
   color:#fff;
@@ -3167,7 +3274,7 @@ border:none
 }
 .banner-ten .title-1{
   top:30px;
-  left:150px;
+  left:200px;
   width: 100%;
   text-align: left;
   font-size: 46px;
@@ -3215,7 +3322,8 @@ border:none
   border:1px solid #ff6501;
   padding:15px 30px;
   text-decoration: none;
-  font-size: 16px
+  font-size: 16px;
+  border-radius: 8px
 }
 .banner-ten .more-button a:hover{
   color:#fff;
@@ -3348,6 +3456,7 @@ border:none
   position:absolute;
   bottom:10px;
   right:10px;
+  z-index: 1000
 }
 #banner-pointer li{
   float:left;
@@ -3388,11 +3497,15 @@ border:none
   width:1060px;
   margin:0 auto;
 }
+.warp-sub-banner .sub-img{
+  border-radius: 8px
+}
 .warp-sub-banner a:hover{
   background:#333;
 }
 .warp-sub-banner a:hover img{
   opacity:0.8;
+  border-radius: 8px
 }
 .warp-news {
   width:1040px;
@@ -3410,6 +3523,10 @@ border:none
   position:relative;
   margin-bottom:15px;
 }
+
+.news-entry dt img{
+  border-radius: 12px
+}
 .news-entry dt .news-title {
   background:rgba(21,112,166,0.6);
   position:absolute;
@@ -3417,6 +3534,7 @@ border:none
   width:286px;
   text-align:left;
   padding:5px 10px;
+  border-radius: 0 0 12px 12px
 }
 .news-entry dt .news-title a{
   color:#fff;
@@ -3441,6 +3559,7 @@ border:none
   color:#fff;
   padding:2px 5px;
   display:inline-block;
+  border-radius: 4px
 }
 .news-entry .feelTrain{
   display:inline-block;
@@ -3509,6 +3628,9 @@ border:none
   margin:15px 0;
   line-height: 28px;
 }
+.about-entry img {
+  border-radius: 8px
+}
 .about-entry a {
     color: #B2005E;
 }
@@ -3993,68 +4115,3 @@ border:none
 .video-mini-list ul li.active .videoCon{
   display:none;
 }
-/*报价单*/
-.quoted-main {
-  margin-bottom: 100px
-}
-.quoted-main legend{
-  font-size: 24px;
-  color:#3c6cb4;
-  padding:32px 0;
-  text-align: center;
-  font-weight: 600
-}
-.quoted-main .formTable,.quoted-main .subTable{
-  width: 100%;
-  border-top: 1px solid #dbdff0;
-}
-.quoted-main .formTable tr{
-  border-left: 1px solid #dbdff0;
-}
-.quoted-main .formTable td{
-  font-size: 18px;
-  padding:8px;
-  border-bottom: 1px solid #dbdff0;
-  border-right: 1px solid #dbdff0;
-  text-align: center;
-}
-.quoted-main .subTable{
-  width: 1020px
-}
-.quoted-main .subTable td{
-  font-size: 16px;
-}
-.subTable td.greenBg{
-  background-color: #17ab0c0d
-}
-.subTable td.orangeBg{
-  background-color:#ed8b000d
-}
-.subTable td.redBg{
-  background-color: #FFCC2B0d
-}
-.quoted-main .qp-title{
- background:#dbdff0;
- font-size: 22px;
- color: #3c6cb4;
- padding:8px 8px;
-  font-weight:normal;
-}
-.quoted-main .q-price{
-  color:#3c6cb4;
-  font-size: 22px;
-  display: inline-block;
-  margin-right: 5px
-}
-.quoted-main .q-price:before{
-  content: '¥';
-  font-size: 12px;
-  float: left;
-}
-.quoted-main .table-xscroll{
-  overflow-x: scroll;
-  width: 795px
-}
-.quoted-main tr.sbg{
-  background-color: #dbdff036
-}

+ 1 - 0
css/gridrotator.css

@@ -85,6 +85,7 @@
 	width: 1020px;
 	height:374px;
 	overflow: hidden;
+	border-radius: 8px
 }
 
 

TEMPAT SAMPAH
css/home-desk.png


+ 29 - 4
css/mobile.css

@@ -161,8 +161,20 @@ template {
 body{
   background-color: #f2f2f2
 }
+table td{
+  text-align: center;
+}
+table td small {
+  font-size: 80%;
+  color:#999;
+}
+.tR{
+  text-align: right;
+}
+.tL{
+  text-align: left;
+}
 .header{
-  font-size: .5rem;
   background-color: #fff;
   padding:4px;
   color:#333;
@@ -202,7 +214,7 @@ body{
 .content{
   margin:8px auto;
   background: #fff;
-  width: 80%;
+  width: 90%;
   display: block;
   padding:8px;
 }
@@ -256,7 +268,7 @@ body{
 }
 /*报价单*/
 .quoted-main {
-  margin-bottom: 100px
+ 
 }
 .quoted-main legend{
   font-size: 1rem;
@@ -279,7 +291,6 @@ body{
   padding:8px;
   border-bottom: 1px solid #dbdff0;
   border-right: 1px solid #dbdff0;
-  text-align: center;
 }
 
 .subTable td.greenBg{
@@ -333,4 +344,18 @@ body{
 }
 .colOrange{
   color:#FF7819;
+}
+.trainFormTab{
+  padding: 5px;
+  margin-bottom: 5px;
+  background-color: #3c6cb4
+}
+.trainFormTab a{
+  padding:8px 10px;
+  display: inline-block;
+  color:#fff;
+}
+.trainFormTab .now{
+  background-color:#fff;
+  color:#3c6cb4;
 }

TEMPAT SAMPAH
images/Z+.png


TEMPAT SAMPAH
images/jiagou04.png


TEMPAT SAMPAH
images/partner/school-53.png


TEMPAT SAMPAH
images/partner/school-54.png


TEMPAT SAMPAH
img/sub03.jpg


TEMPAT SAMPAH
img/sub05.png


TEMPAT SAMPAH
img/sub06.png


TEMPAT SAMPAH
img/sub07.jpg


TEMPAT SAMPAH
img/sub07.png


TEMPAT SAMPAH
img/sub08.jpg


TEMPAT SAMPAH
img/sub08.png


TEMPAT SAMPAH
img/sub09.png


+ 23 - 63
index4.html

@@ -99,77 +99,37 @@
 		</div>
 	</div>
 	<div class="warp-banner">
-			<div class="banner-shell" id="big-banner2">
+			<div class="banner-shell" id="big-banner1">
 				<div class="banner-entry banner-seven show">
-					<div class="banner-images">
-						<h2 class="animation title-1" title="纵横计量支付结算决算软件"></h2>
-						<h3 class="animation title-2" title="简单 简洁 专业"></h3>
-						<div  class="more-button"><a href="http://jsjs.smartcost.com.cn/" target="_blank">查看专题</a> <a href="http://jl.smartcost.com.cn/" target="_blank" class="login">登录系统</a></div>
-						<div class="animation images-1"></div>
-						<div class="animation images-2"></div>
-						<div class="animation images-3"></div>
-					</div>
+				<div class="banner-images">
+					<h2 class="animation title-1" title="纵横云计量,管好项目每一分钱">纵横云计量,管好项目每一分钱</h2>
+					<div  class="more-button"><a href="http://jsjs.smartcost.com.cn" target="_blank">查看专题</a> <a href="http://jl.smartcost.com.cn/" target="_blank" class="login">登录平台</a></div>
+					<div class="animation images-2"></div>
+					<div class="animation images-3"></div>
 				</div>
-				<!-- <div class="banner-entry banner-ten">
-					<div class="banner-images">
-						<h2 class="animation title-1" title="大司空市政云计价免费版软件,永久免费">大司空市政云计价免费版软件,永久免费</h2>
-						<h3 class="animation title-2" title="免费 免费 免费">免费&nbsp;&nbsp;&nbsp;&nbsp;免费&nbsp;&nbsp;&nbsp;&nbsp;免费</h3>
-						<div  class="more-button"><a href="https://yun.smartcost.com.cn/" target="_blank">点此立即登录大司空</a></div>
-						##<div class="animation images-2"></div>
-						<div class="animation images-3"></div> ##
-					</div>
-				</div> -->
-				<!-- <div class="banner-entry banner-seven show">
-					<div class="banner-images">
-						<h2 class="animation title-1" title="纵横结算决算计量支付软件"></h2>
-						<h3 class="animation title-2" title="结算决算同步完成"></h3>
-						<div  class="more-button"><a href="http://jsjs.smartcost.com.cn/jianjie_index.html" target="_blank">查看专题</a></div>
-						<div class="animation images-2"></div>
-						<div class="animation images-3"></div>
-					</div>
-				</div> -->
-				<!-- <div class="banner-entry banner-six">
-					<div class="banner-images hover-stop">
-						<div class="animation images-1"></div>
-						<div class="animation images-2"></div>
-						<div class="animation images-3"></div>
-						<h2 class="animation title-1" title="纵横2018新定额V10.1"></h2>
-						<h3 class="animation title-2" title="新意满满"></h3>
-						<div  class="more-button"><a href="#" target="_blank">立即下载</a></div>
-					</div>
-				</div> -->
-				<!-- <div class="banner-entry banner-four">
-					<div class="banner-images">
-						<div class="animation images-1"></div>
-						<h2 class="animation title-1" title="纵横造价网络版,深耕造价十余年,专业、极速、永久免费"></h3>
-						<h3 class="animation title-2" title="免费下载 不限使用"></h3>
-						<div  class="more-button"><a href="http://ol.smartcost.com.cn" target="_blank">立即下载</a></div>
-					</div>
-				</div> -->
-				<!-- <div class="banner-entry banner-two">
-					<div class="banner-images">
-						<h2 class="animation title-1" title="纵横软件N合1,千位数大揭秘"></h2>
-						<h3 class="animation title-2" title="?980"><div class="animation title-3"></div></h3>
-						<div  class="more-button"><a href="http://o.smartcost.com.cn/shiheyi/" target="_blank">揭秘售价</a></div>
-					</div>
-				</div> -->
-
-				<!-- <div class="banner-entry banner-ten">
-					<div class="banner-images">
-						<h2 class="animation title-1" title="大司空市政云计价网络版">大司空市政云计价网络版</h2>
-						<h3 class="animation title-2" title="免费 免费 免费">免费&nbsp;&nbsp;&nbsp;&nbsp;免费&nbsp;&nbsp;&nbsp;&nbsp;免费</h3>
-						<div  class="more-button"><a href="https://yun.smartcost.com.cn/" target="_blank">点此登录</a></div>
-						<div class="animation images-1"></div>
-						##<div class="animation images-3"></div> ##
-					</div>
-				</div> -->
+			</div>
+			<!-- <div class="banner-entry banner-ten show">
+				<div class="banner-images">
+					<h2 class="animation title-1" title="大司空市政建筑云计价网络版">公路市政建筑计价免费版</h2>
+					<h3 class="animation title-2" title="免费  免费  免费">免费&nbsp;&nbsp;&nbsp;&nbsp;免费&nbsp;&nbsp;&nbsp;&nbsp;免费</h3>
+					<div  class="more-button"><a href="https://dsk.smartcost.com.cn/" target="_blank">点此免费使用</a></div>
+					<div class="animation images-1"></div>
+				</div>
+			</div> -->
+			<!-- <div class="banner-entry banner-eleven">
+				<div class="banner-images">
+					<div class="animation images-1"></div>
+					<h2 class="animation title-1" title="纵横公路工程造价管理软件项目专业版V10.1">纵横公路工程造价管理软件项目专业版V10.1</h3>
+					<h3 class="animation title-2" title="简单、简洁、专业"></h3>
+					<div  class="more-button"><a href="http://o.smartcost.com.cn/material/index.html" target="_blank">查看专题</a></div>
+				</div>
+			</div> -->
 			</div>
 			<div id="banner-pointer">
 				<ul title="切换广告图">
 					<li class="focus"></li>
 					<li></li>
 					<li></li>
-					<li></li>
 				</ul>
 			</div>
 		</div>

+ 2 - 2
js/smartcost.js

@@ -689,11 +689,11 @@ show_li.each(function(index){
 			auto_show = true;
 		});
 		/*自动轮换*/
-		var max_num=4;//最大数
+		var max_num=3;//最大数
 		setInterval(function(){
 			
 			if(auto_show){
-				if(k>3){//最大数减一
+				if(k>2){//最大数减一
 					k=0;
 				}
 				$("#big-banner .banner-entry").removeClass("show").eq(k).addClass("show");

File diff ditekan karena terlalu besar
+ 1281 - 11
quoted-price-mobile.html


+ 92 - 0
train - ad.html

@@ -0,0 +1,92 @@
+<!DOCTYPE html>
+<html lang=zh-cn> 
+<head>
+	<meta charset=utf-8> 
+	<title>SmartCost-纵横公路造价软件-公路全过程造价软件专家</title> 
+	<meta name=description content=专业从事工程造价、工程信息、工程管理三大领域相关业务的管理研究和信息化技术开发。> 
+	<meta name=copyright content=smartcost.com.cn> 
+	<link rel=stylesheet href=css/global.css> 
+	<script src=js/jquery-1.7.1.min.js></script> 
+</head>
+<body>
+<!--收费培训-->
+<div class="trainadSide fL">
+	<h2>呆瓜培训</h2>
+	<ul>
+		<li class="now"><a href="#">全部 (12)</a></li>
+		<li><a href="#">广东 (2)</a></li>
+		<li><a href="#">山东 (2)</a></li>
+		<li><a href="#">内蒙古 (1)</a></li>
+		<li><a href="#">广西 (2)</a></li>
+		<li><a href="#">重庆 (1)</a></li>
+		<li><a href="#">江西 (1)</a></li>
+		<li><a href="#">四川 (3)</a></li>
+		<li><a href="#">浙江 (1)</a></li>
+		<li><a href="#">甘肃 (1)</a></li>
+	</ul>
+	</div>
+				<div class="trainList trainAD clearfix">
+					<div class="trainEntry apply animated">
+						<a href="#" target="_blank" title="江西省:2013年公路工程高级人员造价培训班">
+							<div class="trainTitle">【四川】2013年四川省公路工程造价师考前培训通知</div>
+							<div class="trainState">
+							<span class="fR btn">立即报名</span><span class="tData">报名截止::2013-03-12</span></div>
+						</a>
+					</div>
+					<div class="trainEntry apply animated">
+						<a href="#"  target="_blank" title="·山东:2013年公路工程造价培训 ">
+							<div class="trainTitle">【四川】2013年四川省公路工程造价师考前培训通知</div>
+							<div class="trainState"><span class="fR btn">立即报名</span><span class="tData">报名截止::2013-03-12</span></div>
+						</a>
+					</div>
+					<div class="trainEntry apply animated">
+						<a href="#"  target="_blank" title="·山东:2013年公路工程造价培训 ">
+							<div class="trainTitle">【四川】2013年四川省公路工程造价师考前培训通知</div>
+							<div class="trainState"><span class="fR btn">立即报名</span><span class="tData">报名截止::2013-03-12</span></div>
+						</a>
+					</div>
+					<div class="trainEntry apply animated">
+						<a href="#"  target="_blank" title="·山东:2013年公路工程造价培训 ">
+							<div class="trainTitle">【四川】2013年四川省公路工程造价师考前培训通知</div>
+							<div class="trainState"><span class="fR btn">立即报名</span><span class="tData">报名截止::2013-03-12</span></div>
+						</a>
+					</div>
+					<div class="trainEntry apply animated">
+						<a href="#"  target="_blank" title="·山东:2013年公路工程造价培训 ">
+							<div class="trainTitle">【四川】2013年四川省公路工程造价师考前培训通知</div>
+							<div class="trainState"><span class="fR btn">立即报名</span><span class="tData">报名截止::2013-03-12</span></div>
+						</a>
+					</div>
+					<div class="trainEntry apply animated">
+						<a href="#" target="_blank"  title="·山东:2013年公路工程造价培训 ">
+							<div class="trainTitle">【四川】2013年四川省公路工程造价师考前培训通知</div>
+							<div class="trainState"><span class="fR btn">立即报名</span><span class="tData">报名截止::2013-03-12</span></div>
+						</a>
+					</div>
+					<div class="trainEntry apply animated">
+						<a href="#" target="_blank"  title="·山东:2013年公路工程造价培训 ">
+							<div class="trainTitle">【四川】2013年四川省公路工程造价师考前培训通知</div>
+							<div class="trainState"><span class="fR btn">立即报名</span><span class="tData">报名截止::2013-03-12</span></div>
+						</a>
+					</div>
+					<div class="trainEntry apply animated">
+						<a href="#"  target="_blank" title="·山东:2013年公路工程造价培训 ">
+							<div class="trainTitle">【四川】2013年四川省公路工程造价师考前培训通知</div>
+							<div class="trainState"><span class="fR btn">立即报名</span><span class="tData">报名截止::2013-03-12</span></div>
+						</a>
+					</div>
+					<div class="trainEntry apply animated">
+						<a href="#" target="_blank"  title="·山东:2013年公路工程造价培训 ">
+							<div class="trainTitle">【四川】2013年四川省公路工程造价师考前培训通知</div>
+							<div class="trainState"><span class="fR btn">立即报名</span><span class="tData">报名截止::2013-03-12</span></div>
+						</a>
+					</div>
+					<div class="trainEntry apply animated">
+						<a href="#" target="_blank"  title="·山东:2013年公路工程造价培训 ">
+							<div class="trainTitle">【四川】2013年四川省公路工程造价师考前培训通知</div>
+							<div class="trainState"><span class="fR btn">立即报名</span><span class="tData">报名截止::2013-03-12</span></div>
+						</a>
+					</div>
+				</div>	
+
+</body>