productDetail.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. <!DOCTYPE html>
  2. <!--[if IE 8 ]><html class="ie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <![endif]-->
  3. <!--[if (gte IE 9)|!(IE)]><!--><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><!--<![endif]-->
  4. <head>
  5. <!-- Basic Page Needs -->
  6. <meta charset="utf-8">
  7. <!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
  8. <title>班尼戈-德国班尼戈阀门【官网】</title>
  9. <link rel="icon" href="./favicon.ico" type="image/x-icon">
  10. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
  11. <!-- Mobile Specific Metas -->
  12. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  13. <!-- Theme Style -->
  14. <link rel="stylesheet" type="text/css" href="blog/style.css">
  15. <link href="css/bootstrap.min.css" rel="stylesheet">
  16. <link href="css/style.css" rel="stylesheet">
  17. <link href="css/bng.css" rel="stylesheet">
  18. <link href="css/swiper.min.css" rel="stylesheet">
  19. <!-- Favicon and Touch Icons -->
  20. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  21. <!--[if lt IE 9]>
  22. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  23. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  24. <![endif]-->
  25. </head>
  26. <style type="text/css">
  27. .container{
  28. max-width: 1200px;
  29. padding: 20px 10px;
  30. }
  31. .itemInfoPanel{
  32. padding: 20px;
  33. background: #fff;
  34. }
  35. .web_bg_white{
  36. background: #fff;
  37. }
  38. .tag{
  39. padding:2px 5px;
  40. font-size: 12px;
  41. color: #fff;
  42. white-space: nowrap; /* 不换行 */
  43. overflow: hidden; /* 隐藏超出的内容 */
  44. text-overflow: ellipsis; /* 用省略号表示被隐藏的部分 */
  45. background: #003399;
  46. border-radius: 5px 5px 5px 5px;
  47. }
  48. .flex-center{
  49. display: flex;
  50. flex-wrap: wrap;
  51. justify-content: flex-start;
  52. align-items: center;
  53. }
  54. .grid {
  55. display: grid;
  56. grid-template-columns: repeat(2, 1fr); /* 创建三列,每列等宽 */
  57. gap:20px;
  58. /* padding: 20px 0; */
  59. /* min-height: 400px; */
  60. }
  61. .border{
  62. padding-bottom: 20px;
  63. margin-bottom: 20px;
  64. border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  65. }
  66. .fileAndNotes{
  67. display: flex;
  68. flex-direction: column;
  69. justify-content: space-between;
  70. }
  71. .notes {
  72. margin-bottom: 20px;
  73. padding: 10px 0;
  74. overflow-y: scroll;
  75. }
  76. .file-item{
  77. padding: 10px;
  78. border: 1px solid rgba(0,0,0,0.15);
  79. border-radius:4px;
  80. }
  81. .file-item a{
  82. display: flex;
  83. align-items: flex-start;
  84. flex-wrap: nowrap;
  85. }
  86. .file-item img{
  87. width: 30px;
  88. }
  89. .file-item p{
  90. width: 100%;
  91. margin-left: 10px;
  92. font-size: 10px;
  93. overflow: hidden; /* 确保超出的内容会被隐藏 */
  94. display: -webkit-box; /* 作为弹性伸缩盒子模型显示 */
  95. word-wrap:break-word;
  96. -webkit-line-clamp: 2; /* 限制在两行 */
  97. -webkit-box-orient: vertical; /* 垂直排列盒子 */
  98. text-overflow: ellipsis; /* 超出的文本显示为省略号 */
  99. white-space: normal; /* 允许文本换行 */
  100. }
  101. a:link{
  102. color: #333;
  103. }
  104. .tabs{
  105. padding: 0;
  106. position: relative;
  107. display: flex;
  108. --active-color: #009966;
  109. }
  110. .tabs::after{
  111. position: absolute;
  112. bottom: 1px;
  113. content: '';
  114. width: 100%;
  115. height: 1px;
  116. background: rgba(0, 0, 0, 0.15);
  117. z-index: 1;
  118. }
  119. .tabs p{
  120. position: relative;
  121. height: 38px;
  122. line-height: 35px;
  123. padding: 0 5px;
  124. cursor: pointer;
  125. z-index: 2;
  126. color: rgba(51, 51, 51, 1);
  127. }
  128. .tab_active{
  129. font-weight: bold;
  130. }
  131. .tabs:nth-child(1) p{
  132. margin-right: 10px;
  133. }
  134. .tab_active span{
  135. position: relative;
  136. display: inline-block;
  137. /* border-bottom: 3px solid var(--active-color); */
  138. }
  139. .tab_active span::after{
  140. content: '';
  141. position: absolute;
  142. height: 3px;
  143. width: 28px;
  144. background-color: var(--active-color);
  145. bottom: -3px;
  146. left: 0px;
  147. }
  148. .imagePanel{
  149. display: flex;
  150. align-items: center;
  151. }
  152. @media (max-width:640px) {
  153. .container{
  154. padding: 0;
  155. }
  156. .mobileBorder{
  157. /* border-bottom: 10px solid #f1f3f7; */
  158. }
  159. .itemInfoPanel{
  160. margin: 10px 10px 0px 10px;
  161. }
  162. .tabs p{
  163. width: 50%;
  164. text-align: center;
  165. }
  166. .web{
  167. display: none;
  168. }
  169. .web_bg_white{
  170. background: none;
  171. }
  172. .flex-center{
  173. flex-wrap: nowrap;
  174. width: 100%;
  175. overflow-x: scroll;
  176. }
  177. .file-item{
  178. flex: 1 0 auto;
  179. }
  180. .tab_active span::after{
  181. left: 14px;
  182. }
  183. }
  184. </style>
  185. <body style="background-color: #f1f3f7;">
  186. <div id="app">
  187. <div class="menuBg">
  188. <div class="menuBtn">
  189. <div class="mBtnLine">
  190. <span></span>
  191. <span></span>
  192. <span></span>
  193. </div>
  194. <img src="assets/logo@2x_col.jpg" style="width: 30px;">
  195. </div>
  196. <ul class="mOnLine list-unstyled text-center hidden-xs hidden-sm">
  197. <li class="onLineWx loginInBtn">
  198. <div class="mOnLineIco"><a id="usercenter" href="./login.html"><i class="fa fa-user"></i></a></div>
  199. <div class="mOnLineCon">
  200. <a class="lang-item" id="navlodin" href="./login.html" translate>登陆账号</a>
  201. <a class="lang-item" id="navlodinuser" href="./accountCenter.html" translate>个人中心</a>
  202. <a class="lang-item" id="navlodinloginout" onclick="tool.loginOut()" translate>退出登录</a>
  203. </div>
  204. </li>
  205. <li class="onLineWx">
  206. <div class="mOnLineIco"><i class="fa fa-weixin"></i></div>
  207. <div class="mOnLineCon">
  208. <img src="assets/qrcode.png" class="img-responsive">
  209. <img src="assets/qrcodeLY.png" class="img-responsive">
  210. </div>
  211. </li>
  212. <li class="onLineWx" >
  213. <div class="mOnLineLang">
  214. <small style="font-size: 0;"><svg style="width: 12px;height: 12px;" t="1727425180240" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1933" width="200" height="200"><path d="M233.92 230.25l61.76 61.76A255.872 255.872 0 0 0 170.667 512c0 139.2 111.125 252.459 249.493 255.915l6.507 0.085h96.469L457.6 702.464l60.33-60.33 25.366 25.365-0.064 0.085 166.741 166.72c-31.893 11.157-65.92 17.707-101.333 18.837l-0.192 0.171-0.17-0.15-5.462 0.129-5.483 0.042H426.667c-188.523 0-341.334-152.81-341.334-341.333 0-116.992 58.88-220.245 148.587-281.75z m363.413-59.583c188.523 0 341.334 152.81 341.334 341.333 0 116.992-58.88 220.245-148.587 281.75l-61.76-61.76A255.872 255.872 0 0 0 853.333 512c0-141.376-114.624-256-256-256h-96.469l65.515 65.515-60.331 60.33-118.016-118.037 0.064-0.043-74.07-74.069a340.288 340.288 0 0 1 101.334-18.837l0.15-0.192 0.213 0.17 5.44-0.128 5.504-0.042h170.666z" p-id="1934" fill="#ffffff"></path></svg></small>&nbsp;<small id="lang"></small>
  215. </div>
  216. <div class="mOnLineCon" style="background-color: #fff;bottom:10px;">
  217. <p class="lang-item" id="zh"><small onclick="tool.changeLang('ZH')">简体中文</small></p>
  218. <p class="lang-item" id="en"><small onclick="tool.changeLang('en')">English</small></p>
  219. </div>
  220. </li>
  221. </ul>
  222. </div>
  223. <div class="navBg">
  224. <div class="navTop">
  225. <div class="logo">
  226. <div style="display: flex; align-items: center;">
  227. <a href="index.html"><img style="max-height: 40px;" src="assets/logo-1@2x.png" class="img-responsive"></a>
  228. <div class="mobileLanglist">
  229. <a class="mobileLang" onclick="tool.changeLang('ZH')">中</a>
  230. <a class="mobileLang" onclick="tool.changeLang('en')">EN</a>
  231. <a id="mobileNavLogin" class="mobileNavLogin" onclick="tool.linkOf('./login.html')">登陆</a>
  232. </div>
  233. </div>
  234. </div>
  235. <div class="navClose"><span></span><span></span></div>
  236. <div class="clear"></div>
  237. </div>
  238. <div class="navBot">
  239. <ul class="navList list-unstyled">
  240. <li>
  241. <a class="menu">
  242. <span class="navCn" onclick="tool.linkOf('./index.html')" translate>首页</span>
  243. <div class="child-menu">
  244. <p onclick="tool.linkOf('./index.html#page1')" translate>公司介绍</p>
  245. <p onclick="tool.linkOf('./index.html#page3')" translate>品牌介绍</p>
  246. <p onclick="tool.linkOf('./index.html#page4')" translate>服务支持</p>
  247. <p onclick="tool.linkOf('./index.html#page5')" translate>工程案例</p>
  248. <p onclick="tool.linkOf('./index.html#page6')" translate>新闻资讯</p>
  249. <p onclick="tool.linkOf('./index.html#page6')" translate>联系我们</p>
  250. </div>
  251. </a>
  252. </li>
  253. <li>
  254. <a class="menu">
  255. <span class="navCn" @click="linkOf('./projectsDemo.html')" translate>工程案例</span>
  256. <div class="child-menu" id="projectsDemo"></div>
  257. </a>
  258. </li>
  259. <li>
  260. <a class="menu">
  261. <span class="navCn" onclick="tool.linkOf('./Servicesupport.html')" translate>服务支持</span>
  262. <div class="child-menu">
  263. <p onclick="tool.linkOf('./Servicesupport.html')" translate>服务查询</p>
  264. <p onclick="tool.linkOf('./productList.html')" translate>产品名录</p>
  265. </div>
  266. </a>
  267. </li>
  268. <!-- <li>
  269. <a class="menu">
  270. <span class="navCn">关于我们</span>
  271. <div class="child-menu">
  272. <p>公司介绍</p>
  273. <p>品牌介绍</p>
  274. <p>联系我们</p>
  275. <p>加入班尼戈</p>
  276. </div>
  277. </a>
  278. </li> -->
  279. <li>
  280. <a class="menu">
  281. <span class="navCn" @click="linkOf('./Bnews.html')" translate>新闻资讯</span>
  282. <div class="child-menu" id="navnews"></div>
  283. </a>
  284. </li>
  285. <li>
  286. <a class="menu">
  287. <span class="navCn" id="mobileWorkStation" onclick="tool.linkOf('./accountCenter.html')" translate>个人中心</span>
  288. <div class="child-menu">
  289. <!-- <p>最新消息</p>
  290. <p>我的账户</p> -->
  291. <p id="workStation" onclick="tool.linkOf('./accountCenter.html')" translate>工作台</p>
  292. </div>
  293. </a>
  294. </li>
  295. <li class="menu-info-container" style="color: #fff;">
  296. <div class="menu-info">
  297. <div>
  298. <img style="height: 30px;" src="assets/logo-1@2x.png" class="img-responsive">
  299. </div>
  300. <p translate>浙江班尼戈流体控制有限公司</p>
  301. <p class="menu-info-p" translate><i class="fa fa-map-marker"></i>&nbsp;&nbsp;浙江省海盐县西塘桥经济开发区棕榈路555号</p>
  302. <p class="menu-info-p" style="margin-top:30px ;" translate>海盐工厂</p>
  303. <p class="menu-info-p"><i class="fa fa-phone"></i>&nbsp;&nbsp;+86 0573 89053730</p>
  304. <p class="menu-info-p"><i class="fa fa-phone"></i>&nbsp;&nbsp;13656628223</p>
  305. <p class="menu-info-p" style="margin-top:30px ;" translate>液冷系统</p>
  306. <p class="menu-info-p"><i class="fa fa-phone"></i>&nbsp;&nbsp;+86 19057508160</p>
  307. <p style="margin-top: 20px;font-size: 1.875rem;" translate>班尼戈,来自欧洲,扎根中国</p>
  308. <div style="margin-top: 20px;">
  309. <p class="flex-index"><small style="cursor: pointer;" onclick="tool.linkOf('https://conexbanninger.com/','_blank')">全球&emsp;班尼戈</small>
  310. &emsp;<svg style="width: 30px;height: 16px;" t="1727329763942" class="icon" viewBox="0 0 1543 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2647" width="200" height="200"><path d="M77.150685 659.287671H1472.876712v294.575343H77.150685V659.287671z" fill="#FCD839" p-id="2648"></path><path d="M77.150685 364.712329H1472.876712v294.575342H77.150685V364.712329z" fill="#DC3A3A" p-id="2649"></path><path d="M77.150685 70.136986H1472.876712v294.575343H77.150685V70.136986z" fill="#221714" p-id="2650"></path></svg>
  311. </p>
  312. <p class="flex-index" style="margin-top: 15px;" onclick="tool.linkOf('./index.html')"><small>中国&emsp;班尼戈</small>
  313. &emsp;<svg style="width: 30px;height: 15px;" t="1727330282351" class="icon" viewBox="0 0 1501 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6537" width="200" height="200"><path d="M0.205 1003.52h1500.023V0.683H0.205z" fill="#DE2910" p-id="6538"></path><path d="M516.3 413.286l-2.184 33.724 31.403 12.425-32.768 8.465-2.185 33.723-18.022-28.672-32.905 8.397 21.573-25.941-18.023-28.672 31.54 12.493 21.572-25.942z m80.897-103.15l10.24 32.153h33.928l-27.306 19.934 10.24 32.154-27.307-20.07-27.307 19.933 10.513-32.085-27.306-19.798h33.86l10.445-32.222z m34.543-137.08l-15.292 30.174 23.893 23.893-33.382-5.325-15.497 30.174-5.188-33.587-33.45-5.188 30.242-15.36-5.257-33.383 23.757 23.894 30.174-15.292zM516.437 63.693l-2.048 33.655 31.403 12.493-32.836 8.465-2.185 33.656-18.09-28.672-32.7 8.465 21.572-25.942-18.022-28.672 31.402 12.493 21.504-25.941z m-267.605 51.063l31.676 97.622h102.81l-83.081 60.28 31.676 97.825-83.15-60.348-83.08 60.348 31.676-97.826-83.08-60.348h102.809l31.676-97.621z" fill="#FFDE00" p-id="6539"></path></svg>
  314. </p>
  315. </div>
  316. </div>
  317. </li>
  318. </ul>
  319. </div>
  320. </div>
  321. <div class="animsition">
  322. <div class="site-wrapper">
  323. <!-- header-area -->
  324. <!-- banner-area -->
  325. <section class="banner-section web">
  326. <div class="section-bg" style="background: url('blog/img/parallax.jpg') no-repeat;background-size: cover;"></div>
  327. <div class="container">
  328. <div class="row">
  329. <div class="page-banner-content col">
  330. <h1 class="text-white" translate>服务支持</h1>
  331. <span>SERVICE SUPPORT</span>
  332. <!-- breadctumb -->
  333. <ul class="page-breadcrumb">
  334. <li onclick="tool.goback()"><a href="#" translate>返回</a></li>
  335. </ul>
  336. </div>
  337. </div>
  338. </div>
  339. </section>
  340. <!-- content-area -->
  341. <div class="light-section section-block">
  342. <div class="container">
  343. <div class="web_bg_white">
  344. <div class="row">
  345. <div class="col-md-4 mobileBorder imagePanel">
  346. <!-- <img :src="productDetailData.attinfos[0]?productDetailData.attinfos[0].url:''" alt=""> -->
  347. <img v-if="productDetailData.itemattinfos && productDetailData.itemattinfos[0]" :src="productDetailData.itemattinfos[0] ? productDetailData.itemattinfos[0].url:''" alt="">
  348. <img v-else style="width: 100%" src="./assets/logo@2x.png" alt="">
  349. </div>
  350. <div class="col-md-8">
  351. <div class="itemInfoPanel">
  352. <div class="flex-center border">
  353. <span class="tag" translate>{{productDetailData.class}}</span>&emsp;
  354. <h4 class="productName" translate>{{productDetailData.itemname}}</h4>
  355. </div>
  356. <div class="fileAndNotes">
  357. <div class="notes" v-show="productDetailData.content" v-html="productDetailData.content"></div>
  358. <div v-show="!productDetailData.content" translate>暂无说明</div>
  359. </div>
  360. <div class="grid" style="gap:10px">
  361. <div class="file-item" v-for="file in productDetailData.attinfos" :key="file.attachmentid">
  362. <a class="flex-center" :href="file.url">
  363. <img src="./images/PDF@2x.png" alt="">
  364. <p>{{file.document}}</p>
  365. </a>
  366. </div>
  367. </div>
  368. </div>
  369. </div>
  370. </div>
  371. </div>
  372. <div class="itemInfoPanel">
  373. <div class="tabs">
  374. <p @click="tab1 = 'xs'" :class="tab1 == 'xs'?'tab_active':''"><span translate>技术参数</span></p>
  375. <p @click="tab1 = 'yy'" :class="tab1 == 'yy'?'tab_active':''"><span translate>材质说明</span></p>
  376. </div>
  377. <div v-show="tab1 == 'xs'">
  378. <div class="row">
  379. <div class="col-md-12">
  380. <div class="notes" v-html="productDetailData.technicalparam"></div>
  381. </div>
  382. </div>
  383. </div>
  384. <div v-show="tab1 == 'yy'">
  385. <div class="row">
  386. <div class="col-md-12">
  387. <div class="notes" v-html="productDetailData.materialdescription"></div>
  388. </div>
  389. </div>
  390. </div>
  391. </div>
  392. </div>
  393. </div>
  394. </div>
  395. </div>
  396. </div>
  397. <!-- <div class="footer">
  398. <p>©2024 浙江班尼戈流体控制有限公司 版权所有 浙ICP备17049334号-1 技术支持:嘉兴市云链信息技术有限公司</p><p><a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=33042402000625"><img src="./assets/2661734398653_.pic.jpg" width="15" alt="" style="margin: 2px 5px 0 0;"><small>浙公网安备33042402000625号</small></a></p>
  399. </div> -->
  400. <!-- Javascript -->
  401. <script src="blog/js/jquery.min.js"></script>
  402. <script src="blog/js/bootstrap.min.js"></script>
  403. <script src="blog/js/bootstrap-select.min.js"></script>
  404. <script src="blog/js/animsition.js"></script>
  405. <script src="blog/js/jquery.appear.min.js"></script>
  406. <script src="blog/js/countto.js"></script>
  407. <script src="blog/js/slick.min.js"></script>
  408. <script src="blog/js/jquery.stickit.min.js"></script>
  409. <script src="blog/js/jquery.parallax-1.1.3.js"></script>
  410. <script src="blog/js/owl.carousel.min.js"></script>
  411. <script src="blog/js/masonry.pkgd.min.js"></script>
  412. <script src="blog/js/magnific.popup.min.js"></script>
  413. <script src="blog/js/wow.min.js"></script>
  414. <script src="blog/js/main.js"></script>
  415. <script src="js/swiper.min.js"></script>
  416. <script src="js/swiper.animate1.0.2.min.js"></script>
  417. <script src="js/jquery.fullPage.js"></script>
  418. <script src="js/public.js"></script>
  419. <script src="vue/axios.min.js"></script>
  420. <script src="vue/api.js"></script>
  421. <script src="vue/vue.global.js"></script>
  422. <script src="vue/formTool.js"></script>
  423. <script src="questJs/productList.js"></script>
  424. <script>
  425. // setTimeout(() => {
  426. // if ($('.post-title').text() !== '{{productDetailData.itemname}}')
  427. // tool.modulesClick('服务支持',$('.productName').text())
  428. // }, 1000);
  429. </script>
  430. <script type="text/javascript">
  431. window.onload = function() {
  432. var mySwiper = new Swiper ('.swiper-container', {
  433. direction: 'horizontal',
  434. loop: true,
  435. autoHeight:true,
  436. // 如果需要分页器
  437. pagination: '.swiper-pagination',
  438. })
  439. }
  440. </script>
  441. </body>
  442. </html>