- <!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN">
-
- <head>
- <meta charset="utf-8">
- <title>农燊高科</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="keywords" content="" />
- <meta name="description" cxontent="" />
- <link href="../../static/css/main.css" rel="stylesheet" type="text/css" />
- <link href="../../static/css/index.css" rel="stylesheet" type="text/css" />
- <link href="../../static/css/supply.css" rel="stylesheet" type="text/css" />
- <link href="../../static/css/swiper-bundle.min.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- .swiperDiv{
- border: 1px solid #eaeaea;
- margin-top: 20px;
- }
-
- .pc-slide {
- width: 37%;
- margin: 0 auto;
- }
-
- .view .swiper-container {
- width: 100%;
- height: 350px;
- }
-
- .view .arrow-left {
- background: url(../../static/images/feel3.png) no-repeat left top;
- position: absolute;
- left: 10px;
- top: 50%;
- margin-top: -25px;
- width: 30px;
- height: 30px;
- z-index: 10;
- background-size: 100%;
- }
-
- .view .arrow-right {
- background: url(../../static/images/feel4.png) no-repeat left bottom;
- position: absolute;
- right: 10px;
- top: 50%;
- margin-top: -25px;
- width: 30px;
- height: 30px;
- z-index: 10;
- background-size: 100%;
- }
-
- .preview {
- width: 100%;
- margin-top: 10px;
- position: relative;
- }
-
- .preview .swiper-container {
- width: calc(100% - 70px);
- height: 82px;
- margin-left: 35px;
- }
-
- .preview .swiper-slide {
- width: 87px;
- height: 82px;
- }
-
- .preview .slide6 {
- width: 82px;
- }
-
- .preview .arrow-left {
- background: url(../../static/images/feel6.png) no-repeat left top;
- position: absolute;
- left: 10px;
- top: 50%;
- margin-top: -9px;
- width: 9px;
- height: 18px;
- z-index: 10;
- }
-
- .preview .arrow-right {
- background: url(../../static/images/feel5.png) no-repeat left bottom;
- position: absolute;
- right: 10px;
- top: 50%;
- margin-top: -9px;
- width: 9px;
- height: 18px;
- z-index: 10;
- }
-
- .preview img {
- padding: 1px;
- }
-
- .preview .active-nav img {
- padding: 0;
- border: 1px solid #F00;
- }
- </style>
- </head>
-
- <body>
- <div class="main bg-f4" id="page">
- <!-- 顶部导航 -->
- <div class="topTab">
- <div class="w-1300">
- <p class="fl">农村经营主体综合供求信息网</p>
- <ul class="fl m-l-30">
- <li><a href="../../index.html">首页</a></li>
- <li><a href="../supply/index.html">供求信息</a></li>
- <li><a href="../price/index.html">价格看板</a></li>
- <li class="active"><a href="index.html">农技服务</a></li>
- <li><a href="../supplyChain/index.html">供应链</a></li>
- <li><a href="../finance/index.html">金融服务</a></li>
- <li><a href="../directories/index.html">项目指南</a></li>
- </ul>
- <div class="fr">
- <img src="../../static/images/icon_map.png" class="fl m-r-20" style="margin-top: 9px;cursor: pointer;" alt="" onclick="window.location='view/map/index.html'"/>
- <a href="../release.html" class="fl m-r-20 upBtn">发布</a>
- <img src="../../static/images/user_tips.png" class="block fl m-r-20" style="margin-top: 6px;" alt=""/>
- <img src="../../../static/images/member.png" class="block fl" alt=""/>
- </div>
- <div class="clear"></div>
- </div>
- </div>
- <div class="partition"></div>
- <div class="w-1200">
- <p class="crumbs">首页 > 农技服务 > 农技咨询 > 咨询详情</p>
- <script id="technologyData" type="text/html">
- <p class="recommendTit"><i class="lvd"></i>{{technologyDetail.title}}<span style="float: right;font-size: 14px;line-height: 26px;">NO.{{technologyDetail.id}} 农技咨询</span></p>
- <div class="detail_box_comm">
- <!-- <div class="pc-slide fl">-->
- <!-- <div class="view">-->
- <!-- <div class="swiper-container">-->
- <!-- <a class="arrow-left" href="#"></a>-->
- <!-- <a class="arrow-right" href="#"></a>-->
- <!-- <div class="swiper-wrapper">-->
- <!-- {{each technologyDetail.masterMap as value i}}-->
- <!-- {{if technologyDetail.masterMap == ''}}-->
- <!-- <div class="swiper-slide">-->
- <!-- <a href="javascript:void(0);" ><img src="../../static/images/zwtp.jpg" alt=""></a>-->
- <!-- </div>-->
- <!-- {{else}}-->
- <!-- <div class="swiper-slide">-->
- <!-- <a href="javascript:void(0);" ><img src="{{value}}" alt=""></a>-->
- <!-- </div>-->
- <!-- {{/if}}-->
- <!-- {{/each}}-->
- <!-- </div>-->
- <!-- </div>-->
- <!-- </div>-->
- <!-- <div class="preview">-->
- <!-- <a class="arrow-left" href="#"></a>-->
- <!-- <a class="arrow-right" href="#"></a>-->
- <!-- <div class="swiper-container">-->
- <!-- <div class="swiper-wrapper">-->
- <!-- {{each technologyDetail.masterMap as value i}}-->
- <!-- {{if technologyDetail.masterMap == ''}}-->
- <!-- <div class="swiper-slide active-nav">-->
- <!-- <img src="../../static/images/zwtp.jpg" alt="">-->
- <!-- </div>-->
- <!-- {{else}}-->
- <!-- <div class="swiper-slide {{i==0?'active-nav':''}}">-->
- <!-- <img src="{{value}}" alt="">-->
- <!-- </div>-->
- <!-- {{/if}}-->
- <!-- {{/each}}-->
- <!-- </div>-->
- <!-- </div>-->
- <!-- </div>-->
- <!-- </div>-->
- <table width="100%" cellpadding="0" cellspacing="0">
- <tr>
- <td width="100px">标题</td>
- <td><p class="font18">{{technologyDetail.title}}</p></td>
- </tr>
- <tr>
- <td>咨询内容</td>
- <td>{{technologyDetail.adviceContent}}</td>
- </tr>
- <tr>
- <td>发布人</td>
- <td>{{technologyDetail.submitName}}</td>
- </tr>
- <tr>
- <td>发布时间</td>
- <td>{{technologyDetail.createTime}}</td>
- </tr>
- <tr>
- <td>联系方式</td>
- <td>{{technologyDetail.phone}}</td>
- </tr>
- <tr>
- <td >知识分类</td>
- <td>{{technologyDetail.techniqueType}}</td>
- </tr>
- <tr>
- <td style="border-top: 1px solid #e9e9e9">答复专家</td>
- <td style="border-top: 1px solid #e9e9e9">{{technologyDetail.handleName}}</td>
- </tr>
- <tr>
- <td>答复内容</td>
- <td>{{technologyDetail.adviceReply}}</td>
- </tr>
- <tr>
- <td>答复时间</td>
- <td>{{technologyDetail.handleTime}}</td>
- </tr>
- </table>
- <div class="clear"></div>
- </div>
- </script>
- <div class="detail_box" id="technologyContent"></div>
- </div>
- <!--底部链接 -->
- <div class="bottomLink">
- <div class="w-1200">
- <div class="w-1000 fl">
- <p class="bottomLink-tit"><img src="../static/images/newBusinessEntities/icon_link.png" alt=""/>友情链接</p>
- <div class="bottomLink-linkList">
- <a href="javascript:void(0);" target="_blank">农燊高科新型经营主体网站</a>
- <a href="javascript:void(0);" target="_blank">农燊高科新型经营主体网站</a>
- <a href="javascript:void(0);" target="_blank">农燊高科新型经营主体网站</a>
- <a href="javascript:void(0);" target="_blank">农燊高科新型经营主体网站</a>
- <a href="javascript:void(0);" target="_blank">农燊高科新型经营主体网站</a>
- <a href="javascript:void(0);" target="_blank">农燊高科新型经营主体网站</a>
- <a href="javascript:void(0);" target="_blank">农燊高科新型经营主体网站</a>
- <a href="javascript:void(0);" target="_blank">农燊高科新型经营主体网站</a>
- <a href="javascript:void(0);" target="_blank">农燊高科新型经营主体网站</a>
- <a href="javascript:void(0);" target="_blank">农燊高科新型经营主体网站</a>
- </div>
- <p class="ba" id="webConfigRecord">鲁公网安备 12011502000077号 京ICP备 17061038号-1</p>
- <p class="ba" id="webConfigAddress">左云县农村产权交易网 联系地址:北京紫竹书院技术基地 联系电话:400-060-123</p>
- </div>
- <div class="ewm fr">
- <img src="../../../static/images/ewm.jpg" width="110" height="110" alt="" />
- <p class="ewmtit">关注公众号 了解详情</p>
- </div>
- <div class="clear"></div>
- </div>
- </div>
- </div>
- </body>
- <script src="../../static/js/common/require.js" data-main="../../static/js/common/main.js?t=101" id="require-page"
- target-module="../../static/js/project/train/severDetail.js" defer type="text/javascript"></script>
-
- </html>
|