CINXE.COM
华夏能源网-碳中和第一财经新媒体-hxny.com
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <meta content="900" http-equiv="refresh" /> <meta content="Obp83m9kW4" name="baidu-site-verification" /> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" /> <link href="/images/hxny_logo.png" rel="shortcut icon" /> <title>华夏能源网-碳中和第一财经新媒体-hxny.com</title> <meta name="keywords" content="能源政策,能源上市公司,碳中和,能源革命,能源反腐" /> <meta name="description" content="华夏能源网(www.hxny.com)是专业的能源财经新媒体平台,怀抱“碳中和第一财经新媒体”的发展愿景,深度聚焦光伏、风电、油气、电力、新能源汽车、储能、氢能等前景广阔的低碳能源产业,坚守“内容为王”的采编方针,立足行业,深耕财经,以深度原创能力和强大传播力、资源聚合力,在能源行业和金融资本圈建立了较大品牌影响力。" /> <script src="/js/jquery.min.js"></script> <link rel="stylesheet" href="/layui/css/layui.css" /> <link rel="stylesheet" href="/layui/css/layer.css" /> <script src="/layui/layui.js"></script> <style> .div100{ height: 100% !important; width: 100% !important; } @media screen and (max-width: 960px){ .phoneDiv{ height: 100% !important; width: 100% !important; } .phonenone{ display: none !important; } .go-top a { display: none !important; } } .newskeyw li.on, .newskeyw li.on a { display: none !important; } </style> </head> <script> let allData = []; $(function (){ let top='<div class="layui-col-md6">\n' + ' <div class="fx fxtitle">\n' + ' <a class="dright limore" href="/rongzi/">更多></a>\n' + ' <span>投融资</span>\n' + ' </div>\n' + ' <div id="tourongziimg">\n' + ' </div>\n' + ' </div>'; let bottomphone = '<div class="layui-col-md6">\n' + ' <div class="fx fxtitle" style="padding: 5px 0">\n' + ' <hr/>\n' + ' </div>\n' + ' <div class="zxbottom">\n' + ' </div>\n' + ' </div>'; let bottom = '<div class="layui-col-md6">\n' + ' <div class="fx fxtitle">\n' + ' <hr/>\n' + ' </div>\n' + ' <div class="zxbottom">\n' + ' </div>\n' + ' </div>'; let top1 = '<div class="layui-col-md6">\n' + ' <div class="fx fxtitle">\n' + ' <a class="dright limore" href="/huodong/">更多></a>\n' + ' <span>论坛/活动</span>\n' + ' </div>\n' + ' <div id="huodongimg">\n' + ' </div>\n' + ' </div>'; let bottom1 = ' <div class="layui-col-md6">\n' + ' <div class="fx fxtitle">\n' + ' <span>热点资讯</span>\n' + ' </div>\n' + ' <div class="zxtop">\n' + ' </div>\n' + ' </div>'; if (/(iPhone|iPad|iPod|iOS|Android)/i.test(navigator.userAgent)) { //移动端 $("#huodong").append(bottom1).append(bottomphone).append("<br/>"); $("#rongzi").append(top1).append(top); $(".div100").removeClass("layui-col-space20"); }else{ $("#huodong").append(top1).append(bottom1); $("#rongzi").append(top).append(bottom); $(".div100").addClass("layui-col-space20"); } renderrz(); setInterval(renderrz,30000); function renderrz(){ $.ajax({ type:"post", url:"/tArticle/getNewRongZi", success:function (res){ if (allData["renderrz"] === undefined){ allData["renderrz"] = res.data; if (res.data.length === 0){ $('#tourongziimg').append("<center><h2>敬请期待...</h2></center>"); }else{ $("#tourongziimg").append("<a href='/nd-"+res.data[0].id+"-0-"+res.data[0].authorId+".html'><img style='width: 24.5rem !important;height: 15rem !important;' src='"+res.data[0].imgUrl+"'></a>"); } }else{ if (!isEqual(res.data,allData["renderrz"])){ $("#tourongziimg").html(""); if (res.data.length === 0){ $('#tourongziimg').append("<center><h2>敬请期待...</h2></center>"); }else{ $("#tourongziimg").append("<a href='/nd-"+res.data[0].id+"-0-"+res.data[0].authorId+".html'><img style='width: 24.5rem !important;height: 15rem !important;' src='"+res.data[0].imgUrl+"'></a>"); } } allData["renderrz"] = res.data; } } }); } renderhd(); setInterval(renderhd,30000); function renderhd(){ $.ajax({ type:"post", url:"/tActivity/getActivityByRecommend", success:function (res){ if (allData["renderhd"] === undefined){ console.log("第一次") allData["renderhd"] = res.data; $("#huodongimg").append("<a href='/ad-"+res.data[0].id+"-1.html'><img style='width: 24.5rem !important;height: 15rem !important;' src='"+res.data[0].image+"'></a>"); }else{ if (!isEqual(res.data,allData["renderhd"])){ $("#huodongimg").html(""); $("#huodongimg").append("<a href='/ad-"+res.data[0].id+"-1.html'><img style='width: 24.5rem !important;height: 15rem !important;' src='"+res.data[0].image+"'></a>"); } allData["renderhd"] = res.data; } } }) } //热点资讯开始 function renderrdzx(){ $.ajax({ url:getServerUrl+"/api/tArticle/getPage?page=1&limit=16&cid=0&uid=0&topArticle=1&type=1&authorId=0&isRongZi=0", type:"get", success:function (res){ if (allData["renderrdzx"] === undefined){ allData["renderrdzx"] = res.data; let data = res.data; for (let i = 0; i < 8; i++) { $(".zxtop").append('<a class="mjzl02_a1" value="'+data[i].id+'" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b>'+data[i].title+'</a>'); } for (let i = 8; i < data.length; i++) { $(".zxbottom").append('<a class="mjzl02_a1" value="'+data[i].id+'" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b>'+data[i].title+'</a>'); } }else{ if (!isEqual(res.data,allData["renderrdzx"])){ $(".zxtop").html(""); $(".zxbottom").html(""); let data = res.data; for (let i = 0; i < 8; i++) { $(".zxtop").append('<a class="mjzl02_a1" value="'+data[i].id+'" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b>'+data[i].title+'</a>'); } for (let i = 8; i < data.length; i++) { $(".zxbottom").append('<a class="mjzl02_a1" value="'+data[i].id+'" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b>'+data[i].title+'</a>'); } allData["renderrdzx"] = res.data; } } } }) } renderrdzx(); setInterval(renderrdzx,30000); }); //热点资讯结束 function isEqual(a,b){ let aId = ""; a.forEach(id =>{ aId += id.id; }) let bId = ""; b.forEach(id =>{ bId += id.id; }) if (bId!==aId){ console.log(a,b); } return bId === aId; } function renderDiv (ServerUrl,divClass,titleId) { $.ajax({ url:getServerUrl+"/api/tArticle/getPage?isRongZi=0&page=1&limit=6&cid="+titleId+"&uid=0&authorId=0&type=19&topArticle=2", type:"get", success:function (res){ if (allData[divClass] === undefined){ allData[divClass] = res.data; let data = res.data; if (data.length == 0){ $("."+divClass).append("<center><h2>敬请期待...</h2></center>"); }else{ let imgDivInfo = '<div style="display: flex">\n' + ' <div style="width: 50%;padding-left: 5px;padding-right: 5px">\n' + ' <img class="phoneDiv" src="'+data[0].imgUrl+'" style="width: 183px;height: 122px">\n' + ' </div>\n' + ' <div style="width: 50%;padding-left: 5px;padding-right: 5px">\n' + ' <div style="height: 80%">\n' + ' <a href="/nd-'+data[0].id+'-0-'+data[0].authorId+'.html" target="_blank" class="noneFont">\n'; if (data[0].original==2){ imgDivInfo+='<h3 style="font-size: 16px"><span class="spanyc">专栏</span>'+data[0].title+'</h3>'; }else if (data[0].original==1){ imgDivInfo+='<h3 style="font-size: 16px"><span class="spanyc">原创</span>'+data[0].title+'</h3>'; }else { imgDivInfo+='<h3 style="font-size: 16px">'+data[0].title+'</h3>'; } imgDivInfo+= ' </a>\n' + ' </div>\n' + ' <div style="height: 5%"></div>\n' + ' <div style="display: flex ;justify-content: space-between;height: 10%">\n' + ' <div><a class="dwriter noRight" style="color:#959595" target="_blank" href="/user_home/'+data[0].authorId+'/0.html">©'+data[0].name+'</a></div>\n'; if (data[0].companyId < 0 || data[0].companyName === null){ imgDivInfo+='<div><a class="dwriter noRight" style="color: steelblue" target="_blank" href="/company_list.html">§相关股票 </a></div>\n'; }else{ imgDivInfo+='<div><a class="dwriter noRight" style="color: steelblue" target="_blank" href="/cd-'+data[0].companyId+'.html">§'+data[0].companyName+'</a></div>\n'; } imgDivInfo+=' </div>\n' + ' <div style="height: 5%"></div>\n' + ' </div>\n' + ' </div>'; let detailDivInfo = '<div>'; for (let i = 1; i < data.length; i++) { if (data[i].original==2){ detailDivInfo+= '<a class="mjzl02_a1" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b><span class="spanyc">专栏</span>'+data[i].title+'</a>\n'; }else if (data[i].original==1){ detailDivInfo+= '<a class="mjzl02_a1" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b><span class="spanyc">原创</span>'+data[i].title+'</a>\n'; }else{ detailDivInfo+= '<a class="mjzl02_a1" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b>'+data[i].title+'</a>\n'; } } detailDivInfo+="</div>"; $("."+divClass).append(imgDivInfo).append("<br/>").append(detailDivInfo); } }else{ if (!isEqual(res.data,allData[divClass])){ $("."+divClass).html(""); let data = res.data; if (data.length == 0){ $("."+divClass).append("<center><h2>敬请期待...</h2></center>"); }else{ let imgDivInfo = '<div style="display: flex">\n' + ' <div style="width: 50%;padding-left: 5px;padding-right: 5px">\n' + ' <img class="phoneDiv" src="'+data[0].imgUrl+'" style="width: 183px;height: 122px">\n' + ' </div>\n' + ' <div style="width: 50%;padding-left: 5px;padding-right: 5px">\n' + ' <div style="height: 80%">\n' + ' <a href="/nd-'+data[0].id+'-0-'+data[0].authorId+'.html" target="_blank" class="noneFont">\n'; if (data[0].original==2){ imgDivInfo+='<h3 style="font-size: 16px"><span class="spanyc">专栏</span>'+data[0].title+'</h3>'; }else if (data[0].original==1){ imgDivInfo+='<h3 style="font-size: 16px"><span class="spanyc">原创</span>'+data[0].title+'</h3>'; }else { imgDivInfo+='<h3 style="font-size: 16px">'+data[0].title+'</h3>'; } imgDivInfo+= ' </a>\n' + ' </div>\n' + ' <div style="height: 5%"></div>\n' + ' <div style="display: flex ;justify-content: space-between;height: 10%">\n' + ' <div><a class="dwriter noRight" style="color:#959595" target="_blank" href="/user_home/'+data[0].authorId+'/0.html">©'+data[0].name+'</a></div>\n'; if (data[0].companyId < 0 || data[0].companyName === null){ imgDivInfo+='<div><a class="dwriter noRight" style="color: steelblue" target="_blank" href="/company_list.html">§相关股票 </a></div>\n'; }else{ imgDivInfo+='<div><a class="dwriter noRight" style="color: steelblue" target="_blank" href="/cd-'+data[0].companyId+'.html">§'+data[0].companyName+'</a></div>\n'; } imgDivInfo+=' </div>\n' + ' <div style="height: 5%"></div>\n' + ' </div>\n' + ' </div>'; let detailDivInfo = '<div>'; for (let i = 1; i < data.length; i++) { if (data[i].original==2){ detailDivInfo+= '<a class="mjzl02_a1" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b><span class="spanyc">专栏</span>'+data[i].title+'</a>\n'; }else if (data[i].original==1){ detailDivInfo+= '<a class="mjzl02_a1" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b><span class="spanyc">原创</span>'+data[i].title+'</a>\n'; }else{ detailDivInfo+= '<a class="mjzl02_a1" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b>'+data[i].title+'</a>\n'; } } detailDivInfo+="</div>"; $("."+divClass).append(imgDivInfo).append("<br/>").append(detailDivInfo); } } allData[divClass] = res.data; } } }) return true; } </script> <body> <!--top--> <html> <script type="text/javascript" src="/js/layui/layui.all.js"></script> <script type="text/javascript" src="/js/jquery/dist/jquery.min.js"></script> <!-- 一个页面只能加一个这样的代码 --> <link rel="stylesheet" href="/js/jquery.share/dist/css/share.min.css" /> <link rel="stylesheet" href="/js/swiper/dist/css/swiper.min.css" /> <link rel="stylesheet" href="/js/swiper/swiper-bundle.min.css" /> <link rel="stylesheet" href="/js/layui/css/layui.css" /> <link rel="stylesheet" href="/js/layui/css/layui.mobile.css" /> <link rel="stylesheet" href="/css/index.css" /> <link rel="stylesheet" href="/css/style.css" /> <link rel="stylesheet" href="/css/css.css" /> <link rel="stylesheet" href="/js/swiper/swiper-bundle.min.css" /> <meta content="ie=edge" http-equiv="X-UA-Compatible" /> <script type="text/javascript" src="/js/swiper/swiper-bundle.min.js"></script> <script type="text/javascript" src="/js/jquery.cookie/jquery.cookie.js"></script> <script type="text/javascript" src="/js/jquery.share/dist/js/jquery.share.min.js"></script> <script type="text/javascript" src="/js/swiper/dist/js/swiper.min.js"></script> <script type="text/javascript" src="/js/swiper/swiper-bundle.min.js"></script> <script type="text/javascript" src="/js/script.js"></script> <script type="text/javascript" src="/modules/loginVerify.js"></script> <script type="text/javascript" src="/modules/loginVerifyComment.js"></script> <div class="hxtop"> <div class="dhcon1200"> <div class="hxtopr1 dright" name="login"></div> <div class="hxtopr2 dright phonenone"> <!-- <a class="gongzhonghao" style="margin-right: 10px !important;">公众号</a> --> <a class="tougao">投稿/合作</a> </div> <style> #triangle-up { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 20px solid #FFFFFF; position: absolute; left: 45.2%; top: 0.6%; } #triangle-up_border{ width: 0; height: 0; border-left: 10.5px solid transparent; border-right: 10.5px solid transparent; border-bottom: 21px solid #cccccc; margin-left: 45%; } .hoverBlue:hover .hoverBlueBorder{ border: #1E9FFF solid 1px !important; } .hoverBlue:hover { color: #1E9FFF; text-decoration: none; } </style> <div class="layui-card" id="showEWM" style="position: absolute;left: 80.2%;z-index:9999;margin-top: 4.3%;"> <div id="triangle-up"></div> <div id="triangle-up_border"></div> <div style="border: 0.5px #cccccc solid;"> <center> <img src="/images/wechatcode.jpg" style="width: 120px;height:120px" /> <h3 style="font-family:'微软雅黑';font-size: 13px;">扫一扫,关注我们</h3> <div style="height: 5px"></div> </center> </div> </div> <h1 class="dleft dleft_img" style="position: relative;top: 17px;"> <a href="/"> <img alt="华夏能源网" height="55%" src="/images/logo_hxny_2023.png" /> </a> </h1> <div class="hxnav dleft"> <div id="cssmenu"> <ul> <li class="active ac"><a href="/">首页</a></li> <li style="display: flex"><a href="/new/">资讯</a></li> <li><a href="/kuaixun/">快讯</a></li> <li><a href="/video/">视频</a></li> <li><a href="/huodong/">活动</a></li> <li><a href="/rongzi/">投融资</a></li> <li><a href="/zhuanti/">专题</a></li> <li><a href="https://www.greenergydaily.com/" target="_blank">English</a></li> </ul> </div> </div> </div> </div> <html> <script type="text/javascript"> layui.config({ base: '/modules/' }).extend({ common: 'common/common', weixinweibo: 'common/weixinweibo', footer: 'common/footer', plg_guanggao: 'module/plg_guanggao', plg_huodong: 'module/plg_huodong', plg_kuaixun: 'module/plg_kuaixun', plg_news: 'module/plg_news', plg_regu: 'module/plg_regu', plg_resou: 'module/plg_resou', plg_rewen: 'module/plg_rewen', plg_typebar: 'module/plg_typebar', plg_zhuanlan: 'module/plg_zhuanlan', plg_zhuanti: 'module/plg_zhuanti', plg_gupiao: 'module/plg_gupiao', plg_player: 'module/plg_player', plg_zuozhe: 'module/plg_zuozhe', thm_swiper: 'module/thm_swiper', thm_threeblock: 'module/thm_threeblock' }); </script> </html> <html> <!--投稿--> <!--遮罩层--> <div class="bgPop" id="bgPop"></div> <!--弹出框--> <div class="pop tougao_cont" id="pop"> <div class="pop-top"> <p class="pop-close" id="pop-close1">投稿与合作</p> </div> <div class="pop-content"> <p class="content_p002" style="margin:unset"> <span class="cont_s1">欢迎来到华夏能源网,如有新闻报道、品牌传播、稿件发布需求,请按以下方式联系我们:</span> <span class="cont_s2"> <strong>一、免费发布:</strong>我们欢迎能源、财经及相关领域有较强新闻价值、较高思想水准的优质稿件,请附上联系方式投稿至tougao@mail.hxny.com,我们将择优、免费刊发。如48小时内没有回复,请自行处理您的稿件。 </span> <span class="cont_s2"> <strong>二、定制服务:</strong>如果您有更多的产品宣传、公关传播需求,我们很乐意为您提供专业的定制化服务,欢迎垂询QQ/微信:805922102,邮件:hezuo@mail.hxny.com。 </span> </p> </div> <div class="pop_bot" style="position: relative;margin-top: 20px"> <div class="pop_bot_l" id="pop_bot_l"> <input placeholder="我知道了" type="text" value="我知道了" /> </div> </div> </div> <!--投稿结束--> <script> $(function () { $('#pop_bot_l').click(function () { $('#bgPop').hide(); $('#pop').hide(); }); $('.tougao').click(function () { $('#bgPop').show(); $('#pop').show(); }); }); </script> </html> <html> <!-- 右侧微信微博 --> <div class="go-top dn" id="go-top"> <a class="go" href="javascript:;"></a> <a class="uc-2vm" href="javascript:;"></a> <div class="uc-2vm-pop dn"> <div class="logo-2wm-box"> <img alt="" height="150" src="/images/weixin.jpg" width="150" /> </div> </div> <a class="feedback" href="javascript:;"></a> <div class="feedback-pop dns"> <div class="logo-2wm-box"> <img alt="" height="150" src="/images/weibo.jpg" width="150" /> </div> </div> </div> <!--右侧微信微博结束--> <script type="text/javascript"> layui.config({ base: '/modules/' }).use('weixinweibo'); </script> </html> <center> <hr style="width: 100%" /> </center> <style> .shadows{ background-color: transparent !important; box-shadow: 0 0 0 rgba(0,0,0,0) !important; border: 0; } </style> <script> $(".hover_1").hover((res)=>{ console.log($(this)); }) $("#detail-div").hide(); $(".openDetail").click(()=>{ $("#detail-div").slideToggle(); }) $("#showEWM").hide(); $(".gongzhonghao").mouseover(() =>{ $("#showEWM").show(); }).mouseout(()=>{ $("#showEWM").hide(); }) </script></html> <div class="dhcon1200"> <!--热搜词--> <html> <!--热搜词--> <div class="hxhots mhide"> <div class="hxhotsr dright"> <input class="hotinput01" id="hotText" placeholder="搜热点" type="text" value="" /> <a class="hotinbtn" href="javascript:void(0);" id="getTopPicArticleBtn" onclick="getTopPicArticleBtn()" style="cursor: pointer" target="_blank"></a> </div> <strong>热点话题</strong> </div> <script type="text/javascript"> layui.config({ base: '/modules/' }).use('plg_resou'); </script> </html> <!--主体内容--> <div class="hxmain"> <!--中间内容--> <div class="hxmainl dleft mw100p"> <!--新闻轮播--> <html> <div style="overflow: auto;"> <style> .swiper-container .hide{ opacity:0; } .swiper-button-next,.swiper-button-prev{ transition:opacity 0.5s; } .phoneSwiper .swiper-pagination-bullet{ background: #4E5465; } </style> <!--reqMap结构为['path','params'] params is 'a:a,b:b'--> <ul class="hxmainl01 mhide" name="hxmainl01_mhide_1"> </ul> <!--手机轮播begin--> <div class="swiper-container swiper-container1 pchide mshow"> <ul class="swiper-wrapper hxmainl01" style="height: 14.900390rem" name="swiper-wrapper_hxmainl01_1"> </ul> <div class="swiper-pagination phoneSwiper" style="float: top; top: 0px;"></div> </div> </div> <script type="text/javascript"> var swiperIdTotal = 3; layui.config({ base: '/modules/' }).use('thm_swiper'); </script> </html> <!--间隔--> <div class="phonenone" style="display: block;height: 10px"></div> <div style="display: block;height: 5px"></div> <!--新闻分类--> <html> <style> @media screen and (max-width: 960px){ .actual-contents{ display: none !important; } } .pyq{ border: #01AAED 1px solid; border-radius: 50%; width: 20px; height: 20px; line-height:18.9px; } .pyq:hover{ background: #01AAED; } #fenxiang{ width:100%; height:100%; position:fixed; left:0; top:0; background-size:cover; z-index:998; display: none; } #fximg{ opacity:0.4; filter:alpha(opacity=40); /* 针对 IE8 以及更早的版本 */ } </style> <div id="fenxiang"><img id="fximg" src="/images/VXChart.png" /></div> <div class="phonenone"> <div style="display:block"> <ul class="newskeyw" id="newsTypeList" style="font-size: 16px;"> <li name="classify_0"><a href="/new/">最新</a></li> <li name="classify_1"><a href="/guangfu/">光伏</a></li> <li name="classify_7"><a href="/fengdian/">风电 </a></li> <li name="classify_2"><a href="/qingneng/">氢能</a></li> <li name="classify_11"><a href="/chuneng/">储能</a></li> <li name="classify_3"><a href="/xnyqiche/">新能源汽车</a></li> <li name="classify_4"><a href="/dianli/">电力</a></li> <li name="classify_5"><a href="/youqi/">油气</a></li> <li name="classify_9"><a href="/meitan/">煤炭</a></li> <li name="classify_8"><a href="/jnhb/">节能环保 </a></li> <li name="classify_10"><a href="/huagong/">化工</a></li> <li name="classify_12"><a href="/zhengce/">政策</a></li> <li name="classify_6"><a href="/qita/">其他</a></li> </ul> </div> <div id="newsContents" style="display:none"> <ul class="hxmainlli" id="newsList" style="overflow: visible"> </ul> <div id="fenyediv" style="margin:20px 0 30px"> <div class="fenyetiaozhuan"></div> </div> </div> </div> <script type="text/javascript"> let newsType = 3; let articleType = 0; layui.config({ base: '/modules/' }).extend({ thm_article_classify: 'module/thm_article_classify' }).use('thm_article_classify'); </script> </html> <!--间隔--> <div class="phonenone" style="display: block;height: 5px"></div> <div class="hxmainlli phonenone"> <div class="layui-row div100" id="huodong"> <script> layui.define(['common'], function () { var common = layui.common; }) </script> </div> </div> <!--投融资 && 热点资讯--> <div class="hxmainlli phonenone" style="margin-top: -10px"> <div class="layui-row div100" id="rongzi"> <script> </script> </div> </div> <hr class="phonenone" style="margin-top: 5px !important; margin-bottom: 5px" /> <!--广告--> <html> <div class="phonenone hxmainlli" name="advertising_4_0"></div> <script type="text/javascript"> var guanggaoIdTotal = 7; var guanggaoCountArr = '1,3,3'.split(','); layui.config({ base: '/modules/' }).use('plg_guanggao'); </script> </html> <!--间隔--> <div style="display: block;height: 5px"></div> <!--光伏&&风电--> <div class="hxmainlli"> <div class="layui-row div100"> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/guangfu/">更多></a> <span>光伏</span> <hr /> </div> <div class="gfgr"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"gfgr",1); setInterval('renderDiv("'+ServerUrl+'","gfgr",1)',30000); }); </script> </div> </div> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/fengdian/">更多></a> <span>风电</span> <hr /> </div> <div class="fd"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"fd",7); setInterval('renderDiv("'+ServerUrl+'","fd",7)',30000); }); </script> </div> </div> </div> </div> <!--氢能&&储能--> <div class="hxmainlli"> <div class="layui-row div100"> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/qingneng/">更多></a> <span>氢能</span> <hr /> </div> <div class="qn"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"qn",2) setInterval('renderDiv("'+ServerUrl+'","qn",2)',30000); }); </script> </div> </div> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/chuneng/">更多></a> <span>储能</span> <hr /> </div> <div class="cn"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"cn",11) setInterval('renderDiv("'+ServerUrl+'","cn",11)',30000); }); </script> </div> </div> </div> </div> <hr style="margin-top: 10px !important; margin-bottom: 5px" /> <!--广告--> <html> <div class="hxmainlli" name="advertising_4_1"></div> <script type="text/javascript"> var guanggaoIdTotal = 7; var guanggaoCountArr = '1,3,3'.split(','); layui.config({ base: '/modules/' }).use('plg_guanggao'); </script> </html> <!--间隔--> <div style="display: block;height: 5px"></div> <!--新能源汽车&&电力--> <div class="hxmainlli"> <div class="layui-row div100"> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/xnyqiche/">更多></a> <span>新能源汽车</span> <hr /> </div> <div class="xnyqc"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"xnyqc",3) setInterval('renderDiv("'+ServerUrl+'","xnyqc",3)',30000); }); </script> </div> </div> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/dianli/">更多></a> <span>电力</span> <hr /> </div> <div class="dl"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"dl",4) setInterval('renderDiv("'+ServerUrl+'","dl",4)',30000); }); </script> </div> </div> </div> </div> <!--油气&&煤炭--> <div class="hxmainlli"> <div class="layui-row div100"> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/youqi/">更多></a> <span>油气</span> <hr /> </div> <div class="qy"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"qy",5) setInterval('renderDiv("'+ServerUrl+'","qy",5)',30000); }); </script> </div> </div> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/meitan/">更多></a> <span>煤炭</span> <hr /> </div> <div class="mt"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"mt",9) setInterval('renderDiv("'+ServerUrl+'","mt",9)',30000); }); </script> </div> </div> </div> </div> <hr style="margin-top: 10px !important; margin-bottom: 5px" /> <!--广告--> <html> <div class="hxmainlli" name="advertising_4_2"></div> <script type="text/javascript"> var guanggaoIdTotal = 7; var guanggaoCountArr = '1,3,3'.split(','); layui.config({ base: '/modules/' }).use('plg_guanggao'); </script> </html> <!--间隔--> <div style="display: block;height: 5px"></div> <!--节能环保&&化工--> <div class="hxmainlli"> <div class="layui-row div100"> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/jnhb/">更多></a> <span>节能环保</span> <hr /> </div> <div class="jnhx"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"jnhx",8) setInterval('renderDiv("'+ServerUrl+'","jnhx",8)',30000); }); </script> </div> </div> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/huagong/">更多></a> <span>化工</span> <hr /> </div> <div class="hg"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"hg",10) setInterval('renderDiv("'+ServerUrl+'","hg",10)',30000); }); </script> </div> </div> </div> </div> <!--政策&&其他--> <div class="hxmainlli"> <div class="layui-row div100"> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/zhengce/">更多></a> <span>政策</span> <hr /> </div> <div class="zc"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"zc",12) setInterval('renderDiv("'+ServerUrl+'","zc",12)',30000); }); </script> </div> </div> <div class="layui-col-md6"> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/qita/">更多></a> <span>其他</span> <hr /> </div> <div class="qt"> <script> layui.define(['common'], function () { var common = layui.common; let ServerUrl = common.getServerUrl; renderDiv(ServerUrl,"qt",6) setInterval('renderDiv("'+ServerUrl+'","qt",6)',30000); }); </script> </div> </div> </div> </div> <!--视频轮播--> <html> <div class="fx fxtitle" style="padding-top: 10px !important;"> <a class="dright limore" href="/video/">更多></a> <span>视频</span> </div> </html> <html> <div style="overflow: auto;"> <style> .swiper-container .hide{ opacity:0; } .swiper-button-next,.swiper-button-prev{ transition:opacity 0.5s; } .phoneSwiper .swiper-pagination-bullet{ background: #4E5465; } </style> <!--reqMap结构为['path','params'] params is 'a:a,b:b'--> <ul class="hxmainl01 mhide" name="hxmainl01_mhide_2"> </ul> <!--手机轮播begin--> <div class="swiper-container swiper-container1 pchide mshow"> <ul class="swiper-wrapper hxmainl01" style="height: 14.900390rem" name="swiper-wrapper_hxmainl01_2"> </ul> <div class="swiper-pagination phoneSwiper" style="float: top; top: 0px;"></div> </div> </div> <script type="text/javascript"> var swiperIdTotal = 3; layui.config({ base: '/modules/' }).use('thm_swiper'); </script> </html> <hr style="margin-top: 10px !important; margin-bottom: 10px" /> <!--视频列表--> <html> <div> <ul class="hxmainlli" style="overflow: hidden" name="article_hxmainli_4_0"></ul> </div> <script type="text/javascript"> var threeBlockIdTotal = 15; var threeBlockCounts='1-0:0-8,8-0:0-3,2-0:0-2,4-0:0-1'; layui.config({ base: '/modules/' }).use('thm_threeblock'); </script> </html> </div> <!--右侧内容--> <div class="hxmainr dright mw100p"> <!--kuaixun--> <html> <div class="mhide"> <div class="fx fxtitle" style="padding-top: 0 !important;"> <a class="dright limore" href="/kuaixun/">更多></a> <span class="" style="line-height: 30px;">快讯<img src="/images/loading1.gif" style="height:28px; margin-left: 10px;" /></span> </div> <div class="hxmainr_bzrwli" name="kuaixun" style="padding-left: 22px;position: relative"> <div style="position: absolute;height: 100%;border: 1px solid #f3f3f3;top: 0;left: 5px;"></div> </div> </div> <script type="text/javascript"> layui.config({ base: '/modules/' }).use('plg_kuaixun'); </script> </html> <!--间隔--> <div class="mhide" style="display: block;height: 20px"></div> <!--右上角广告位--> <html> <script src="https://dup.baidustatic.com/js/ds.js"></script> <script type="text/javascript"> var id = '5886796'; (function () { var s = "_" + Math.random().toString(36).slice(2); document.write('<div class="mobile_banner" id="' + s + '"></div>'); (window.slotbydup = window.slotbydup || []).push({ id: id, container: s, size: '336,280', display: 'inlay-fix' }); })(); </script> </html> <!--间隔--> <div class="mhide" style="display: block;height: 5px"></div> <!--热文48H--> <html> <div class="mhide"> <div class="fx fxtitle"> <strong class="dright limore" style="color: cornflowerblue;font-size: 18px;">Top10</strong> <span>48H热文榜</span> </div> <ul class="hxmainr_bzrwli" name="topList"> </ul> </div> <script type="text/javascript"> layui.config({ base: '/modules/' }).extend({}).use('plg_rewen'); </script> </html> <!--间隔--> <div class="mhide" style="display: block;height: 5px"></div> <!--专题--> <html> <div class="mhide"> <div class="fx fxtitle"> <a class="dright limore" href="/zhuanti/">更多></a> <span>专题策划</span> </div> <ul class="hxmainr_ztli" name="specialList"> </ul> </div> <script type="text/javascript"> layui.config({ base: '/modules/' }).use('plg_zhuanti'); </script> </html> <!--间隔--> <div class="mhide" style="display: block;height: 5px"></div> <!--企业资讯--> <div class="mhide"> <div class="fx fxtitle"> <a class="dright limore" href="/qyzx/">更多></a> <span>企业资讯</span> </div> <div class="qyzx"></div> </div> <script> layui.define(['common'], function () { var common = layui.common; $.ajax({ url:common.getServerUrl+"/api/tArticle/getPage?page=1&limit=10&cid=0&uid=0&type=4&authorId=0&isRongZi=0", type:"get", success:function (res){ let data = res.data; for (let i = 0; i < data.length; i++) { $(".qyzx").append('<a class="mjzl02_a1" style="line-height: 35px !important;" value="'+data[i].id+'" target="_blank" href="/nd-'+data[i].id+'-0-'+data[i].authorId+'.html" title="'+data[i].title+'"><b>· </b>'+data[i].title+'</a>'); } } }) }) </script> <!--热股--> <html> <div class="mhide"> <div class="fx fxtitle"> <a class="dright limore" href="/company_list.html">更多></a> <span>热股牛股</span> </div> <ul class="hxmainr_mjzlli" name="recommendCompany"> </ul> </div> <script type="text/javascript"> layui.config({ base: '/modules/' }).use('plg_regu'); </script> </html> <!--间隔--> <div class="mhide" style="display: block;height: 5px"></div> <!--专栏--> <html> <div class="mhide"> <div class="fx fxtitle"> <a class="dright limore" href="/famous_list.html">更多></a> <span>名家专栏</span> </div> <ul class="hxmainr_mjzlli" name="recommendAuthors"> </ul> </div> <script type="text/javascript"> layui.config({ base: '/modules/' }).use('plg_zhuanlan'); </script> </html> <!--间隔--> <div class="mhide" style="display: block;height: 15px"></div> <!--右下角广告--> <html> <script src="https://dup.baidustatic.com/js/ds.js"></script> <script type="text/javascript"> var id = '5886543'; (function () { var s = "_" + Math.random().toString(36).slice(2); document.write('<div class="mobile_banner" id="' + s + '"></div>'); (window.slotbydup = window.slotbydup || []).push({ id: id, container: s, size: '336,280', display: 'inlay-fix' }); })(); </script> </html> <!--间隔--> <div class="mhide" style="display: block;height: 11px"></div> <!--右下角广告--> <html> <script src="https://dup.baidustatic.com/js/ds.js"></script> <script type="text/javascript"> var id = '5886804'; (function () { var s = "_" + Math.random().toString(36).slice(2); document.write('<div class="mobile_banner" id="' + s + '"></div>'); (window.slotbydup = window.slotbydup || []).push({ id: id, container: s, size: '336,280', display: 'inlay-fix' }); })(); </script> </html> <!--间隔--> <div class="mhide" style="display: block;height: 11px"></div> <!--右下角广告--> <html> <script src="https://dup.baidustatic.com/js/ds.js"></script> <script type="text/javascript"> var id = '5886808'; (function () { var s = "_" + Math.random().toString(36).slice(2); document.write('<div class="mobile_banner" id="' + s + '"></div>'); (window.slotbydup = window.slotbydup || []).push({ id: id, container: s, size: '336,280', display: 'inlay-fix' }); })(); </script> </html> <!--间隔--> <div class="mhide" style="display: block;height: 15px"></div> </div> </div> </div> <!--footer--> <html> <div class="hxfooter"> <div class="dhcon1200"> <div class="hxfooter01 mhide"> <div style="padding-top: 20px;font-size: 14px"> <span id="hezuohuoban"><strong>合作伙伴: </strong></span> <a href="/misc/34.html" style="text-decoration: none"> 更多></a> </div> <div style="padding: 20px 0;font-size: 14px"> <span id="youqinglianjie"><strong>友情链接: </strong></span> <a href="/misc/12.html" style="text-decoration: none"> 更多></a> </div> </div> <div class="hxfooter02"> <a href="/misc/19.html">关于我们</a> | <a href="/misc/14.html">加入我们</a> | <a href="/misc/15.html">联系我们</a> | <a href="/misc/16.html">服务协议</a> | <a href="/misc/35.html">网站地图</a> </div> <div class="hxfooter03"> Copyright © 华夏能源网 <a href="https://beian.miit.gov.cn/" target="_blank">京ICP备13031718号-1 </a> <div class="phonenone" style="padding-top: 15px">京公网安备11010502000347</div> </div> </div> </div> <script type="text/javascript"> layui.config({ base: '/modules/' }).use(['footer','layer'],function(){}); </script> </html> <!--分享--> <div style="display:none;"> <html> <!--<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>--> <script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> <style> #pyq{ border: #01AAED 1px solid; border-radius: 50%; width: 32px; height: 32px; line-height:30.9px; } #pyq:hover{ background: #01AAED; } #fenxiang{ width:100%; height:100%; position:fixed; left:0; top:0; background-size:cover; z-index:998; display: none; } #fximg{ width: 100%; height: 100%; opacity:0.4; filter:alpha(opacity=40); /* 针对 IE8 以及更早的版本 */ } </style> <div id="fenxiang"><img id="fximg" src="/images/VXChart.png" /></div> <div class="share" id="share-2"><font>分享:</font><a id="pyq" style="text-align: center"><img height="30" id="pyqimg" src="/images/wxpyq.jpg" width="30" /></a></div> <script type="text/javascript"> let shareTitle = '\u534E\u590F\u80FD\u6E90\u7F51-\u78B3\u4E2D\u548C\u7B2C\u4E00\u8D22\u7ECF\u65B0\u5A92\u4F53'; let shareDescContent = '\u534E\u590F\u80FD\u6E90\u7F51\u662F\u56FD\u5185\u6700\u65E9\u6210\u7ACB\u7684\u4E13\u6CE8\u4E8E\u78B3\u4E2D\u548C\u4EA7\u4E1A\u7684\u8D22\u7ECF\u4FE1\u606F\u670D\u52A1\u5E73\u53F0\u2026'; shareDescContent = shareDescContent.replace(/<[^>]+>/g, ''); let shareUrl = ''; shareUrl = shareUrl ? shareUrl : window.location.href; let shareImgUrl = 'https://www.hxny.com/apple-touch-icon.png'; console.log(shareImgUrl); var ua = navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i)=="micromessenger") { } else if (ua.match(/mqqbrowser/i) == "mqqbrowser"&&ua.match(/qqtheme/i)==null) { $("#pyq").remove(); } else if (ua.match(/mqqbrowser/i) == "mqqbrowser"){ } if (ua.match(/MicroMessenger/i)==null&&ua.match(/mqqbrowser/i) ==null&&ua.match(/qqtheme/i)==null){ $("#pyq").remove(); } $("#pyq").click(function () { $("#fenxiang").css("display","block"); }); $("#fximg").click(function () { $("#fenxiang").css("display","none"); }); layui.config({ base: '/modules/' }).extend({ thm_share: 'module/thm_share' }).use('thm_share'); </script> </html></div> </body></html>