CINXE.COM
智慧能源解决方案提供商
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-language" content="zh-CN" /> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="format-detection" content="telephone=no" /> <meta name="keywords" content="为公共机构、工商业及终端用户提供一揽子能源解决方案" /> <meta name="description" content="正泰不断深化“一云两网”战略,将“正泰云”作为智慧科技和数据应用载体,率先构建能源物联网、工业物联网平台,在绿色低碳发展新蓝海中争做探索者、倡导者、实践者。以“绿源、智网、降荷、新储”系统服务能力,打造平台型企业,构筑区域智慧能源产业生态圈,为公共机构、工商业及终端用户提供一揽子能源解决方案,实现节能降碳、加速能源转型。" /> <meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>智慧能源解决方案提供商</title> <link href="favicon.ico" rel="shortcut icon"> <link href="css/hamburgers.css" rel="stylesheet" type="text/css" /> <link href="css/boc_reset.css" rel="stylesheet" type="text/css" /> <link href="js/swiper/swiper.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="js/jquery.transit.js"></script> <script type="text/javascript" src="js/html5.js"></script> <script type="text/javascript" src="js/new_bocfe.js"></script> <script type="text/javascript" src="js/swiper/swiper.min.js"></script> <script type="text/javascript" src="js/vue.min.js"></script> <script type="text/javascript" src="js/axios.min.js"></script> <script type="text/javascript" src="./inc/header.js"></script> <script type="text/javascript" src="./inc/comm.js"></script> <style type="text/css"> .line-gradient{ background: linear-gradient(to right, #1E50E6 0%, transparent 80%); width: 100%; position: absolute; height: 100%; top:0; left:0; z-index:1; } </style> </head> <body class="cssanimations"> <div id="header"></div> <div id="app" v-cloak> <div class="nbanner"> <div class="bg img-cover pc-block-768 anim_emt scale_down a-del1" :style="{backgroundImage:'url('+banner.photo+')'}"></div> <div class="bg img-cover m-block-768 anim_emt scale_down a-del1" :style="{backgroundImage:'url('+banner.mphoto+')'}"></div> <div class="tit2 tran-middle col-fff tit-50 text-bold line-2 anim_emt fade_in a-del4">{{banner.title}}</div> <div class="subbox ovh"> <div class="n-subbox n-subbox3 centerh f-no-b-center"> <a class="tit-17 line-1 col-999" href="about.html" title="">正泰简介</a> <a class="tit-17 line-1 col-999" href="one_cloud_two_nets.html" title="">一云两网</a> <a class="tit-17 line-1 col-999" href="chairman_introduction.html" title="">董事长简介</a> <a class="tit-17 line-1 col-999" href="company_culture.html" title="">企业文化</a> <a class="tit-17 line-1 col-999" href="integrity_and_compliance.html" title="">诚信合规</a> <a class="tit-17 line-1 col-999" href="party_building.html" title="">党群建设</a> <a class="tit-17 line-1 col-999" href="join_us.html" title="">加入我们</a> </div> </div> </div> <div class="n-good position"> <div class="contentbox anim_emt b_to_t a-del1"> <div class="tit3 tit-18 col-666 line-6" v-html="banner.content"></div> </div> <div class="ul f-no"> <div class="li anim_emt r_to_l a-del1"> <div class="bg img-cover" :style="{backgroundImage:'url('+item.photo+')'}"></div> <div class="line-gradient"></div> <div class="text"> <div class="tit4 tit-24 col-fff" v-html="item.title"> </div> <a href="good_faith_info.html" title="" class="more tit-17 col-fff line-1 f-no-c-center">查看详情</a> </div> </div> <div class="li anim_emt r_to_l a-del2"> <div class="bg img-cover" :style="{backgroundImage:'url('+item1.photo+')'}"></div> <div class="line-gradient"></div> <div class="text"> <div class="tit4 tit-24 col-fff" v-html="item1.title"></div> <a href="guideline_info.html" title="" class="more tit-17 col-fff line-1 f-no-c-center">查看详情</a> </div> </div> </div> <div class="itembox f-no anim_emt b_to_t a-del2 position"> <div class="item f-no-col-c-center" v-for="(v,i) in item2" :key="i"> <div class="icon f-no-s-center"> <img :src="v.photo" alt=""> </div> <div class="tit4 tit-24 col-000 line-2 text-bold">{{v.title}}</div> <div class="tit5 tit-16" v-html="v.intro"></div> <a :href="'goodinfo.html?id='+ v.id" class="more tit-16 f-no-c-center line-1"> 查看详情 </a> </div> </div> </div> </div> <div class="warpfooter" include="inc/footer.html"></div> <script type="text/javascript" src="js/main.js"></script> <script type="text/javascript">var goodfaith =new Vue({el:'#app',data:{banner:{},item:{},item1:{},item2:{} },mounted() {const url =baseURL + 'about_good_faith';axios.get(url).then(res =>{console.log(res.data);var alldata =res.data;this.banner =res.data.banner this.banner.photo =this.banner.photo this.banner.mobilePhoto =this.banner.mphoto this.banner.title =this.banner.title this.item.title =alldata.item.title;this.item.photo =alldata.item.photo;this.item1.title =alldata.item1.title;this.item1.photo =alldata.item1.photo;this.item2 =alldata.item2;this.$nextTick(function () {$(".nbanner .subbox a").eq(4).addClass("cur");$(".n-good .itembox .item").eq(0).addClass("active");$(".n-good .itembox .item").hover(function(){$(this).addClass("active").siblings().removeClass("active");}) if ($(window).width()<=996) {$(".n-good .itembox .item").addClass("active");} var _id =getUrlParam('md');if(_id){setTimeout(function(){$('html,body').stop().animate({scrollTop:$('.position').eq(_id).offset().top},500) },1000) } scrollAni();}) }) },methods:{},watch:{},}) </script> </body> </html>