| 开标记录内容 |
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </meta> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </meta> <meta http-equiv="X-UA-Compatible" content="ie=edge"> </meta> <title></title> <style> /* 固定样式-start */ table { width: 100% !important; } p { font-size: 12pt; line-height: 20px; font-weight: normal; } .detail-title .headline p { text-align: center !important; font-size: 28px !important; } /* 固定样式-end */ .centersty { font-size: 10pt; border-bottom: 1px solid rgba(229, 229, 229, 1); height: 36px; text-align: center; } .thsty { font-size: 10pt; background: rgba(229, 229, 229, 1); height: 36px; font-weight: normal; text-align: center; width: 200pt } .ththsty { font-size: 10pt; background: rgba(229, 229, 229, 1); height: 36px; font-weight: normal; text-align: left; width: 200pt } .tdtdsty { font-size: 10pt; border-bottom: 1px solid rgba(229, 229, 229, 1); height: 36px; text-align: left; } /* 固定样式-start */ h1, h2, h3, h4, h5, h6, font, code { font-size: 12pt !important; line-height: 20px !important; font-weight: normal !important; } div, code { font-size: 12pt !important; font-weight: normal !important; } /* 固定样式-end */ </style> </head> <body> <table cellspacing="0" cellpadding="0" style="margin: 26px 0 26px 0;width: 100%;"> <thead> <tr> <th class="ththsty"> 投标人名称 </th> <th class="thsty"> 投标总报价 (元) </th> <th class="thsty"> 控制价(万元) </th> <th class="thsty"> 工期 </th> <th class="thsty"> 投标文件递交时间 </th> </tr> </thead> <tbody> <tr> <td class="tdtdsty"> 佳国建工(河南)有限公司 </td> <td class="centersty"> 1352474.88 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 5, 2026 2:14:38 AM </td> </tr> <tr> <td class="tdtdsty"> 江苏良匠建设有限公司 </td> <td class="centersty"> 1447607.08 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 7:38:13 PM </td> </tr> <tr> <td class="tdtdsty"> 江苏石华建设工程有限公司 </td> <td class="centersty"> 1445428.48 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 4:19:34 PM </td> </tr> <tr> <td class="tdtdsty"> 中胜嘉锦建设集团有限公司 </td> <td class="centersty"> 1421463.84 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 8:35:15 PM </td> </tr> <tr> <td class="tdtdsty"> 盐城市洪武建设工程有限公司 </td> <td class="centersty"> 1447897.30 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 5:55:04 PM </td> </tr> <tr> <td class="tdtdsty"> 淮安威明建设工程有限公司 </td> <td class="centersty"> 1361915.48 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 9:50:20 PM </td> </tr> <tr> <td class="tdtdsty"> 江苏清耀建设工程有限公司 </td> <td class="centersty"> 1442950.68 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 6:38:20 PM </td> </tr> <tr> <td class="tdtdsty"> 河南昭满项目管理有限公司 </td> <td class="centersty"> 1374696.43 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 6:56:12 PM </td> </tr> <tr> <td class="tdtdsty"> 江苏汇跃建设有限公司 </td> <td class="centersty"> 1307814.53 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 3, 2026 3:22:54 PM </td> </tr> <tr> <td class="tdtdsty"> 江苏翔崇建筑工程有限公司 </td> <td class="centersty"> 1390237.15 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 6:57:14 PM </td> </tr> <tr> <td class="tdtdsty"> 江苏盐强建设工程有限公司 </td> <td class="centersty"> 1406358.01 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 5:50:47 PM </td> </tr> <tr> <td class="tdtdsty"> 中悦宏扬建设集团有限公司 </td> <td class="centersty"> 1430323.90 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 6:52:45 PM </td> </tr> <tr> <td class="tdtdsty"> 江苏常丰建设工程有限公司 </td> <td class="centersty"> 1434819.70 </td> <td class="centersty"> 1452400 </td> <td class="centersty"> 90 </td> <td class="centersty"> Aug 4, 2026 7:14:07 PM </td> </tr> </tbody> </table> </body> </html> |