<!DOCTYPE  html>
<html lang="zh">
	<head>
		<meta charset="utf-8">
		<title>机械智能停车设备_智能机械式立体停车库_立体车库停车设备租赁-山东科博机械车库</title> 
				<meta name="keywords" content="立体车库租赁,停车设备租赁,停车设备,立体车库,机械车库,智能停车设备,智能立体车库,立体停车设备租赁,机械式立体停车库,机械立体车库,立体停车设备,机械停车设备" />
		<meta name="description" content="山东科博自动停车设备股份公司是一家设计制造机械式停车设备的公司，公司已取得特种设备制造许可证和安装改造维修许可证，并通过iso质量管理体系认证。公司致力于:立体车库租赁、停车设备租赁、停车设备、立体车库、机械车库、智能停车设备、智能立体车库、立体停车设备租赁、机械式立体停车库、机械立体车库、立体停车设备、机械停" />
		<meta name="pageId" content="oplbjc" />
		<meta name="md5SiteId" content="cb362ab84e68fc2e1bf20f19b084251c" />
		<meta name="ids" content="" />
		<meta name="cateId" content="" />
		<meta name="previewUrl" content="/" />
		<meta name="searchKey" content="" />
		<meta name="searchType" content="" />
		<meta name="searchBand" content="" />
		<meta name="type" content="" />
		<meta name="template" content="" />
		<meta name="param" content="" />
		<meta name="reCAPTCHA" content="" />
		<meta name="interfaceAddress" content="/" />
		<meta name="templateDbUrl" content="https://hk.bjyybao.com" />
				
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CGTNOfficial" />
<meta name="twitter:creator" content="@CGTNOfficial" />
<meta name="twitter:title" content="机械智能停车设备_智能机械式立体停车库_立体车库停车设备租赁-山东科博机械车库" />
<meta name="twitter:description" content="山东科博自动停车设备股份公司是一家设计制造机械式停车设备的公司，公司已取得特种设备制造许可证和安装改造维修许可证，并通过iso质量管理体系认证。公司致力于:立体车库租赁、停车设备租赁、停车设备、立体车库、机械车库、智能停车设备、智能立体车库、立体停车设备租赁、机械式立体停车库、机械立体车库、立体停车设备、机械停" />
<meta name="twitter:image" content="" />
<meta property="og:type" content="website">
<meta property="og:title" content="机械智能停车设备_智能机械式立体停车库_立体车库停车设备租赁-山东科博机械车库">
<meta property="og:description" content="山东科博自动停车设备股份公司是一家设计制造机械式停车设备的公司，公司已取得特种设备制造许可证和安装改造维修许可证，并通过iso质量管理体系认证。公司致力于:立体车库租赁、停车设备租赁、停车设备、立体车库、机械车库、智能停车设备、智能立体车库、立体停车设备租赁、机械式立体停车库、机械立体车库、立体停车设备、机械停">
<meta property="og:image" content="">
<meta property="og:image:width" content="600">
<meta property="og:image:height" content="600">
<meta property="og:url" content="http://www.ke-bo.com/nofound.html">
<meta property="og:site_name" content="山东科博自动停车设备股份公司">				<base href="/">
		<meta name="PublishTime" content="2025-11-11 09:44:57" />
		<style type="text/css">
			:root{
				--vbg01:url('https://img.bjyyb.net/public/images/vbg01.png');
				--videoicon:url('https://img.bjyyb.net/public/images/videoicon.png');
				--cartimg:url('https://img.bjyyb.net/public/images/cartimg.png');
			}
		</style>
				<meta name="sitetype" content="pc" />			<script>
			var formSubmitRegistry= {},formUserRegistry={};
			// 注册表单提交方法的函数
			function formSubmitMethod(methodName, method) {
				if (typeof methodName === 'string' &&typeof method === 'function') {
					formSubmitRegistry[methodName] = method;
				}
			}
			// 注册表单用户方法的函数
			function formUserMethod(methodName, method) {
				if (typeof methodName === 'string' &&typeof method === 'function') {
					formUserRegistry[methodName] = method;
				}
			}
		</script>
	<script type="text/javascript">
		var goodsdetailedUrl = '/Home/ListData/getDetailedInfo';
		var adviceLanguages = 'zh';
	</script>
		<link rel="icon" type="image/x-icon" href="https://img.bjyyb.net/yyb_icons/favicon.ico">
		<meta name="format-detection" content="telephone=no,email=no,address=no">
	<meta name="SuperSite" content="/Form/index" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
	<link rel="canonical" href="http://www.ke-bo.com/nofound.html">
	<script src="//img.bjyyb.net/p/language/zh/global.js"></script>
	<script src="//img.bjyyb.net/Response/scripts/jquery-3.1.1.min.js"></script>
			<script>
			var PublicFn=function (){

				this.setCookie=function(name,value,n){
					var oDate = new Date();
					oDate.setDate(oDate.getDate()+n);
					document.cookie = name+"="+value+";expires="+oDate+";path=/";
				}

				this.getCookie=function(name){
					var str = document.cookie;
					var arr = str.split("; "),cookie="";
					for(var i = 0; i < arr.length; i++){
						var newArr = arr[i].split("=");
						if(newArr[0]==name){
							if(newArr[1]!="undefined"){cookie=newArr[1];}
						}
					}
					return cookie;
				}

				this.autoLoad=function (){
					var webType=this.getCookie("webType");
					var newWidth=window.innerWidth;
					var scale = window.devicePixelRatio;
					if(scale){
						newWidth=newWidth*scale;
					}
					if(newWidth>=960){
						publicFn.setCookie("webType","pc",5)
					}else{
						publicFn.setCookie("webType","mo",5)
					}
					if(newWidth>=960&&webType=="mo"){
						location.reload();
					}
					if(newWidth<960&&webType=="pc"){
						location.reload();
					}
				}

				this.reload=function (){
					var _initWidth=window.innerWidth,
							_this=this;
					var scale = window.devicePixelRatio;
					if(scale){
						_initWidth=_initWidth*scale;
					}
					var resizeTimeout;
					var isReloading = false;
					window.addEventListener("resize",function(){
						var newWidth=window.innerWidth;

						if(scale){
							newWidth=newWidth*scale;
						}
						if(newWidth>=960){
							_this.setCookie("webType","pc",5)
						}else{
							_this.setCookie("webType","mo",5)
						}
						clearTimeout(resizeTimeout);
						if(!isReloading &&_initWidth>=960&&newWidth<960){
							resizeTimeout = setTimeout(function() {
								isReloading = true;
								location.reload();
							}, 200);
						}
						if(!isReloading &&_initWidth<=960&&newWidth>960){
							resizeTimeout = setTimeout(function() {
								isReloading = true;
								location.reload();
							}, 200);
						}
					});
				}
				this.init=function (){
					this.autoLoad();
					this.reload();
				}
			}
			var publicFn=new PublicFn();

			if(window.top == window.self ){
				publicFn.init();
			}else{
				publicFn.autoLoad();
				publicFn.setCookie("webType","",5);
			}
		</script>
							<link rel="stylesheet" type="text/css" href="//img.bjyyb.net/public/v1.2.81/css/jquery.bxslider.min.css" /><link rel="stylesheet" type="text/css" href="//img.bjyyb.net/Response/css/baguetteBox.min.css" />    
		<style type="text/css">
            
			@font-face{
				font-family:yiyingbao;
				font-display:swap;
				src:url('https://img.bjyyb.net/sites/74000/74370/iconfont.ttf?v=1762825497') format("truetype");
			}
			.yiyingbaoicon {font-family: "yiyingbao";font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
		</style>
		<style>
			.rtl .textLineP{direction:rtl}.cmsDocument{line-height:normal}html{font-size:62.5%}@media (min-width:2561px){html{font-size:78.125%}}@media (min-width:1981px) and (max-width:2560px){html{font-size:68.75%}}@media (min-width:1681px) and (max-width:1980px){html{font-size:62.5%}}@media (min-width:1441px) and (max-width:1680px){html{font-size:60.9375%}}@media (min-width:1281px) and (max-width:1440px){html{font-size:58.59375%}}@media (min-width:1025px) and (max-width:1280px){html{font-size:56.25%}}@media (min-width:961px) and (max-width:1024px){html{font-size:50%}}@media (min-width:320px) and (max-width:960px){html{font-size:62.5%}}*,::after,::before{margin:0;padding:0;-webkit-box-sizing:inherit;box-sizing:inherit}ol,ul{list-style-position:inside}.listTxt,.mainNavLiA,.nav-submenuA{transition:.3s;animation-duration:.3s}.headlineStyleclear h1,.headlineStyleclear h2,.headlineStyleclear h3,.headlineStyleclear h4,.headlineStyleclear h5,.headlineStyleclear h6{font-size:inherit;font-weight:inherit;line-height:inherit}a{text-decoration:none;color:#333;cursor:pointer}.boxSiz{box-sizing:border-box}input,textarea{border:0}body{overflow-x:hidden}input[type=button],input[type=reset],input[type=submit],input[type=text]{ -webkit-appearance:none}[data-functionallink],[data-lightbox]{cursor:pointer}.rowListBg{overflow:hidden}#document{position:relative}div[data-fixed=true]{box-sizing:border-box}table{border-collapse:collapse}.document-bg{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1}.btnbox i,.listBox,.mainNav li a p,.mainNav>li,.rList2 .listBox .Imgbox,.rList2 .listBox .listCon{display:inline-block}.btn,.gallarybox .listBox .listCon,.listBox,.sideTrigger+.nav-icon,.socialCol{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.closeNav,.listBox .Imgbox{transition:all .3s ease-out;-webkit-transition:all .3s ease-out}.btnbox i,.listBox,.rList2 .listBox .Imgbox,.rList2 .listBox .listCon{display:inline-block}.listrowCol .listBox{display:block}.componentsBox,.mainNav,.socialCol{display:-webkit-box;display:-ms-flexbox;display:flex}#Nav,.ampstart-sidebar #moMainnav>li,.ampstart-sidebar #moMainnav>li ul,.btn,.gallarybox .listBox .listCon .headLine,.listBoxHref,.mainNav>li,.mainNav>li>a,.nav-submenu>li,.rListRow .listBox .listBoxHref,.taglist{position:relative}.basSi .sList,.caroSt,.form .fRi,.langBox,.rowList,.rowList .colList,.selLang .lanNav,div.search,form.searchBox,mip-form.search{position:relative}.componentsBox .col{position:relative}.rowList .colList{display:inline-block}#moMainnav .sideTrigger:checked~ul,.ampstart-sidebar #moMainnav>li,.listBoxHref,.mainNav>li>a,.nav-submenu>li,.nav-submenu>li>a,.rList2 .listBox,.rList2 .proList,.socialRow{display:block}.nav-submenu li a i,.nav-submenu li a p{line-height:inherit}.btnbox,.langList{cursor:pointer}.langList{display:inline-block}.boxContent{z-index:1;position:relative}.col-box{position:relative}.map{position:relative}.custom_component{min-height:30px}.Imgbox{display:block}.Imgbox amp-img,.Imgbox mip-img{display:inherit;max-width:100%;width:100%;height:auto;max-height:100%;margin:auto;box-sizing:border-box}.ue-table-interlace-color-single{background-color:#fcfcfc}.ue-table-interlace-color-double{background-color:#f7faff}.listTxt video{max-width:100%;height:auto}.listTxt img{max-width:100%;height:auto;vertical-align:middle}#SITE_HEADER{z-index:1099;position:relative;width:100%}#SITE_HEADER:before{position:absolute;top:0;left:0;bottom:0;right:0;content:""}#SITE_FOOTER{position:relative;width:100%}#SITE_FOOTER:before{position:absolute;top:0;left:0;bottom:0;right:0;content:""}.epc_row_1 .colList{width:100%}.epc_row_2 .colList{width:50%}.epc_row_3 .colList{width:33.333%}.epc_row_4 .colList{width:25%}.epc_row_5 .colList{width:20%}.epc_row_6 .colList{width:16.666%;height:40px}.lightIcon-success{position:relative;background:var(--cartimg) no-repeat center top;overflow:hidden}.cartlightIcon img{width:52px;height:52px}.cartlightIconmask{position:absolute;width:52px;height:52px;animation:yesAmition 1s;-moz-animation:yesAmition 1s;-webkit-animation:yesAmition 1s;-o-animation:yesAmition 1s;top:0;background:#fff;left:52px}.shoppingOverlay{background-color:#fff;width:478px;display:none;border:1px solid #eee;padding:20px;border-radius:3px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;z-index:2300;box-sizing:border-box}.shoppingOverlay .cartlightIcon{width:60px;height:60px;border:4px solid gray;border-radius:50%;margin:20px auto;position:relative;box-sizing:content-box;overflow:hidden}.shoppingOverlay .lightIcon-success{border-color:#4cae4c}.shoppingOverlay .hideSweetAlert{margin-top:20px;margin-bottom:10px;font-size:1.6rem}.shoppingOverlay .lightIcon-error{border-color:#d43f3a}.swal2-close{position:absolute;top:10px;right:10px;transition:color .1s ease-out;border:none;background:0 0;color:#ccc;font-family:serif;font-size:20px;cursor:pointer}@keyframes yesAmition{0%{left:0}100%{left:52px}}@-moz-keyframes yesAmition{0%{left:0}100%{left:52px}}@-webkit-keyframes yesAmition{0%{left:0}100%{left:52px}}@-o-keyframes yesAmition{0%{left:0}100%{left:52px}}.ImghidCont .Imgbox .videoMantle,.zoomSliderBox .videoMantle{position:absolute;width:80px;height:80px;background:var(--videoicon) no-repeat center center rgba(0,0,0,.2);background-size:100%;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:100%;z-index:100}@media screen and (max-width:960px){.detailConImg{max-width:100%;width:auto;display:inline-block;vertical-align:middle}.shoppingOverlay{width:92%;left:4%;top:28%;margin-left:auto;margin-top:auto}}.sideTrigger{position:absolute;right:0;top:0;width:50px;height:100%;padding:0;margin:0;background:none transparent;cursor:pointer;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;outline:0;z-index:99}.rtlAr .sideTrigger{right:auto;left:0}.sideTrigger~.nav-icon{position:absolute;right:0;width:50px;line-height:50px;color:#666;text-align:center;top:0;height:50px}.rtlAr .sideTrigger~.nav-icon{right:auto;left:0;transform:rotate(180deg)}.panelLeftOpen .sideTrigger~.nav-icon,.sideTrigger:checked~.nav-icon{transform:rotate(90deg);transition:all .3s}.panelLeftOpen .sideTrigger~.nav-icon,.rtlAr .sideTrigger:checked~.nav-icon{transform:rotate(90deg)}.hidden{display:none}.col-m-height{min-height:160px}.col-m-height>button{min-width:120px;background:0 0;border:0;color:#ccc;text-align:center;padding:10px 20px;position:absolute;top:calc(50% - 20px);left:calc(50% - 60px)}.popupShopCart{z-index:999999;position:fixed;right:0;bottom:0;width:260px;height:320px;background-color:#fff;border:1px solid #aaa;box-shadow:0 0 6px #999;transform:translateY(102%);transition:transform .5s ease-in-out}.popupShopCart.show{transform:translateY(0)}.popup-title-header{cursor:pointer;font-weight:700;font-size:13px;line-height:36px;display:flex;justify-content:space-around;color:#fff;background-color:#696969}.popup-title-icon{width:30px;flex-shrink:0;text-align:right;font-size:13px}.popup-title-show{flex:1;text-align:center}.remove-popup-data{width:30px;flex-shrink:0;text-align:center}.popup-lists{padding:2px 1px;height:236px;overflow-y:auto}.popup-lists::-webkit-scrollbar{width:6px}.popup-lists::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5);border-radius:32px}.popup-lists::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1);border-radius:32px}.popup-lists li,.popup-lists ul{list-style:none}.popup-lists li{display:flex;align-items:flex-start;border-bottom:1px solid #f1f1f1;padding:5px 10px}.popup-lists li:hover{background-color:#fffeee}.popup-lists li:hover .popup-list-delate{display:block}.popup-list-delate{cursor:pointer;display:none;margin-top:8px;color:#888;text-decoration:none}.popup-list-name{width:140px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#246bb3;text-decoration:none}.popup-list-img{margin-right:10px}.popup-list-img img{width:45px;height:45px;object-fit:cover}.popup-btns{padding:10px;font-size:13px;display:flex;justify-content:space-between}.popup-btns .popupEmpty{cursor:pointer;line-height:16px;padding:4px 10px;font-size:13px;color:#e64545;border:0;background-color:#f1f1f1;border-radius:3px}.popup-btns .popupInquire{cursor:pointer;line-height:16px;padding:4px 10px;font-size:13px;color:#fff;border:0;background-color:#e64545;border-radius:3px;display:block}[data-editor="2"]:not(:has(> .cmsDocument)) ::after,[data-editor="2"]:not(:has(> .cmsDocument)) ::before,[data-editor="2"]:not(:has(> .cmsDocument)) :not(video){margin:revert;padding:revert;box-sizing:revert;vertical-align:revert;max-width:revert}[data-editor="2"]:not(:has(> .cmsDocument)) ul{list-style-type:disc}[data-editor="2"]:not(:has(> .cmsDocument)) ol,[data-editor="2"]:not(:has(> .cmsDocument)) ul{width:95%}[data-editor="2"]:not(:has(> .cmsDocument)) table{margin-bottom:10px;border-collapse:collapse;display:table}[data-editor="2"]:not(:has(> .cmsDocument)) table tr.firstRow th{border-top-width:2px}[data-editor="2"]:not(:has(> .cmsDocument)) th{border-top:1px solid #bbb;background-color:#f7f7f7}.ueditor_detail th,[data-editor="2"]:not(:has(> .cmsDocument)) td{padding:5px 10px;border:1px solid #ddd}[data-editor="2"]:not(:has(> .cmsDocument)) p{margin:5px 0;display:block!important}[data-editor="2"]:not(:has(> .cmsDocument)) li{clear:both}[data-editor="2"]:not(:has(> .cmsDocument)) ol,[data-editor="2"]:not(:has(> .cmsDocument)) ul{list-style-position:unset!important}[data-editor="2"]:not(:has(> .cmsDocument)) img{max-width:100%}[data-editor="2"]:not(:has(> .cmsDocument)) td{vertical-align:revert-layer}[data-editor="2"]:not(:has(> .cmsDocument)) td p{margin:0;padding:0}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1440px){.grid-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}@media (max-width:1680px){.grid-cols-6{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1440px){.grid-cols-6{grid-template-columns:repeat(2,minmax(0,1fr))}}.grid-cols-7{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}@media (max-width:1680px){.grid-cols-8{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1440px){.grid-cols-8{grid-template-columns:repeat(2,minmax(0,1fr))}}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}@media (max-width:1680px){.grid-cols-9{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1440px){.grid-cols-9{grid-template-columns:repeat(3,minmax(0,1fr))}}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}@media (max-width:1680px){.grid-cols-10{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1440px){.grid-cols-10{grid-template-columns:repeat(2,minmax(0,1fr))}}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}@media (max-width:1680px){.grid-cols-12{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:1440px){.grid-cols-12{grid-template-columns:repeat(4,minmax(0,1fr))}}#SITE_HEADER{box-sizing: border-box;z-index:2999;}.rowList,.row_line{max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width: 100%;}
.row_line>.rowColumnBox{display:flex; flex-wrap:wrap;width: 100%;}
.rowList .colList{box-sizing:border-box;display: inline-block;}
.rowList .col,.row_line .rowcol{box-sizing:border-box;display: inline-block;}
.relative,.row_line .rowcol{position:relative}
.row_line{box-sizing: border-box;position: relative;}
/*.row_line>.rowcol{z-index:0}
.row_line>.rowcol>.rowListBg{z-index:-1}
*/
.rowListBg {position: absolute; top: 0; bottom: 0;left: 0; right: 0;z-index: 0;content: '';}.caroSt{margin: auto; overflow: hidden;}.carouselBtn{position: absolute; z-index: 1; width: 100%;}.carouselBtn button{border: 0px; margin: 0px 12px;}.mip-carousel-preBtn, .mip-carousel-nextBtn{position: absolute; top: 0px; bottom: 0px; width: 10%; z-index: 10; user-select: none; background-repeat: no-repeat; transition: background-image 0.2s ease-in-out; cursor: pointer; background-size: 45px 45px;}.carouselBox{display: flex; align-items: flex-start; box-sizing: content-box; overflow: hidden;}.carouselBox > div{flex: 0 0 100%;}.carouselBox > div .img, .carouselBox > div > div{width: 100%; height: auto;}.screenImgslider .bxslider li .Imgbox .img{max-width: 100%; display: block; position: absolute; inset: 0px; width: 100%; height: 100%; object-fit: cover;}.advanced-custom .advanced-item > .componentsBox > .rowList{padding: 0.1px;}.advanced-fullScreen{height: 100vh;}.advanced-content .advanced-item > .componentsBox > .rowList{height: 100%;}.caroSt .bx-pager, .caroSt .bx-controls-auto{position: absolute; bottom: 30px; width: 100%;}.caroSt .bx-loading{min-height: 50px; background: url("//img.bjyyb.net/Response/images/bx_loader.gif") center center no-repeat rgb(255, 255, 255); height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; z-index: 2000;}.caroSt .bx-pager{text-align: center; font-size: 0.85em; font-family: Arial; font-weight: bold; color: rgb(102, 102, 102); padding-top: 20px;}.caroSt .bx-pager.bx-default-pager a{background: rgb(102, 102, 102); text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0px 5px; outline: 0px; border-radius: 5px;}.caroSt .bx-pager.bx-default-pager a:hover, .caroSt .bx-pager.bx-default-pager a.active, .caroSt .bx-pager.bx-default-pager a:focus{background: rgb(0, 0, 0);}.caroSt .bx-pager-item, .caroSt .bx-controls-auto .bx-controls-auto-item{display: inline-block; vertical-align: bottom;}.caroSt .bx-pager-item{font-size: 0px; line-height: 0;}.caroSt .bx-prev{left: 10px; background: url("//img.bjyyb.net/Response/images/svgs/arrow-4-4.svg") 9px 9px no-repeat rgba(0, 0, 0, 0.1);}.caroSt .bx-prev:hover, .caroSt .bx-prev:focus{background-color: rgba(0, 0, 0, 0.3);}.caroSt .bx-next{right: 10px; background: url("//img.bjyyb.net/Response/images/svgs/arrow-51-4.svg") no-repeat 9px 9px rgba(0, 0, 0, 0.1);}.caroSt .bx-next:hover, .caroSt .bx-next:focus{background-color: rgba(0, 0, 0, 0.3);}.caroSt .bx-controls-direction a{position: absolute; top: 50%; margin-top: -30px; outline: 0px; width: 50px; height: 50px; text-indent: -9999px; z-index: 1;}.caroSt .bx-controls-direction a.disabled{display: none;}.caroSt .bx-controls-auto{text-align: center;}.caroSt .bx-controls-auto .bx-start{display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0px; margin: 0px 3px;}.caroSt .bx-controls-auto .bx-start:hover, .caroSt .bx-controls-auto .bx-start.active, .caroSt .bx-controls-auto .bx-start:focus{background-position: -86px 0px;}.caroSt .bx-controls-auto .bx-stop{display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0px; margin: 0px 3px;}.caroSt .bx-controls-auto .bx-stop:hover, .caroSt .bx-controls-auto .bx-stop.active, .caroSt .bx-controls-auto .bx-stop:focus{background-position: -86px -33px;}.caroSt .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align: left; width: 80%;}.caroSt .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right: 0px; width: 35px;}.caroSt .bx-caption{position: absolute; bottom: 0px; left: 0px; background: rgba(80, 80, 80, 0.75); width: 100%;}.caroSt .bx-caption span{color: rgb(255, 255, 255); font-family: Arial; display: block; font-size: 0.85em; padding: 10px;}.caroSt [data-screen="true"] .carouselBox li .ImghidCont .img{position: absolute; inset: 0px; height: 100%; object-fit: cover;}.caroSt .advanced-arrow .left-arrow,.caroSt .advanced-arrow .right-arrow{background: rgba(0, 0, 0, 0.2); cursor: pointer; position: absolute; top: 50%; margin-top: -30px;}.caroSt .left-arrow.left-icon{left: 10px; height: 50px; width: 50px; text-align: center; line-height: 50px; padding: 0px;}.caroSt .right-arrow.right-icon{right: 10px; height: 50px; width: 50px; text-align: center; line-height: 50px; padding: 0px;}.bxslider{backface-visibility: hidden; transform-style: preserve-3d;}.rowList{margin:auto;}
.rowList .col{box-sizing:border-box;position: relative;}
.boxSiz{position: relative;}
.col-box{height:100%;zoom: 1;border: 1px solid transparent; margin: -1px;}
.col-box .textLineP{border: 0px solid transparent;}.img{display:inherit;max-width:100%;width:100%;height: auto;max-height: 100%;margin: auto;box-sizing: border-box;}
.ImghidCont{overflow: hidden;}
.rowcol .ImghidCont{position:relative;}
.imgHoverAn{position: relative; top: 0; left: 0; display: block;transform: scale(1); transform: rotate(0);transition:  0.3s; -webkit-transition: 0.3s; }
.hoverImg{position: relative;overflow: hidden;display: block;}
.hoverImg .p-more{ width: 100%;height: 100%;position: absolute;top: 100%; transition: 0.5s;padding: 0 30px;display: flex; align-items: center;}
.hoverImg:hover .p-more {top: 0px;}
.hoverImg .p-more .imgHref {color: #fff;display: block;margin: 0 auto; padding: 5px 0; margin-top: 25%; text-align: center;font-size: 16px;line-height: 1.5;}
.hoverImg .p-more .imgHref .title{margin-bottom:15px;}
.hoverImg .p-more .imgHref span { width: 43px;height: 43px;background: #fff; display: block; border-radius: 25px; margin: 15px auto 0;}
.rList .hoverImg .img{object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}

.videoPopupBox{position: fixed;z-index: 110000;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);}.popupVideoDiv{position: relative;left: calc((100% - 60%) / 2);top: calc((100% - 60%) / 2);width: 60%; height: 60%;}.videoPopupBox video{width: 100%;height: 100%; background-color: #000;}.videoPopupBox .vidoeClose{position: absolute;right:1rem; top:1rem;width: 36px;height:36px;cursor: pointer;background: rgba(255,255,255,0.8); border-radius: 50%;text-align: center; line-height: 36px;z-index: 999;font-size: 24px;color: #3a3d49;font-style: normal;}
/*图片放大+遮罩层渐现*/
.hoverImg.hoverImglarge .img{transform: scale(1); transition: all .5s;}
.hoverImg.hoverImglarge .p-more { width: 100%;min-height: 100%;position: absolute;top: 0; transition: 0.5s;display: flex; align-items: center;height:auto;padding: 0 30px;opacity:0}
.hoverImg.hoverImglarge:hover .p-more {opacity:1}
.hoverImg.hoverImg .p-more .imgHref {color:#fff;display: block;margin: 0 auto; padding: 5px 0; text-align: center;font-size: 16px;}
.hoverImg.hoverImg .p-more .imgHref .title{margin-bottom:15px;}
.hoverImg.hoverImg .p-more .imgHref span { width: 43px;height: 43px;background: #fff; display: block; border-radius: 25px; margin: 15px auto 0;}
.hoverImg.hoverImglarge:hover .img,.rList .hoverImglarge:hover .img{transform: scale(1.3); transition: all .5s;}

/*图片缩小+遮罩层渐现*/
.rList .hoverImg.hoverImgresize .img{object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0; right: 0;transform: scale(1.3); transition: all .5s;}
.hoverImg.hoverImgresize .p-more { width: 100%;min-height: 100%;position: absolute;top: 0; transition: 0.5s;display: flex; align-items: center;height:auto;padding: 0 30px;opacity:0}
.hoverImg.hoverImgresize .p-more:before { content: '';position: absolute;width: calc(100% - 60px);height: calc(100% - 60px); border: 3px solid #fff; box-sizing: border-box; transition-duration: 0.4s; transform-origin: 50% 50%; transform: scale(1.1) translate(0%,0%); opacity: 0;}
.hoverImg.hoverImgresize:hover .p-more {opacity:1}
.hoverImg.hoverImgresize:hover .p-more:before {transform: scale(1) translate(0%,0%);opacity: 1;}
.hoverImg.hoverImgresize .p-more .imgHref {color:#fff;display: block;margin: 0 auto; padding: 10px; text-align: center;font-size: 16px;transition-duration: 0.4s;  transform-origin: 50% 50%;transform: scale(1) translate(0%,-50%);opacity: 0;}
.hoverImg.hoverImgresize:hover .p-more .imgHref{transform: scale(1) translate(0%,0%);opacity: 1;}
.hoverImg.hoverImg .p-more .imgHref .title{margin-bottom:15px;}
.hoverImg.hoverImg .p-more .imgHref span { width: 43px;height: 43px;background: #fff; display: block; border-radius: 25px; margin: 15px auto 0;}
.hoverImg.hoverImgresize .img{transform: scale(1.3); transition: all .5s;}
.hoverImg.hoverImgresize:hover .img{transform: scale(1);}

/*图片底部向上+遮罩层透明向右展开*/
.hoverImg.hoverImgBottomup .p-more { width: 100%;height: 0;position: absolute;bottom: 0; transition: 0.5s;display: flex; align-items: center;padding: 0 30px;opacity:0;z-index:2;top:auto;min-height: 0;}
.hoverImg.hoverImgBottomup:before { content: '';position: absolute;width:0;height:100%;  box-sizing: border-box; transition-duration: 0.4s; transform-origin: 50% 50%;  opacity: 0;z-index:1;left: 0;top: 0;}
.hoverImg.hoverImgBottomup:hover:before{width:100%;background: rgba(179,27,41);opacity: 0.3;}
.hoverImg.hoverImgBottomup:hover .p-more {opacity:1;height:40%;top:auto;min-height:40%;bottom:0;}
.hoverImg.hoverImgBottomup:hover .p-more:before {transform: scale(1) translate(0%,0%);opacity: 1;}
.hoverImg.hoverImgBottomup .p-more .imgHref {color:#fff;display: block;margin: 0 auto; padding: 10px; text-align: center;font-size: 16px;transition-duration: 0.4s;  transform-origin: 50% 50%;transform: scale(1) translate(0%,-50%);opacity: 0;}
.hoverImg.hoverImgBottomup:hover .p-more .imgHref{transform: scale(1) translate(0%,0%);opacity: 1;}

/*遮罩层左侧渐入*/
.hoverImg.leftGradually .p-more { width: 0;height: 100%;position: absolute;top: 0; transition: 0.5s;display: flex; align-items: center;padding: 0 30px;opacity:0;z-index:2;}
.hoverImg.leftGradually:hover .p-more {opacity:1;width:100%;}

/*遮罩层右侧渐入*/
.hoverImg.rightGradually .p-more { width: 0;height: 100%;top: 0; display: flex; align-items: center;padding: 0 30px;opacity:0;z-index:2;right:0;}
.hoverImg.rightGradually:hover .p-more {opacity:1;width:100%;right:0;left:auto;}

/*遮罩层顶部渐入*/
.hoverImg.topGradually .p-more { width: 100%;height: 0;top: 0; display: flex; align-items: center;padding: 0 30px;opacity:0;z-index:2;left:0}
.hoverImg.topGradually:hover .p-more {opacity:1;height:100%;}

/*遮罩层底部渐入*/
.hoverImg.bottomGradually .p-more { width: 100%;height: 0;bottom: 0; display: flex; align-items: center;opacity:0;z-index:2;left:0;top:auto}
.hoverImg.bottomGradually:hover .p-more {opacity:1;height: 100%;top: auto; bottom: 0;}

/*遮罩层中间向两边展开*/
.hoverImg.middleUnfolding .p-more{transform: scale3d(0, 1, 0);transform-origin: center;opacity: 0;-webkit-transform: scale3d(0, 1, 0);-webkit-transform-origin: center;visibility: hidden;left:0;right:0;top:0;bottom:0;}
.hoverImg.middleUnfolding:hover .p-more {opacity: 1;transform: scale3d(1, 1, 1);-webkit-transform: scale3d(1, 1, 1);visibility: visible;height: 100%;}.classMenubox{z-index: 1;position: relative;}.verticalNav{width: 100%;}
.verticalNav,.verticalNav li{list-style: none;}
.verticalNav .mainNavLi{position: relative;}
.verticalNav .mainNavLiA>p{width:100%;}
.verticalNav .showArrowstyle .mainNavLiA>p,.vershowsubNav .showArrowstyle .mainNavLiA>p{width: calc(100% - 30px);}
.menuPageIcon.menuItemEqual .mainNavLi > .mainNavLiA p{max-width: 100%;}
.menuPageIcon.menuItemEqual>.showArrowstyle>.mainNavLiA>p{max-width:calc(100% - 22px);width: auto;}
verticalNav .mainNavLi [data-position="downWard"]{position: relative;display: none}
.verticalNav .mainNavLiA{display: block;position:relative;}
.verticalNav .textShow .mainNavLiA  p,.verticalNav .textShow .nav-submenu .nav-submenuA  p,.vershowsubNav .textShow .mainNavLiA  p,.vershowsubNav .textShow .nav-submenu .nav-submenuA  p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.verticalNav .lineFeed .mainNavLiA  p,.verticalNav .lineFeed .nav-submenu .nav-submenuA  p,.vershowsubNav .lineFeed .mainNavLiA  p,.vershowsubNav .lineFeed .nav-submenu .nav-submenuA  p,
.pcMainnav .verticalNav .lineFeed .mainNavLiA  p,.pcMainnav .verticalNav .lineFeed .nav-submenu .nav-submenuA  p,.pcMainnav .vershowsubNav .lineFeed .mainNavLiA  p,.pcMainnav .vershowsubNav .lineFeed .nav-submenu .nav-submenuA  p{white-space: inherit;text-overflow:inherit; overflow:inherit;}
.verticalNav .mainNavLi .mainNavLiA>i,.menuPageIcon[data-position="downWard"] .mainNavLi:hover .mainNavLiA>i{position: absolute;font-size: 16px;line-height: 28px;letter-spacing: 0.07em;right: 10px; top: 50%; -webkit-transform: translateY(-50%) rotate(0deg);-khtml-transform: translateY(-50%) rotate(0deg); -moz-transform: translateY(-50%) rotate(0deg);-ms-transform: translateY(-50%) rotate(0deg); -o-transform: translateY(-50%) rotate(0deg); transform: translateY(-50%) rotate(0deg);transition: transform 0.3s; -moz-transition: -moz-transform 0.3s;  -webkit-transition: -webkit-transform 0.3s; -o-transition: -o-transform 0.3s;}
.rtlAr .verticalNav .mainNavLi .mainNavLiA>i,.rtlAr .menuPageIcon[data-position="downWard"] .mainNavLi:hover .mainNavLiA>i{right: auto;left:10px}
[data-position="rightWard"] .mainNavLi .mainNavLiA>i{ -webkit-transform: translateY(-50%) rotate(-90deg);-khtml-transform: translateY(-50%) rotate(-90deg); -moz-transform: translateY(-50%) rotate(-90deg);-ms-transform: translateY(-50%) rotate(-90deg); -o-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg);}
.rtlAr [data-position="rightWard"] .mainNavLi .mainNavLiA>i{ -webkit-transform: translateY(-50%) rotate(90deg);-khtml-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg);-ms-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); transform: translateY(-50%) rotate(90deg);}
[data-position="downWard"] .mainNavLi .nav-submenu{width:100%!important;left: 0;}
[data-position="downWard"] .mainNavLi:hover .mainNavLiA>i{transform: rotate(180deg) translateY(50%) ;-webkit-transform: rotate(180deg) translateY(50%) ;  -moz-transform: rotate(180deg) translateY(50%) ; -ms-transform: rotate(180deg) translateY(50%) ; -o-transform: rotate(180deg) translateY(50%) ;}
[data-position="downWard"] .mainNavLi>.nav-submenu,[data-position="downWard"] .mainNavLi>.nav-submenu .nav-submenu{width:100%!important}
/*.menuPageIcon[data-position="downWard"] [data-index="2"] .subnavbtn{text-indent:1em}
.menuPageIcon[data-position="downWard"] [data-index="3"] .subnavbtn{text-indent:2em}
.menuPageIcon[data-position="downWard"] [data-index="4"] .subnavbtn{text-indent:3em}*/
[data-position="rightWard"] .nav-submenu>li>.nav-submenu{position:absolute;}.menubox{position:relative;}
.nav{ zoom: 1;}
.nav:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.pcMainnav{display: -webkit-box;display: -ms-flexbox;display: flex; flex-wrap: wrap;}
.pcMainnav > li, .pcMainnav li a p{display: inline-block}
.nav,.pcMainnav > li,.pcMainnav > li > a{position: relative;}
.nav .menuItemEqual> li .mainNavLiA{display: block;}
.pcMainnav .menuItemEqual{flex-wrap: nowrap;}
.pcMainnav > li:last-of-type{margin-right:0!important}
.rtlAr .pcMainnav > li:last-of-type{margin-left:0!important}
.nav .menuItemLayout > li > a{display:block;}
.pcMainnav > li > a{display: inline-block;}
.nav i{font-style:initial;}
.nav .pcMainnav > li .mainNavLiA  {cursor: pointer;}
.nav .pcMainnav > li > .mainNavLiA {outline: 0;white-space: nowrap;box-sizing: border-box;}
.nav .pcMainnav .mainNavLi{list-style: none;display: inline-block;}
.pcMainnav .mainNavLi .mainNavLiA  p,.pcMainnav .nav-submenu li a p{display:inline-block;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;vertical-align: middle;box-sizing: border-box;}
.nav .mainNav .mainNavLi .mainNavLiA  i{font-size:13px; margin-left:10px;vertical-align: middle;}
.rtlAr .nav .mainNav .mainNavLi .mainNavLiA  i{ margin-right:10px;}
.mainNavLi .editShowsubmenu {display: block;}
.pcMainnav .nav-submenu li a p{padding-right:10px;}
/*.pcMainnav  .showArrowstyle .mainNavLiA>p{max-width:calc(100% - 23px);}*/
@media screen and (max-width: 960px) {
.nav .pcMainnav > li{width:auto!important;}
}
.pcMainnav .subMenuAligncenter>.nav-submenu{left:50%!important;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.pcMainnav .subMenuAlignright>.nav-submenu{left:auto!important;right:0}.CrumbsBox{display: block;}.CrumbsBox .btnIcon, .CrumbsBox .currentPosFont{display: inline-block; vertical-align: middle;}.CrumbsBox .currentPosFont{max-width: calc(100% - 28px);}.btnIcon{text-align:center;}
.btnImg{max-width:100%;max-height:100%;}
.minWidth{position: relative;top: 0;left: 0;display: block;transform: scale(1);transform: rotate(0);}
.btnAnati{position: relative;top: 0;left:0;transform: scale(1);transform: rotate(0);}

.backgroundAnimation,.borderSlide,.shadowAcross,.backgroundBottomAna {overflow: hidden;-webkit-transition:0.5s;}
.backgroundAnimation:before,.btn3.backgroundAnimation .btnIcon:before {position:absolute;content:'';width:0;-webkit-transition: inherit;left: 0;height: 100%;z-index: -1;}
.backgroundAnimation:hover:before,.boxHoverParent:hover .backgroundAnimation:before,.btn3.backgroundAnimation .btnIcon:before {width:100%}
.borderSlide:before, .borderSlide:after{content: '';border-style: solid; position: absolute;z-index: -1; transition: inherit;left: 0;right: 0;  top: 0;  bottom: 0;}
.borderSlide:before{width: 0;border-top-width: 0px;
border-bottom-width: 0px;border-left-width: 0px;
border-right-width: 0px;
    height: 100%; 
    top: 0px;
    left: 0;
-webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
   }
.borderSlide:after{width: 100%;border-left-width: 0px;
border-right-width: 0px;border-top-width: 0px;
border-bottom-width: 0px;
    height: 0;
    top: 0;
    left:0px;}.boxHoverParent:hover .borderSlide:before,.borderSlide:hover:before{width: 100%;}.boxHoverParent:hover .borderSlide:after,.borderSlide:hover:after{height: 100%; }.shadowAcross:after{background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}.shadowAcross:hover:after,.boxHoverParent:hover .shadowAcross:after {    left: 120%;transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);}.backgroundBottomAna:before {position:absolute;content:'';width:100%;-webkit-transition: inherit;left: 0;height: 0;z-index: -1;bottom: 0;}
.boxHoverParent:hover .backgroundBottomAna:before,.backgroundBottomAna:hover:before{height:100%;}.btn3{display:table;margin-left:auto;margin-right:auto;}
.btn3 i{display: block;}
.btnbox{max-width:100%}
.btn3 i,.btn3 .btnIcon{box-sizing: content-box;}
.btn2{display: block;}
.btn2 span{display: block;}.btn .btnText{display:inline-block;box-sizing:border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; max-width: calc(100% - 40px);}
.btn{display:block;min-width:50px}
.btn,.btn .btnIcon,.btn .btnText{vertical-align: middle;}
.btnCont{position: relative;}
.btn .btnIcon{display: inline-block;}
.listTxt{position: relative;}.rList .listTxt > div p, .rList .listTxt p, .rList .listTxt .textLineP{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}.listTxt .textLineP{overflow: hidden;}.textLineP iframe{max-width:100%;}.listTxt > a, .listTxt{display: block; box-sizing: border-box;}.listTxt ul p, .listTxt ol p{display: inline-block; vertical-align: top; max-width: calc(100% - 25px);}.listTxt.enlarge_detailed_info ul p,.listTxt.enlarge_detailed_info ol p{width:100%}.listTxt ul, .listTxt ol{list-style-position: inside;}table[align="center"]{margin: 10px auto;}.overflowScrolling::-webkit-scrollbar{width: 6px;}.overflowScrolling::-webkit-scrollbar-thumb{background-color: rgba(0, 0, 0, 0.5); border-radius: 32px;}.overflowScrolling::-webkit-scrollbar-track{background-color: rgba(0, 0, 0, 0.1); border-radius: 32px;}.nav-submenu .nav-submenuA {position:relative}.nav-submenu li .nav-submenuA i{position: absolute;font-size: 16px;line-height: 22px;letter-spacing: 0.07em;right: 10px;top: 50%;-webkit-transform: translateY(-50%) rotate(0deg);-khtml-transform: translateY(-50%) rotate(0deg);-moz-transform: translateY(-50%) rotate(0deg);-ms-transform: translateY(-50%) rotate(0deg);-o-transform: translateY(-50%) rotate(0deg);transform: translateY(-50%) rotate(0deg);transition: transform 0.3s;-moz-transition: -moz-transform 0.3s;-webkit-transition: -webkit-transform 0.3s;-o-transition: -o-transform 0.3s;}[data-position="downWard"] .nav-submenu li a i,.menuPageIcon[data-position="downWard"] .nav-submenu li:hover a i { -webkit-transform: translateY(-50%) rotate(90deg) ; -khtml-transform: translateY(-50%) rotate(90deg) ; -moz-transform: translateY(-50%) rotate(90deg) ; -ms-transform: translateY(-50%) rotate(90deg) ; -o-transform: translateY(-50%) rotate(90deg);transform: translateY(-50%) rotate(90deg);}[data-position="downWard"] .nav-submenu li>.nav-submenuA:hover i { -webkit-transform: translateY(-50%) rotate(270deg) ; -khtml-transform: translateY(-50%) rotate(270deg) ; -moz-transform: translateY(-50%) rotate(270deg) ; -ms-transform: translateY(-50%) rotate(270deg) ;-o-transform: translateY(-50%) rotate(270deg);transform: translateY(-50%) rotate(270deg);}.mainNav .nav-submenu{margin: 0;list-style: none;z-index: 1999;position: absolute;top: 99%;box-sizing:border-box;width: auto;display:none}.verticalNav .nav-submenu{margin: 0;list-style: none;box-sizing:border-box;width: 100%;display:none}.nav-submenu li{display: block;width: 100%;position: relative;}.nav-submenu li .nav-submenuA p{box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;width:100%}.nav-submenu .showArrowstyle>.nav-submenuA >.subnavbtn,.nav-submenu .nav-submenu .showArrowstyle>.nav-submenuA >.subnavbtn{display: inline-block;width: calc(100% - 28px);}.verticalNav[data-position="downWard"] .nav-submenu li .nav-submenu .nav-submenuA .subnavbtn{padding-left:40px!important;}.nav-submenu > li > .nav-submenu{top: 0px; left: 100%; display: none;}.pcMainnav .nav-submenu > li:hover > .nav-submenu, .verticalNav[data-mouse="onmouseover"] .nav-submenu > li:hover > .nav-submenu{display: block;}.sc6_shadow{position: absolute; bottom: -26px; width: 165px; height: 26px; background-image: url("//img.bjyyb.net/Response/images/imgshadow.png"); background-repeat: no-repeat;}.s6_left{left: -20px; background-position: 0px 0px;}.s6_right{right: -20px; background-position: 100% 0px;}		</style>
        
     	<style>
			#SITE_HEADER{background:rgb(255, 255, 255);width:100%;border-bottom:0px solid rgb(0, 161, 62);transition: background-color 0.3s ease;}#SITE_HEADER.previewHead{position: fixed;}#SITE_HEADER>.rowListBg{background:none ;}#oplbjc{max-width:100%;background:rgba(0,0,0,0);}#SITE_FOOTER{background:rgb(23, 23, 23);}#SITE_FOOTER>.rowListBg{background:none ;}@media screen and (max-width:960px){#SITE_FOOTER{margin:0 0  0 0;}}#SITE_PANEL{width:100%;}#SITE_PANEL .SITE_PANELLi{border-bottom: 1px solid #eee;}#SITE_PANEL .SITE_PANELA,#SITE_PANEL .nav-submenuA{font-size:15px;font-family:微软雅黑;color:#666;background-color:rgb(255, 255, 255);}#SITE_PANEL .SITE_PANELA.paneltextShow p,#SITE_PANEL .nav-submenuA p,#SITE_PANEL .SITE_PANELA .btnIcon,#SITE_PANEL .nav-submenuA .btnIcon,.sideTrigger~.nav-icon{height:46px;line-height:46px;}#SITE_PANEL .SITE_PANELA.panellineFeed p,#SITE_PANEL .nav-submenuA.panellineFeed p{min-height:46px;line-height:46px;}#SITE_PANEL .SITE_PANELA p{padding-left:10px;}#SITE_PANEL .SITE_PANELA.selected,#SITE_PANEL .nav-submenuA.selected{background-color:#eee;}@media screen and (min-width:961px){#SITE_PANEL{display:none;}}#cUyFvBL{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){#cUyFvBL{margin:1.3% 0% 1% 0%;padding-right:12%;padding-left:12%;}.cUyFvBL>.gridLayout{display:grid;}.cUyFvBL>.gridLayout>.col{width:100%;}.cUyFvBL>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1905px){#document>.auto-margin>#cUyFvBL{padding-right:12%;padding-left:12%;padding-left:calc((100% - 1447.8px) / 24 * 12);padding-right:calc((100% - 1447.8px) / 24 * 12);}}#cB1y83T{background-color:rgb(19, 75, 189);}@media screen and (min-width:961px){#cB1y83T{margin:1.7% 0% 0% 0%;padding-right:13%;padding-left:13%;}.cB1y83T>.gridLayout{display:grid;}.cB1y83T>.gridLayout>.col{width:100%;}.cB1y83T>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1905px){#document>.auto-margin>#cB1y83T{padding-right:13%;padding-left:13%;padding-left:calc((100% - 1409.7px) / 26 * 13);padding-right:calc((100% - 1409.7px) / 26 * 13);}}.cnn1c97{background-color:rgba(0, 0, 0, 0);}@media screen and (min-width:961px){.cnn1c97{padding-right:12rem;padding-left:12rem;}.cnn1c97>.gridLayout{display:grid;}.cnn1c97>.gridLayout>.col{width:100%;}.cnn1c97>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1908px){#document>.auto-margin>.cnn1c97{padding-right:12rem;padding-left:12rem;}}.rtlAr #cGsPOax .caroSt{direction:ltr;}#cGsPOax{background-color:rgba(255, 255, 255,0);}#cGsPOax .left-icon{transform: scale(1);}#cGsPOax .right-icon{transform: scale(1);}#cGsPOax .right-icon .yiyingbaoicon, #cGsPOax .left-icon .yiyingbaoicon{color:rgb(255,255,255);}.cplhshh{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cplhshh{padding-right:14rem;padding-left:14rem;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>.cplhshh{padding-right:14rem;padding-left:14rem;}}.cWxlAuV{background-color:rgba(0,0,0,0);}.cWxlAuV>.rowListBg{background:none ;}@media screen and (min-width:961px){.cWxlAuV{margin:1% 0% 1% 0%;padding-top:1%;padding-bottom:1%;padding-right:14%;padding-left:14%;}.cWxlAuV>.gridLayout{display:grid;}.cWxlAuV>.gridLayout>.rowcol{width:100%;}.cWxlAuV>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>.cWxlAuV{padding-right:14%;padding-left:14%;padding-left:calc((100% - 1370.1599999999999px) / 28 * 14);padding-right:calc((100% - 1370.1599999999999px) / 28 * 14);}}.ckuaXLX{background-color:rgb(79, 79, 79);}@media screen and (min-width:961px){.ckuaXLX{margin:6.8140625rem 0% 0rem 0%;padding-right:12%;padding-left:12%;}.ckuaXLX>.gridLayout{display:grid;}.ckuaXLX>.gridLayout>.col{width:100%;}.ckuaXLX>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1905px){#document>.auto-margin>.ckuaXLX{padding-right:12%;padding-left:12%;padding-left:calc((100% - 1447.8px) / 24 * 12);padding-right:calc((100% - 1447.8px) / 24 * 12);}}.cq5gpub{background-color:rgba(0,0,0,0);}.cq5gpub>.rowListBg{background:none ;}@media screen and (min-width:961px){.cq5gpub{padding-top:1%;padding-bottom:1%;padding-right:17%;padding-left:17%;}.cq5gpub>.gridLayout{display:grid;}.cq5gpub>.gridLayout>.rowcol{width:100%;}.cq5gpub>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1905px){#document>.auto-margin>.cq5gpub{padding-right:17%;padding-left:17%;padding-left:calc((100% - 1257.3px) / 34 * 17);padding-right:calc((100% - 1257.3px) / 34 * 17);}}.cg8Bs8EcL{width:100%;}.cg8Bs8EcL.hidden{display:none;}.c6KRxvscL{width:100%;}.c6KRxvscL.hidden{display:none;}.cnnikcjcL{width:33%;background-color:rgba(255, 255, 255, 0);}.cnnikcjcL.hidden{display:none;}@media screen and (min-width:961px){.cnnikcjcL{padding:0rem 3% 0rem 0%;}}.cnngb27cL{width:67%;}.cnngb27cL.hidden{display:none;}.rList .listBox .cpQ0R4Y .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cpQ0R4YImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cpQ0R4YImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.rList .listBox .cOlerJf .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cOlerJfImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cOlerJfImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cplk3v4cL{width:100%;}.cplk3v4cL.hidden{display:none;}.row_line  .cpreuqlrow_col{width:50%;}.cpreuqlrow_col.hidden{display:none;}.cpreuqlrow_col>.rowListBg{background:none ;}.row_line  .c8bs9AHrow_col{width:50%;}.c8bs9AHrow_col.hidden{display:none;}.c8bs9AHrow_col>.rowListBg{background:none ;}.cxtso7mcL{width:100%;}.cxtso7mcL.hidden{display:none;}.row_line  .cq57a5qrow_col{width:60%;}.cq57a5qrow_col.hidden{display:none;}.cq57a5qrow_col>.rowListBg{background:none ;}.row_line  .cq52jgirow_col{width:6.6666666666667%;}.cq52jgirow_col.hidden{display:none;}.cq52jgirow_col>.rowListBg{background:none ;}.row_line  .ctxNZg7row_col{width:33.333333333333%;}.ctxNZg7row_col.hidden{display:none;}.ctxNZg7row_col>.rowListBg{background:none ;}.cPN4V2z{margin:1.3rem 0% 1rem 0%;}.rList .listBox .cPN4V2z .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cPN4V2zImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cPN4V2zImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}#c58POEo{margin:0.14% 0% 0% 0%;}.c58POEoUl{justify-content:flex-end;}#c58POEo  .c58POEoLi{text-align:center;}#c58POEo .menuItemEqual .c58POEoLi{width:calc(100%/9 - 0.1rem);margin-right:0.1rem;}.rtlAr #c58POEo .menuItemEqual .c58POEoLi{width:calc(100%/9 - 0.1rem);margin-left:0.1rem;margin-right: initial;}#c58POEo .menuItemUnequal .c58POEoLi{margin-right:0.1rem;}.rtlAr #c58POEo .menuItemUnequal .c58POEoLi{margin-right: initial;margin-left:0.1rem;}#c58POEo .menuItemLayout{gap:0.1rem;justify-content: space-between;}#c58POEo .menuItemLayout .c58POEoLi{flex: 1 1 auto;}#c58POEo .menuItemLayout .c58POEoA{padding:1rem 0px;}.c58POEoA{margin-bottom:2px;font-size:1.6rem;font-family:微软雅黑;color:rgb(255, 255, 255);background-color:rgb(19, 75, 189);border-right: 1px solid rgb(255, 255, 255);padding:1rem 2rem;}.c58POEoLi:hover .c58POEoA{font-size:1.6rem;font-family:微软雅黑;color:rgb(255, 255, 255);background-color:rgb(27, 85, 178);}.c58POEoA.selected{background-color:rgb(28, 69, 135);font-size:1.6rem;font-family:微软雅黑;color:rgb(255, 255, 255);}#cplog4u{margin:0% 10% 0% 10%;padding:10px 10px 10px 2px;border-bottom:1px dashed rgb(217, 217, 217);}#cplog4u .CrumbsBox{text-align:left;position: relative;}#cplog4u .overflowScrolling{overflow: auto;white-space: nowrap;}.cplog4uFont,.cplog4uFont a{font-size:14px;font-family:微软雅黑;color:#666;}.cplog4uFont{padding-left:10px;}.cplog4uIc{max-width:1.2rem;font-size:1.2rem;}.cT6WJL9{margin:0rem 16.04% 0rem 21.48%;}.rList .listBox .cT6WJL9 .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cT6WJL9Img,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cT6WJL9Img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.c30W5lBA{margin:1rem 7.23% 1rem auto;max-width:15.5rem;font-size:1.5rem;font-family:微软雅黑;color:rgb(7, 75, 210);background:none;border-radius:20px;border:1px solid rgb(11, 65, 174);text-align:center;}.c30W5lBA  .c30W5lBTe .pagepointA{font-size:1.5rem;font-family:微软雅黑;color:rgb(7, 75, 210);}.c30W5lBA:hover .c30W5lBTe .pagepointA{font-size:1.5rem;color:#fff;}.c30W5lBTextBox{padding:10px 3px 10px 3px;}.c30W5lBA:hover,.boxHoverParent:hover .c30W5lBA{font-size:1.5rem;color:#fff;background:#2196f3;}.c30W5lBA.backgroundAnimation:before,.c30W5lBA.backgroundBottomAna:before{background:#2196f3;}.c30W5lBA.backgroundAnimation:hover,.c30W5lBA.backgroundBottomAna:hover{background:transparent;}.c30W5lBA:hover .pagepointA{color:#fff;}.cT5wRB8A{margin:1rem 73.18% 1rem auto;max-width:15.5rem;font-size:1.5rem;font-family:微软雅黑;color:rgb(11, 65, 174);background:none;border-radius:20px;border:1px solid rgb(11, 65, 174);text-align:center;}.cT5wRB8A  .cT5wRB8Te .pagepointA{font-size:1.5rem;font-family:微软雅黑;color:rgb(11, 65, 174);}.cT5wRB8A:hover .cT5wRB8Te .pagepointA{font-size:1.5rem;color:#fff;}.cT5wRB8TextBox{padding:10px 3px 10px 3px;}.cT5wRB8A:hover,.boxHoverParent:hover .cT5wRB8A{font-size:1.5rem;color:#fff;background:#2196f3;}.cT5wRB8A.backgroundAnimation:before,.cT5wRB8A.backgroundBottomAna:before{background:#2196f3;}.cT5wRB8A.backgroundAnimation:hover,.cT5wRB8A.backgroundBottomAna:hover{background:transparent;}.cT5wRB8A:hover .pagepointA{color:#fff;}.cHbyTdq{border-bottom:1px solid #666;margin:0% 1% 0% 1%;}.cKu0atN{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cKu0atN{padding-top:1%;padding-right:1%;padding-left:1%;}.cKu0atN>.gridLayout{display:grid;}.cKu0atN>.gridLayout>.col{width:100%;}.cKu0atN>.gridColsUnequal{grid-template-columns: !important;}}.cq4p46uA{margin:0rem 0% 0rem 0.1%;font-size:1.6rem;font-family:微软雅黑;line-height:170%;color:rgb(255, 255, 255);text-align:center;}.cq4p46uA .pagepointA{font-size:1.6rem;font-family:微软雅黑;line-height:170%;color:rgb(255, 255, 255);}.cq4p46uA.overflowHiding{overflow: hidden;}.cq4p46uA.overflowScrolling{overflow-y: auto;}.cVoxaBf{margin:0.131rem 5.38% 0rem 63.62%;}.rList .listBox .cVoxaBf .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cVoxaBfImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cVoxaBfImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cWDdbtbA{font-size:1.6rem;font-family:微软雅黑;line-height:170%;color:#666;}.cWDdbtbA .pagepointA{font-size:1.6rem;font-family:微软雅黑;line-height:170%;color:#666;}.cWDdbtbA.overflowHiding{overflow: hidden;}.cWDdbtbA.overflowScrolling{overflow-y: auto;}#cFbBrjA,#cFbBrjA .nav-submenu{background-color:rgb(245, 245, 245);min-width:152px;border-radius:5px;}#cFbBrjA>li:first-of-type>a,#cFbBrjA>li .nav-submenu li:first-of-type .nav-submenuA{border-top-left-radius:5px;border-top-right-radius:5px;}#cFbBrjA>li:last-of-type>a,#cFbBrjA>li .nav-submenu li:last-of-type .nav-submenuA{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}#cFbBrjA .nav-submenuA{font-size:1.5rem;font-family:微软雅黑;color:rgb(102, 102, 102);text-align:left;padding-top:8px;padding-bottom:8px;}#cFbBrjA .nav-submenuA:hover{color:rgb(67, 67, 67);}#cFbBrjA li.selected>.nav-submenuA{font-family:Arial;color:rgb(67, 67, 67);}#cFbBrjA li:not(:last-of-type) .nav-submenuA{border-bottom:1px dashed rgba(102, 102, 102, 0.41);}#cFbBrjA .nav-submenuA .subnavbtn{line-height:28px;padding-left:10px;}#cFbBrjA .nav-submenuA i{height:28px;line-height:28px;}#cFbBrjA.menuParentOpen li.selected>ul,#cFbBrjA.menuParentOpen li.selected>ul li.selected>ul{display:block;}.c8Q96SncL{width:33.333333333333%;}.c8Q96SncL.hidden{display:none;}.ckKEWldcL{width:33%;}.ckKEWldcL.hidden{display:none;}.cC4zCqUcL{width:33.666666666666%;}.cC4zCqUcL.hidden{display:none;}.cxPMuhsA{margin:0.5rem 17.12% 3rem 1.26%;font-size:1.3rem;font-family:微软雅黑;line-height:170%;color:#666;}.cxPMuhsA .pagepointA{font-size:1.3rem;font-family:微软雅黑;line-height:170%;color:#666;}.cxPMuhsA.overflowHiding{overflow: hidden;}.cxPMuhsA.overflowScrolling{overflow-y: auto;}#cZqBmcN{margin:1.62% 20.96% 1% 32.02%;}.cZqBmcNLi{border-bottom: 0px dashed rgb(217, 217, 217);margin-bottom:9px;}#cZqBmcN [data-position="downWard"] > li  .nav-submenu{width: 100% !important; min-width: 100% !important;}.cZqBmcNA{font-size:1.4rem;font-family:微软雅黑;color:rgb(217, 217, 217);text-align:left;line-height:100%;padding-top:0.3rem;padding-bottom:0.3rem;}.cZqBmcNA:hover{font-size:1.4rem;font-family:微软雅黑;line-height:100%;color:rgb(217, 217, 217);}.cZqBmcNA p{padding-left:10px;}.cZqBmcNA.selected{font-weight:bold;font-size:1.6rem;font-family:微软雅黑;line-height:100%;color:rgb(245, 245, 245);}.c9ri6nNA{margin:0rem 10.72% 0rem 34.95%;font-size:2rem;font-family:Arial;line-height:170%;color:rgb(255, 255, 255);}.c9ri6nNA .pagepointA{font-size:2rem;font-family:Arial;line-height:170%;color:rgb(255, 255, 255);}.c9ri6nNA.overflowHiding{overflow: hidden;}.c9ri6nNA.overflowScrolling{overflow-y: auto;}.cLXnjq3{margin:0rem 27.75% 3rem 36.21%;padding:0% 2% 5% 2%;}.rList .listBox .cLXnjq3 .Imgbox{padding-top:60%;}.cLXnjq3Img{border:5px solid #fff;}        </style>
        <script type="application/ld+json" id="animate">
        	{"cnn7u05":"aNone 1s 0s ","cnn1c97":"aNone 1s 0s ","cq5gpub":"aNone 1s 0s ","ctrd5g0":"aNone 1s 0s ","cUyFvBL":"aNone 1s 0s ","c6czNAv":"aNone 1s 0s ","cB1y83T":"aNone 1s 0s ","c58POEo":"aNone 1s 0s ","cZqBmcN":"aNone 1s 0s "}        </script>
		<script type="application/ld+json" id="spec">
			{"v":1}		</script>
			<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@type":"WebPage","name":"山东科博自动停车设备股份公司","url":"http://www.ke-bo.com","@id":"http://www.ke-bo.com/nofound.html#webpage"},{"@type":"BreadcrumbList","@id":"http://www.ke-bo.com/nofound.html#breadcrumblist"}]}
</script>
</head>
<body id="root" >
<div id="document"><style id="document_globalCSS"> :root { --themeColor1:#333333;--themeColor2:#555555;--themeColor3:#666666;--themeColor4:#999999;--themeColor5:#aaaaaa;--themeColor6:#ffffff; } </style><div class="document-bg"></div><header id="SITE_HEADER" data-response="false" class="auto-margin "><div id="cUyFvBL" class="cUyFvBL relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cUyFvBLrL adaptiveLayout  "><div id="cg8Bs8E" class="cg8Bs8EcL col "><div class="cg8Bs8EcB col-box boxSiz "><div id="cPN4V2z" class="cPN4V2z ImghidCont "><a href="/" title="首页" class="imgHoverAn Imgbox clearfix "><img data-first="true" class="cPN4V2zImg img lazyload" data-slidew="800" data-slideh="63" width="800" height="63" data-src="https://img.bjyyb.net/sites/74000/74370/20221121084457943.jpg" src="https://img.bjyyb.net/sites/74000/74370/20221121084457943.webp" data-webp="https://img.bjyyb.net/sites/74000/74370/20221121084457943.webp"/></a></div></div></div></div></div><div id="cB1y83T" class="cB1y83T relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cB1y83TrL adaptiveLayout  m_c"><div id="c6KRxvs" class="c6KRxvscL col "><div class="c6KRxvscB col-box boxSiz "><div id="c58POEo" class="menubox"><nav class="nav"><ul data-switch="mouseover" class="c58POEoUl mainNav pcMainnav menuPageIcon  menuItemLayout"><li class="c58POEoLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/" class="c58POEoA mainNavLiA "><p>首页</p></a></li><li class="c58POEoLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/guanyuwomen.html" class="c58POEoA mainNavLiA "><p>关于我们</p></a></li><li class="c58POEoLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/bufenpshyangbangongcheng.html" class="c58POEoA mainNavLiA "><p>部分PSH样板工程</p></a></li><li class="c58POEoLi mainNavLi hoverMenuLi  showArrowstyle  subMenuAlignleft"><a href="/chanpinzhanshi.html" class="c58POEoA mainNavLiA "><p>产品展示</p><i class="c58POEoi yiyingbaoicon"></i></a><ul data-index="2" class="nav-submenu " id="cFbBrjA"><li class=" navSubmenuLi "><a href="/products/pingmianyidongshi_190334/" class="nav-submenuA"><p class="subnavbtn">平面移动式</p></a></li><li class=" navSubmenuLi "><a href="/products/chuizhixunhuanshi_190332/" class="nav-submenuA"><p class="subnavbtn">垂直循环式</p></a></li><li class=" navSubmenuLi "><a href="/products/qicheshengjiangshi/" class="nav-submenuA"><p class="subnavbtn">汽车升降式</p></a></li><li class=" navSubmenuLi "><a href="/products/xiangdaoduiduoshi_190330/" class="nav-submenuA"><p class="subnavbtn">巷道堆垛式</p></a></li><li class=" navSubmenuLi "><a href="/products/chuizhishengjiangshi_190329/" class="nav-submenuA"><p class="subnavbtn">垂直升降式</p></a></li><li class=" navSubmenuLi "><a href="/products/shengjianghengyishi/" class="nav-submenuA"><p class="subnavbtn">升降横移式</p></a></li><li class=" navSubmenuLi "><a href="/products/jianyishengjiangshi_190327/" class="nav-submenuA"><p class="subnavbtn">简易升降式</p></a></li></ul></li><li class="c58POEoLi mainNavLi hoverMenuLi  showArrowstyle  subMenuAlignleft"><a href="/zizhirongyu.html" class="c58POEoA mainNavLiA "><p>资质荣誉</p><i class="c58POEoi yiyingbaoicon"></i></a><ul data-index="2" class="nav-submenu " id="cFbBrjA"><li class=" navSubmenuLi "><a href="/products/qiyeaaazhengshu/" class="nav-submenuA"><p class="subnavbtn">企业AAA证书</p></a></li><li class=" navSubmenuLi "><a href="/products/gongsizizhi/" class="nav-submenuA"><p class="subnavbtn">公司资质</p></a></li></ul></li><li class="c58POEoLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/shipinzhanshi.html" class="c58POEoA mainNavLiA "><p>视频展示</p></a></li><li class="c58POEoLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/bufengongchengyeji.html" class="c58POEoA mainNavLiA "><p>部分工程业绩</p></a></li><li class="c58POEoLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/fuwuchengnuo.html" class="c58POEoA mainNavLiA "><p>服务承诺</p></a></li><li class="c58POEoLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/lianxiwomen.html" class="c58POEoA mainNavLiA "><p>联系我们</p></a></li></ul></nav></div></div></div></div></div><div id="cnn1c97" class="cnn1c97 relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cnn1c97rL adaptiveLayout  m_r"><div id="cnnikcj" class="cnnikcjcL col "><div class="rowListBg lazyload"></div><div class="cnnikcjcB col-box boxSiz "></div></div><div id="cnngb27" class="cnngb27cL col "><div class="cnngb27cB col-box boxSiz "></div></div></div></div></header><div id="oplbjc" class="container auto-margin"><div id="cGsPOax"><div class="cGsPOaxcS caroSt"><ul style="width:200%" class="carouselBox bxslider slideBxSlider" data-pause="3" data-touchslide="false" data-controls="true" data-play="true" data-preicon="" data-nexticon="" data-speed="1"><li style="width:50%"><div id="cpQ0R4Y" class="cpQ0R4Y ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="cpQ0R4YImg img lazyload" data-slidew="800" data-slideh="242" width="800" height="242" data-src="https://img.bjyyb.net/sites/74000/74370/20230901113718746.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_800,h_242,limit_0" data-webp="https://img.bjyyb.net/sites/74000/74370/20230901113718746.webp"/></div></div></li><li style="width:50%"><div id="cOlerJf" class="cOlerJf ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="cOlerJfImg img lazyload" data-slidew="800" data-slideh="242" width="800" height="242" data-src="https://img.bjyyb.net/sites/74000/74370/20221112174239787.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_800,h_242,limit_0" data-webp="https://img.bjyyb.net/sites/74000/74370/20221112174239787.webp"/></div></div></li></ul></div></div><div id="cplhshh" class="cplhshh relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cplhshhrL adaptiveLayout  "><div id="cplk3v4" class="cplk3v4cL col "><div class="cplk3v4cB col-box boxSiz "><div id="cplog4u"><div class="cplog4uCrumbsData"><div class="CrumbsBox"><i class="cplog4uIc btnIcon yiyingbaoicon"></i><div class="currentPosFont cplog4uFont  ">位置:</div></div></div></div><div id="cT6WJL9" class="cT6WJL9 ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="cT6WJL9Img img lazyload" data-slidew="800" data-slideh="259" width="800" height="259" data-src="https://img.bjyyb.net/sites/74000/74370/20221118161940517.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_800,h_259,limit_0" data-webp="https://img.bjyyb.net/sites/74000/74370/20221118161940517.webp"/></div></div></div></div></div></div><div id="cWxlAuV" class="cWxlAuV row_line contentFullWidth  "><div class="contentAutoDom adaptiveLayout  rowColumnBox"><div id="cpreuql" class="cpreuqlrow_col rowcol "><a href="/" title="首页" class="c30W5lBA btn2 minWidth btnbox btnCont  " id="c30W5lB"><div class="c30W5lBTextBox  textBox"><span class="c30W5lBTe btnText">返回首页</span></div></a></div><div id="c8bs9AH" class="c8bs9AHrow_col rowcol "><a href="/lianxiwomen.html" title="联系我们" class="cT5wRB8A btn2 minWidth btnbox btnCont  " id="cT5wRB8"><div class="cT5wRB8TextBox  textBox"><span class="cT5wRB8Te btnText">联系我们</span></div></a></div></div></div></div><footer id="SITE_FOOTER" class="auto-margin  mofootPadbtm"><div id="ckuaXLX" class="ckuaXLX relative contentFullWidth componentsBox "><div class="rowList contentAutoDom ckuaXLXrL adaptiveLayout  m_c"><div id="cxtso7m" class="cxtso7mcL col "><div class="cxtso7mcB col-box boxSiz "><div id="cHbyTdq" class="cHbyTdq relative"></div><div id="cKu0atN" class="cKu0atN relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cKu0atNrL adaptiveLayout  m_c"><div id="c8Q96Sn" class="c8Q96SncL col "><div class="c8Q96SncB col-box boxSiz "><div class="listTxt cxPMuhsA automatic   " id="cxPMuhs"><div class="textLineP"><p><span style="color:#eeeeee;"><span style="font-size:1.5rem;"><strong>山东科博自动停车设备股份公司</strong></span><br />
地址：德州市经济技术开发区崇德一大道2999号<br />
400电话：400-055-0806  </span></p>

<p><span style="color:#eeeeee;">电话： 0534-2722666  0534-2722600</span></p>

<p><span style="color:#eeeeee;">手机：13905342560</span></p>

<p><span style="color:#eeeeee;">传真：0534-2722667 </span></p>

<p><span style="color:#eeeeee;">网址：</span><a href="http://www.ke-bo.com/"><span style="color:#eeeeee;">www.ke-bo.com</span></a><span style="color:#eeeeee;"> </span></p>

<p><span style="color:#eeeeee;">邮箱：</span><a href="mailto:dezhoukebo@163.com"><span style="color:#eeeeee;">dezhoukebo@163.com</span></a></p>

<p> </p>
</div></div></div></div><div id="ckKEWld" class="ckKEWldcL col "><div class="ckKEWldcB col-box boxSiz "><div id="cZqBmcN" class="menubox"><nav class="nav"><ul data-position="downWard" data-mouse="onmouseover" class="cZqBmcNUl verticalNav menuItemEqual"><li class="cZqBmcNLi mainNavLi  textShow "><a href="/guanyuwomen.html" class="cZqBmcNA mainNavLiA  "><p>关于我们</p></a></li><li class="cZqBmcNLi mainNavLi  textShow "><a href="/bufenpshyangbangongcheng.html" class="cZqBmcNA mainNavLiA  "><p>部分PSH样板工程</p></a></li><li class="cZqBmcNLi mainNavLi  textShow "><a href="/chanpinzhanshi.html" class="cZqBmcNA mainNavLiA  "><p>产品展示</p></a></li><li class="cZqBmcNLi mainNavLi  textShow "><a href="/zizhirongyu.html" class="cZqBmcNA mainNavLiA  "><p>资质荣誉</p></a></li><li class="cZqBmcNLi mainNavLi  textShow "><a href="/shipinzhanshi.html" class="cZqBmcNA mainNavLiA  "><p>视频展示</p></a></li><li class="cZqBmcNLi mainNavLi  textShow "><a href="/bufengongchengyeji.html" class="cZqBmcNA mainNavLiA  "><p>部分工程业绩</p></a></li><li class="cZqBmcNLi mainNavLi  textShow "><a href="/fuwuchengnuo.html" class="cZqBmcNA mainNavLiA  "><p>服务承诺</p></a></li><li class="cZqBmcNLi mainNavLi  textShow "><a href="/lianxiwomen.html" class="cZqBmcNA mainNavLiA  "><p>联系我们</p></a></li></ul></nav></div></div></div><div id="cC4zCqU" class="cC4zCqUcL col "><div class="cC4zCqUcB col-box boxSiz "><div class="listTxt c9ri6nNA automatic   " id="c9ri6nN"><div class="textLineP"><p>扫一扫咨询更多内容</p>
</div></div><div id="cLXnjq3" class="cLXnjq3 ImghidCont"><div class="imgHoverAn Imgbox clearfix relative "><img class="cLXnjq3Img img lazyload" data-slidew="764" data-slideh="764" width="764" height="764" data-src="https://img.bjyyb.net/sites/74000/74370/20221117104402224.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_764,h_764,limit_0" data-webp="https://img.bjyyb.net/sites/74000/74370/20221117104402224.webp"/><div class="sc6_shadow s6_left"></div><div class="sc6_shadow s6_right"></div></div></div></div></div></div></div></div></div></div></div><div id="cq5gpub" class="cq5gpub row_line contentFullWidth  "><div class="contentAutoDom adaptiveLayout  rowColumnBox"><div id="cq57a5q" class="cq57a5qrow_col rowcol "><a href="https://beian.miit.gov.cn/" target="_blank" class="listTxt cq4p46uA automatic   " id="cq4p46u"><div class="textLineP"><p>版权所有：山东科博自动停车设备股份公司     鲁ICP备17048469号-1</p>
</div></a></div><div id="cq52jgi" class="cq52jgirow_col rowcol "><div id="cVoxaBf" class="cVoxaBf ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="cVoxaBfImg img lazyload" data-slidew="20" data-slideh="20" width="20" height="20" data-src="https://img.bjyyb.net/sites/74000/74370/20210811161454866.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_20,h_20,limit_0" data-webp="https://img.bjyyb.net/sites/74000/74370/20210811161454866.webp"/></div></div></div><div id="ctxNZg7" class="ctxNZg7row_col rowcol "><div class="listTxt cWDdbtbA automatic   " id="cWDdbtb"><div class="textLineP"><p><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=37149202000080"><span style="color:#ffffff;">鲁公网安备 37149202000080号</span></a></p>
</div></div></div></div></div></footer></div></body>
<script src="//img.bjyyb.net/public/v1.2.81/mini/before.js"></script><script src="//img.bjyyb.net/public/v1.2.81/mini/lazysizes.js"></script><script src="//img.bjyyb.net/public/v1.2.81/mini/public.js"></script><script src="//img.bjyyb.net/public/v1.2.81/mini/jquery.bxslider.min.js"></script><script src="//img.bjyyb.net/public/v1.2.81/mini/baguetteBox.js?v=3"></script><script src="//img.bjyyb.net/public/v1.2.81/mini/menu.js"></script> 

</html>
