| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540 |
- <!DOCTYPE html>
- <!--[if IE 8 ]><html class="ie" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <![endif]-->
- <!--[if (gte IE 9)|!(IE)]><!--><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"><!--<![endif]-->
- <head>
- <!-- Basic Page Needs -->
- <meta charset="utf-8">
- <!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
- <title>班尼戈-德国班尼戈阀门【官网】</title>
- <link rel="icon" href="./favicon.ico" type="image/x-icon">
- <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
- <!-- Mobile Specific Metas -->
- <!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> -->
- <!-- Theme Style -->
- <link rel="stylesheet" type="text/css" href="blog/style.css">
-
- <link href="css/bootstrap.min.css" rel="stylesheet">
- <link href="css/style.css" rel="stylesheet">
- <link href="css/bng.css" rel="stylesheet">
- <link href="css/swiper.min.css" rel="stylesheet">
- <!-- Favicon and Touch Icons -->
- <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
- <![endif]-->
- </head>
- <style type="text/css">
- .container{
- max-width: 1200px;
- padding: 10px;
-
- }
- .grid {
- display: grid;
- grid-template-columns: repeat(6, 1fr); /* 创建三列,每列等宽 */
- gap:20px;
- }
- .grid-item{
- background-color: #fff;
- padding: 10px;
- }
- .grid > div > p{
- overflow: hidden; /* 确保超出的内容会被隐藏 */
- display: -webkit-box; /* 作为弹性伸缩盒子模型显示 */
- word-wrap:break-word;
- -webkit-line-clamp: 2; /* 限制在两行 */
- -webkit-box-orient: vertical; /* 垂直排列盒子 */
- text-overflow: ellipsis; /* 超出的文本显示为省略号 */
- white-space: normal; /* 允许文本换行 */
- max-width: 150px;
- padding: 10px 0 0 0;
- font-size: 14px;
- }
- .imagePanel{
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 150px;
- border-bottom: 1px solid rgba(0, 0, 0, 0.15);
- }
- .imagePanel img{
- width: 100%;
- }
- .classBox{
- display: flex;
- gap:10px;
- justify-content: space-between;
- padding: 10px 0;
- background: #fff;
- }
- .flex-center{
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- gap:10px;
- }
- .classBox-item{
- line-height: 36px;
- /* text-align: center; */
- /* background: #fff; */
- padding: 0px;
- color: #333;
- font-weight: 500;
- border-radius: 5px 5px 5px 5px;
- cursor: pointer;
- white-space: nowrap; /* 确保文本在一行内显示 */
- overflow: hidden; /* 超出容器的文本隐藏 */
- text-overflow: ellipsis;
- }
- .childPanelParent{
- position: relative;
- transition: .2s linear;
- max-width: 1200px;
- height: 66px;
- margin:0 auto;
- }
- .classBox-item span{
- padding: 0 10px;
- position: relative;
- display: block;
- }
- .classBox-item:hover span::after {
- transform: scale(1, 1);
- opacity: 1;
- }
- .classBox-item span::after {
- display: block;
- content: "";
- height: 4px;
- width: calc(100% - 20px);
- position: absolute;
- bottom: 5px;
- left: 10px;
- background: #003399;
- opacity: 0;
- -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
- transform-origin: 50% 0%;
- transform: scale(0.01, 1);
- }
- .childPanel{
- display: none;
- position: absolute;
- top: 56px;
- left:10px;
- gap: 50px;
- height: 60px;
- flex-wrap:nowrap;
- width: 100%;
- }
- .childPanel p{
- line-height: 60px;
- }
- .Search-btn{
- width: 50px;
- height: 46px;
- line-height: 30px;
- background: #003399;
- color: #fff !important;
- border-radius: 2px 2px 2px 2px;
- }
- .form-control-search{
- height: 46px !important;
- border: 1px solid #CCCCCC !important;
- box-shadow: none !important;
- }
- .moblie{
- display: none;
- }
- .active_class{
- background: #003399;
- color: #fff;
- }
- @media (max-width:640px) {
- .classBox{
- flex-wrap: nowrap;
- }
- .grid {
- display: grid;
- grid-template-columns: repeat(2, 1fr); /* 创建三列,每列等宽 */
- gap:10px
- }
- .searchinput{
- display: flex;
- }
- .form-control-search{
- width: calc(100% - 50px) !important;
- }
- .moblie{
- display: block;
- margin-bottom: 20px;
- }
- .web{
- display: none;
- }
- .mobile-container{
- padding: 10px;
- background-color: #fff;
- }
- .mobile-container .grid-item{
- border:1px solid hsla(0, 0%, 0%, 0.15)
- }
- .active_class span{
- background: #003399;
- border-radius: 3px;
- color: #fff;
- }
- .flex-center{
- padding: 0 10px;
- }
- .childPanel{
- height: 40px !important;
- }
- .classBox-item{
- padding: 0;
- }
- .classBox-item span::after{
- display: none;
- }
- .childPanel{
- gap:20px;
- left:10px;
- margin-top: 10px;
- }
- .child-mob-act{
- color:#003399;
- background: rgba(0, 51, 153,0.05);
- border-radius: 3px;
- }
- .childPanel{
- display: none;
- position: absolute;
- top: 56px;
- left:10px;
- gap: 50px;
- height: 60px;
- flex-wrap:nowrap;
- width: 100%;
- overflow-x: scroll;
- }
-
- .childPanel p{
- padding: 0 10px;
- line-height: 40px !important;
- }
-
- }
- </style>
- <body>
- <div id="app">
- <div class="menuBg">
- <div class="menuBtn">
- <div class="mBtnLine">
- <span></span>
- <span></span>
- <span></span>
- </div>
- <img src="assets/logo@2x_col.jpg" style="width: 30px;">
- </div>
- <ul class="mOnLine list-unstyled text-center hidden-xs hidden-sm">
- <li class="onLineWx loginInBtn">
- <div class="mOnLineIco"><a id="usercenter" href="./login.html"><i class="fa fa-user"></i></a></div>
- <div class="mOnLineCon">
- <a class="lang-item" id="navlodin" href="./login.html" translate>登陆账号</a>
- <a class="lang-item" id="navlodinuser" href="./accountCenter.html" translate>个人中心</a>
- <a class="lang-item" id="navlodinloginout" onclick="tool.loginOut()" translate>退出登录</a>
- </div>
- </li>
- <li class="onLineWx">
- <div class="mOnLineIco"><i class="fa fa-weixin"></i></div>
- <div class="mOnLineCon">
- <img src="assets/qrcode.png" class="img-responsive">
- <img src="assets/qrcodeLY.png" class="img-responsive">
- </div>
- </li>
- <li class="onLineWx" >
- <div class="mOnLineLang">
- <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> <small id="lang"></small>
- </div>
- <div class="mOnLineCon" style="background-color: #fff;bottom:10px;">
- <p class="lang-item" id="zh"><small onclick="tool.changeLang('ZH')">简体中文</small></p>
- <p class="lang-item" id="en"><small onclick="tool.changeLang('en')">English</small></p>
- </div>
- </li>
- </ul>
- </div>
- <div class="navBg">
- <div class="navTop">
- <div class="logo">
- <div style="display: flex; align-items: center;">
- <a href="index.html"><img style="max-height: 40px;" src="assets/logo-1@2x.png" class="img-responsive"></a>
- <div class="mobileLanglist">
- <a class="mobileLang" onclick="tool.changeLang('ZH')">中</a>
- <a class="mobileLang" onclick="tool.changeLang('en')">EN</a>
- <a id="mobileNavLogin" class="mobileNavLogin" onclick="tool.linkOf('./login.html')">登陆</a>
- </div>
- </div>
- </div>
- <div class="navClose"><span></span><span></span></div>
- <div class="clear"></div>
- </div>
- <div class="navBot">
- <ul class="navList list-unstyled">
- <li>
- <a class="menu">
- <span class="navCn" onclick="tool.linkOf('./index.html')" translate>首页</span>
- <div class="child-menu">
- <p onclick="tool.linkOf('./index.html#page1')" translate>公司介绍</p>
- <p onclick="tool.linkOf('./index.html#page3')" translate>品牌介绍</p>
- <p onclick="tool.linkOf('./index.html#page4')" translate>服务支持</p>
- <p onclick="tool.linkOf('./index.html#page5')" translate>工程案例</p>
- <p onclick="tool.linkOf('./index.html#page6')" translate>新闻资讯</p>
- <p onclick="tool.linkOf('./index.html#page6')" translate>联系我们</p>
- </div>
- </a>
- </li>
-
- <li>
- <a class="menu">
- <span class="navCn" @click="linkOf('./projectsDemo.html')" translate>工程案例</span>
- <div class="child-menu" id="projectsDemo"></div>
- </a>
- </li>
- <li>
- <a class="menu">
- <span class="navCn" onclick="tool.linkOf('./Servicesupport.html')" translate>服务支持</span>
- <div class="child-menu">
- <p onclick="tool.linkOf('./Servicesupport.html')" translate>服务查询</p>
- <p onclick="tool.linkOf('./productList.html')" translate>产品名录</p>
- </div>
- </a>
- </li>
- <!-- <li>
- <a class="menu">
- <span class="navCn">关于我们</span>
- <div class="child-menu">
- <p>公司介绍</p>
- <p>品牌介绍</p>
- <p>联系我们</p>
- <p>加入班尼戈</p>
- </div>
- </a>
- </li> -->
- <li>
- <a class="menu">
- <span class="navCn" @click="linkOf('./Bnews.html')" translate>新闻资讯</span>
- <div class="child-menu" id="navnews"></div>
- </a>
- </li>
- <li>
- <a class="menu">
- <span class="navCn" id="mobileWorkStation" onclick="tool.linkOf('./accountCenter.html')" translate>个人中心</span>
- <div class="child-menu">
- <!-- <p>最新消息</p>
- <p>我的账户</p> -->
- <p id="workStation" onclick="tool.linkOf('./accountCenter.html')" translate>工作台</p>
- </div>
- </a>
- </li>
-
- <li class="menu-info-container" style="color: #fff;">
- <div class="menu-info">
- <div>
- <img style="height: 30px;" src="assets/logo-1@2x.png" class="img-responsive">
- </div>
- <p translate>浙江班尼戈流体控制有限公司</p>
- <p class="menu-info-p" translate><i class="fa fa-map-marker"></i> 浙江省海盐县西塘桥经济开发区棕榈路555号</p>
- <p class="menu-info-p" style="margin-top:30px ;" translate>海盐工厂</p>
- <p class="menu-info-p"><i class="fa fa-phone"></i> +86 0573 89053730</p>
- <p class="menu-info-p"><i class="fa fa-phone"></i> 13656628223</p>
- <p class="menu-info-p" style="margin-top:30px ;" translate>液冷系统</p>
- <p class="menu-info-p"><i class="fa fa-phone"></i> +86 19057508160</p>
- <p style="margin-top: 20px;font-size: 1.875rem;" translate>班尼戈,来自欧洲,扎根中国</p>
- <div style="margin-top: 20px;">
- <p class="flex-index"><small style="cursor: pointer;" onclick="tool.linkOf('https://conexbanninger.com/','_blank')">全球 班尼戈</small>
-  <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>
- </p>
- <p class="flex-index" style="margin-top: 15px;" onclick="tool.linkOf('./index.html')"><small>中国 班尼戈</small>
-  <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>
- </p>
- </div>
- </div>
- </li>
- </ul>
- </div>
- </div>
- <div class="animsition">
- <div class="site-wrapper">
- <!-- header-area -->
- <!-- banner-area -->
- <section class="banner-section">
- <div class="section-bg" style="background: url('blog/img/parallax.jpg') no-repeat;background-size: cover;"></div>
- <div class="container">
- <div class="row">
- <div class="page-banner-content col">
- <h1 class="text-white" translate>服务支持</h1>
- <span>SERVICE SUPPORT</span>
- <!-- breadctumb -->
- <ul class="page-breadcrumb">
- <li onclick="tool.goback('index.html')"><a href="#" translate>返回</a></li>
- </ul>
- </div>
- </div>
- </div>
- </section>
- <div class="childPanelParent">
- <div class="classBox" style="max-width: 1200px;margin: 0 auto;">
- <div class="flex-center" style="flex:1;flex-wrap: nowrap;width: 100%;">
- <div class="classBox-item" :class="axt_class.value == cls.value?'active_class':''" v-for="(cls,i) in classData" :key="cls.itemclassid" @click.stop="showClassChild(cls)">
- <span c translate>{{cls.value}}</span>
- <div class="childPanel">
- <p :class="child_act == child ? 'child-mob-act':''" :style="{color:child_act == child ? '#003399':''}" v-for="child in cls.subvalues" @click.stop="childClick(child)" translate>
- {{child}}
- </p>
- </div>
- </div>
- </div>
- <div class="input-group searchinput web">
- <input type="text" class="form-control form-control-search" v-model="param.content.where.condition" placeholder="搜索...">
- <span class="input-group-btn" @click="listData(param.content.pageNumber = 1)">
- <a class="btn Search-btn"><i class="fa fa-search"></i></a>
- </span>
- </div>
- </div>
- </div>
- <!-- content-area -->
- <div class="light-section section-block">
- <div class="container " style="min-height: 800px;">
- <div class="mobile-container">
- <div class="input-group searchinput moblie">
- <input type="text" class="form-control form-control-search" v-model="param.content.where.condition" placeholder="搜索...">
- <span class="input-group-btn" @click="listData(param.content.pageNumber = 1,param.content.where.itemclassid = '')">
- <a class="btn Search-btn"><i class="fa fa-search"></i></a>
- </span>
- </div>
- <div class="grid" v-if="data.length > 0">
- <div class="grid-item" v-for="item in data" :key="item.sa_fadid">
- <div class="imagePanel" @click="linkOf(`./productDetail.html?id=` + item.sa_fadid)">
- <img v-show="item.itemattinfos[0]" :src="item.itemattinfos[0]?item.itemattinfos[0].url:''" alt="">
- <img v-show="!item.itemattinfos[0]" style="width: 100%;" src="./assets/logo@2x.png" alt="">
- </div>
- <p translate>{{item.itemname}}</p>
- </div>
- </div>
- <div class="empty" style="background: none;" v-else>
- 暂无数据
- </div>
-
- </div>
- <div class="pagination">
- <ul>
- <li @click="pageChange(1)">
- <a><i class="fa fa-angle-double-left"></i></a>
- </li>
- <li @click="pageChange(pageNumber - 1)">
- <a><i class="fa fa-angle-left"></i></a>
- </li>
- <li :class="pageNumber == item ? 'active':''" v-for="item in pageTotal" :key="item" @click="pageChange(item)">
- <a>
- <span>{{item}}</span>
- </a>
- </li>
- <li @click="pageChange(pageNumber + 1)">
- <a><i class="fa fa-angle-right"></i></a>
- </li>
- <li @click="pageChange(pageTotal)">
- <a><i class="fa fa-angle-double-right"></i></a>
- </li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="footer">
- <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>
- </div>
- <!-- Javascript -->
- <script src="blog/js/jquery.min.js"></script>
- <script src="blog/js/bootstrap.min.js"></script>
- <script src="blog/js/bootstrap-select.min.js"></script>
- <script src="blog/js/animsition.js"></script>
- <script src="blog/js/jquery.appear.min.js"></script>
- <script src="blog/js/countto.js"></script>
- <script src="blog/js/slick.min.js"></script>
- <script src="blog/js/jquery.stickit.min.js"></script>
- <script src="blog/js/jquery.parallax-1.1.3.js"></script>
- <script src="blog/js/owl.carousel.min.js"></script>
- <script src="blog/js/masonry.pkgd.min.js"></script>
- <script src="blog/js/magnific.popup.min.js"></script>
- <script src="blog/js/wow.min.js"></script>
- <script src="blog/js/main.js"></script>
- <script src="js/swiper.min.js"></script>
- <script src="js/swiper.animate1.0.2.min.js"></script>
- <script src="js/jquery.fullPage.js"></script>
- <script src="js/public.js"></script>
- <script src="vue/axios.min.js"></script>
- <script src="vue/api.js"></script>
- <script src="vue/vue.global.js"></script>
- <script src="vue/formTool.js"></script>
- <script src="questJs/productList.js"></script>
- <script type="text/javascript">
- window.onload = function() {
- var mySwiper = new Swiper ('.swiper-container', {
- direction: 'horizontal',
- loop: true,
- autoHeight:true,
- // 如果需要分页器
- pagination: '.swiper-pagination',
- })
- }
- setTimeout(() => {
- if (tool.isMobile()) {
- $(document).ready(function(){
- $(".classBox-item").click(
- function(){
- $('.childPanel').css("display", "none");
- // $('.childPanelParent').css("height", "120");
- $('.childPanel', this).css("display", "flex");
- // 鼠标悬停时的事件处理
-
- }
- );
- });
- } else {
- $(document).ready(function(){
- $(".classBox-item").hover(
- function(){
- console.log(1)
- // 鼠标悬停时的事件处理
- // $('.childPanelParent').css("height", "120");
- $('.childPanel', this).css("display", "flex");
- },
- function(){
- // 鼠标离开时的事件处理
- $('.childPanelParent').css("height", "66");
- $('.childPanel', this).css("display", "none");
- }
- );
- });
- }
-
- }, 500);
-
-
- </script>
- </body>
- </html>
|