Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - 01xfx.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 10 May 2025 08:36:13 GMT
Content-Type: text/html
Content-Length: 153188
Connection: keep-alive
Vary: Accept-Encoding

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: 01xfx.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE  html>
<html lang="zh">
	<head>
		<meta charset="utf-8">
		<title>&#23569;&#22919;&#20869;&#23556;&#20848;&#20848;&#20037;&#20037;&#44;&#21448;&#31895;&#21448;&#22823;&#20869;&#23556;&#20813;&#36153;&#35270;&#39057;&#23567;&#35828;&#44;&#22812;&#22812;&#33609;&#46;&#97;&#118;&#44;&#27431;&#32654;&#28608;&#24773;&#20081;&#20154;&#20262;</title> 
				<meta name="keywords" content="&#23569;&#22919;&#20869;&#23556;&#20848;&#20848;&#20037;&#20037;&#44;&#21448;&#31895;&#21448;&#22823;&#20869;&#23556;&#20813;&#36153;&#35270;&#39057;&#23567;&#35828;&#44;&#22812;&#22812;&#33609;&#46;&#97;&#118;&#44;&#27431;&#32654;&#28608;&#24773;&#20081;&#20154;&#20262;" />
		<meta name="description" content="&#23569;&#22919;&#20869;&#23556;&#20848;&#20848;&#20037;&#20037;&#44;&#21448;&#31895;&#21448;&#22823;&#20869;&#23556;&#20813;&#36153;&#35270;&#39057;&#23567;&#35828;&#44;&#22812;&#22812;&#33609;&#46;&#97;&#118;&#44;&#27431;&#32654;&#28608;&#24773;&#20081;&#20154;&#20262;&#44;&#19968;&#36793;&#20146;&#19968;&#36793;&#25720;&#19979;&#38754;&#39640;&#28526;&#35270;&#39057;&#44;&#38889;&#22269;&#19977;&#32423;&#22312;&#32447;&#35266;&#30475;&#20037;&#44;&#29305;&#32423;&#23148;&#29255;&#97;&#29255;&#97;&#97;&#97;&#27611;&#29255;&#97;&#97;&#32769;&#22806;&#44;&#27431;&#32654;&#26368;&#29467;&#24615;&#120;&#120;&#120;&#120;&#120;&#22823;&#21483;" />
		<meta name="pageId" content="vsgrjt" />
		<meta name="md5SiteId" content="100896799d1db7db42533a45c6493a4d" />
		<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="/" />
								<base href="http://01xfx.com/"/>
		<meta name="PublishTime" content="2025-01-06 11:24:59" />
		<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={};
			// 注冊(cè)表單提交方法的函數(shù)
			function formSubmitMethod(methodName, method) {
				if (typeof methodName === 'string' &&typeof method === 'function') {
					formSubmitRegistry[methodName] = method;
				}
			}
			// 注冊(cè)表單用戶(hù)方法的函數(shù)
			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 href="/favicon.ico" rel="shortcut icon" />
				<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://01xfx.com/"/>
		<script src="http://img.bjyyb.net/p/language/zh/global.js"></script>
		<script src="http://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;
					}
					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)
						}
						if(_initWidth>960&&newWidth<960){
							location.reload();
						}
						if(_initWidth<960&&newWidth>960){
							location.reload();
						}
					});
				}
				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="http://img.bjyyb.net/public/v1.1.50/css/control.css"  /><link rel="stylesheet" type="text/css" href="http://img.bjyyb.net/Response/css/baguetteBox.min.css" /><link rel="stylesheet" type="text/css" href="http://img.bjyyb.net/public/v1.1.50/css/jquery.bxslider.min.css" />		<style type="text/css">
            
@font-face {
  font-family: 'Franklin Gothic Heavy';
  font-style: normal;
  font-weight: 400; font-display: block;
  src: local('Franklin Gothic Heavy'), local('Franklin Gothic Heavy-Regular'), url('https://img.bjyyb.net/p/fonts/FranklinGothic-Heavy.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

			@font-face{
				font-family:yiyingbao;
				font-display:swap;
				src:url('https://img.bjyyb.net/sites/66000/66029/iconfont.ttf?v=1736133899') format("truetype");
			}
			.yiyingbaoicon {font-family: "yiyingbao";font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
		</style>
		<style>
			#SITE_HEADER{box-sizing: border-box;z-index:2999;}.basSi .sCon{position:absolute;top:0;visibility:hidden;-webkit-transition:all .36s ease-out;-ms-transition:all .36s ease-out;transition:all .36s ease-out;transform: translateZ(0);}.basSi .shBtn{right:0;overflow:hidden;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);}.basSi .sImg{height:auto;right:100%;opacity:0;}.basSi .sImg img{width:138px ;height: auto;display: block;}.basSi .shBtn{width:220px;display:flex;align-items:center;box-sizing:border-box;}.basSi .sBtn{text-align:center;cursor:pointer;padding:0;border:0;display:block;text-decoration:none;width: 54px;height: 54px;line-height: 54px;}.basSi .sCoBtn{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.basSi .sIcon{background-repeat:no-repeat;background-position:45% 45%;float:none;display: inline-block;text-align: center;}.basSi .sIcon .sliderIconImg{width:auto;height:auto;}.sidebarHoverPar .sImg{left:100%;right: auto;}.sidebarHoverPar .shBtn{left: 0;right: auto;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);}.sidecustombarBox.basSi .shBtn{min-width:220px;width:auto;padding-right:10px;height:100%;}.sidecustombarBox .basSi .sIcon{height: 100%;line-height: 100%;}.sidecustombarBox.basSi .sBtn .sIcon{width:100%;}.sidecustombarBox.basSi .shBtn .sidetext{padding-left:10px;}.boxSi{right:0;}.boxSi .sList{display:flex;}.boxSi .sd_box{width:calc(100% - 40px);}.boxSi{transition:all .233s ease-out;}.boxSi:hover{right:0;}.basSi .sList:hover .shBtn{visibility:visible;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.basSi .sList:hover .sImg{opacity:1;visibility:visible;}.sidebarHoverPar.sList:hover .shBtn{left: 0;right: auto;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}@media screen and (max-width: 960px) {.sListTypeimage{display:none;}}.sidebarBox{z-index:2000;}.gotop{background-image:none;border-radius:0;}.rowList,.row_line{max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;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,.row_line .rowcol{position:relative}
.row_line{box-sizing: border-box;}
/*.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: '';}
.row_line{position: relative;}.row_line{position: relative;}.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%;}.bxEditSlide{position: relative;}.jssorSliderShow ul li{display: none;}.jssorSliderShow ul > li:first-of-type{display: block;}.jssorSliderNavigator{position: absolute; bottom: 12px; right: 12px;}.jssorSliderNavigator .jssorViewBox{position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}.jssorSliderNavigator .i{position: absolute; cursor: pointer; width: 16px; height: 16px;}.jssorSliderNavigator .i .b{fill: rgb(255, 255, 255); fill-opacity: 0.5;}.jssorSliderNavigator .i:hover .b{fill-opacity: 0.7;}.jssorSliderNavigator .iav .b{fill-opacity: 1;}.jssorSliderNavigator .i.idn{opacity: 0.3;}.jssorSliderShow{position: relative;}.jssorSliderArrow{display: block; position: absolute; cursor: pointer; width: 50px; height: 50px;}.jssorSliderArrow .c{fill: none; stroke: rgb(255, 255, 255); stroke-width: 400; stroke-miterlimit: 10;}.jssorSliderArrow .a{fill: none; stroke: rgb(255, 255, 255); stroke-width: 400; stroke-miterlimit: 10;}.jssorSliderArrow:hover{opacity: 0.8;}.jssorSliderArrow.jssora093dn{opacity: 0.6;}.jssorSliderArrow.jssora093ds{opacity: 0.3; pointer-events: none;}.jssorSliderShow [data-full="true"] li .ImghidCont{height: 100%;}.jssorSliderShow [data-full="true"] li .ImghidCont .img{object-fit: cover; height: 100%;}.jssorSliderShow .left-arrow,.jssorSliderShow .right-arrow{background: rgba(0, 0, 0, 0.2); cursor: pointer;}.jssorSliderShow .left-arrow.left-icon{height: 50px; width: 50px; text-align: center; line-height: 50px; padding: 0px;}.jssorSliderShow .right-arrow.right-icon{height: 50px; width: 50px; text-align: center; line-height: 50px; padding: 0px;}.rowList{max-width:100%;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.rowList .col{box-sizing:border-box;position: relative;}
.boxSiz{position: relative;}
.rowListBg{position: absolute;top:0;bottom:0;left:0;right:0;z-index: 0;content:''}
.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;}
/*圖片放大+遮罩層漸現(xiàn)*/
.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;}

/*圖片縮小+遮罩層漸現(xiàn)*/
.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);}

/*圖片底部向上+遮罩層透明向右展開(kāi)*/
.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;}

/*遮罩層左側(cè)漸入*/
.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%;}

/*遮罩層右側(cè)漸入*/
.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;}

/*遮罩層中間向兩邊展開(kāi)*/
.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%;}div.search, form.searchBox{display: flex; -webkit-box-align: center; align-items: stretch; -webkit-box-pack: center; justify-content: stretch; overflow: hidden;}.searchInputCont{ -webkit-box-flex: 1; flex: 1 1 0%; box-sizing: border-box;}.searchInput{overflow: hidden; text-overflow: ellipsis; background: inherit; width: 100%; border: 0px; outline: 0px; appearance: none;}button.hidden{display: none;}.searchbox1 .btn2{min-width: 70px; margin-right: -1px; display: inline-block; margin-bottom: -1px;}.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>.showArrowstyle>.mainNavLiA>p{width: calc(100% - 62px);}
.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}
.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}.boxCont {
    position: relative;
}.boxContent,.boxCont{position: relative;}.hoverBoxCont{top:0;left:0;} .box_link{display:none;} [data-link="1"]{cursor: pointer;}.verticalArrmenu li.mainNavLi a.mainNavLiA::before{border-right: 2px solid rgb(153, 153, 153); border-top: 2px solid rgb(153, 153, 153); content: ""; height: 9px; position: absolute; width: 9px; transition: all 0.2s ease-in-out 0s; left: 5px; top: 50%; transform: translateY(-50%) rotate(45deg); opacity: 0;}.verticalArrmenu .mainNavLi:hover .mainNavLiA::before{opacity: 1;}.verticalArrmenu .mainNavLi:hover .mainNavLiA{padding-left: 10px;}.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 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;}.listBox, .rList2 .listBox .Imgbox, .rList2 .listBox .listCon{display: inline-block;}.proList .listBox .ImghidCont{overflow: hidden;}#catsys{position: relative;top: 0;left: 0;display:block;}.hoverListCont{position: relative;top: 0;left: 0;}.listBox, .listBoxHref{box-sizing: border-box;}.listBoxHref, .rListRow .listBox .listBoxHref{position: relative;}.listBoxHref{height: auto;}.rList, .rowList, .rowList .colList{position: relative;}.listBoxHref, .rList2 .proList, .rList2 .listBox{display: block;}.rList1 .listBox .Imgbox .img{max-width: 100%; max-height: 100%; position: absolute; inset: 0px; margin: auto; width: 100%; height: 100%; object-fit: cover;}.rListCol .bx-controls-direction .bx-prev,.rListCol .bx-controls-direction .bx-next{position: absolute; top: 50%; margin-top: -25px;outline: 0; width: 50px;height: 50px;cursor: pointer; z-index: 1;text-align: center;line-height: 50px; background: rgba(0, 0, 0, 0.2);}.rListCol .bx-controls-direction .yiyingbaoicon{color: rgb(255, 255, 255);font-size:22px;}.listrowCol .bx-controls-direction .bx-prev,.listrowCol .bx-controls-direction .bx-next{position: absolute; left: 50%; margin-left: -25px;outline: 0; width: 50px;height:24px;line-height: 24px;cursor: pointer; z-index: 999;margin-top: 0px;text-align: center;background: rgba(0, 0, 0, 0.2);}.listrowCol .bx-controls-direction .bx-prev{top:0px;}.listrowCol .bx-controls-direction .bx-next{bottom:0px;top:auto;}.listrowCol .bx-controls-direction .yiyingbaoicon{color: rgb(255, 255, 255);font-size:18px;}.rListCol .seamlessRolling .bx-prev{left: 10px;}.rListCol .seamlessRolling .bx-next{right: 10px;}.listrowCol .seamlessRolling .bx-prev{top: 0px;}.listrowCol .seamlessRolling .bx-next{bottom: 0px;}.switchInmage .activeImage, .switchInmage:hover .firstImage{z-index: -5; opacity: 0; transition: 0.3s;}.switchInmage:hover .activeImage{z-index: 100; opacity: 1;}.proList{display: flex; flex-wrap: wrap; -webkit-box-align: stretch; align-items: stretch;}.listBox{display: inline-block; box-sizing: border-box; position: relative;}.rList1 .listBox .Imgbox{width: 100%; height: auto; overflow: hidden;}.rList .hoverImg .img{object-fit: cover;}.rList1 .listBox .listTxt p{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}.rList1 .listBox .Imgbox, .rList2 .listBox .Imgbox, .rList3 .listBox .Imgbox{text-align: center; position: relative;}.rList .bx-viewport > .proList > li{padding-top: 5px; padding-bottom: 5px;}.listrowCol .listBox{zoom: 1; vertical-align: top}.listrowCol .proList li{display: inline-block; width: 100%;}.listrowCol .Imgbox{padding-top: 60%;}.listrowCol .listBox .Imgbox .img{max-width: 100%; max-height: 100%; position: absolute; inset: 0px; margin: auto; width: 100%; height: 100%; object-fit: contain;}.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,.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;}
.borderSlide:hover:before{width: 100%;}
.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 {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.backgroundBottomAna{}
.backgroundBottomAna:before {position:absolute;content:'';width:100%;-webkit-transition: inherit;left: 0;height: 0;z-index: -1;bottom: 0;}
.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}
.btnbox{max-width:100%}
.btn,.btn .btnIcon,.btn .btnText{vertical-align: middle;}
.btnCont{position: relative;}
.btn .btnIcon{display: inline-block;}
.scrollList .listBox{zoom: 1; vertical-align: top;}.scrollList .proList{margin: auto;}.scrollList .listBox .Imgbox .img{max-width: 100%; max-height: 100%; position: absolute; inset: 0px; margin: auto; width: 100%; height: 100%; object-fit: cover;}.nav .pcMainnav > li .mainNavLiA.selected::before, .nav .pcMainnav > li .mainNavLiA:hover::before{content: ""; position: absolute; width: 6px; height: 6px; border-top: 6px solid transparent; bottom: 0px; left: calc(50% - 5px); border-left: 6px solid transparent; border-right: 6px solid transparent; z-index: 999;}.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;}		</style>
     	<style>
			#SITE_HEADER{background:rgb(255, 255, 255);}#vsgrjt{max-width:100%;background:rgba(0,0,0,0);}#SITE_FOOTER{background:rgb(35, 35, 35);}@media screen and (max-width:960px){#SITE_FOOTER{margin:0 0  0 0;}}#SITE_PANEL{background:rgb(255, 255, 255);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.selected,#SITE_PANEL .nav-submenuA.selected{background-color:#eee;}@media screen and (min-width:961px){#SITE_PANEL{display:none;}}#cs61bke{right:0%;bottom:7%;position:fixed;z-index:3000;}.cs61bkesTe{color:#fff;font-size:1.8rem;font-family:微軟雅黑;}.cs61bkesLi .sBtn .cs61bkesIc{font-size:2rem;background-size:2rem;color:#fff;}.cs61bkesLi .cs61bkesBt{width:56px;height:54px;line-height:54px;background-color:rgba(0,0,0,0.5);}.cs61bkesLi .sCoBtn .shBtn .cs61bkesIc{font-size:2rem;background-size:2rem;color:#fff;width:56px;height:54px;line-height:54px;}.cs61bkesLi .sBtn .cs61bkesIc .sliderIconImg{width:2rem;height:2rem;    object-fit: contain;}.cs61bkesLi .sCoBtn .cs61bkesIc .sliderIconImg{width:2rem;height:2rem;object-fit: contain;}.basSi .cs61bkesLi .sBtHover:hover .sIcon{font-size:2;background-size:2rem;color:#fff;}.basSi .cs61bkesLi .sBtHover:hover,.cs61bkesLi .shBtn{background-color:#2196f3;}.chk47mm{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.chk47mm{padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>.chk47mm{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}.cbp341e{background-color:rgb(7, 45, 74);}.rtlAr #cu5sffk .jssorSliderShow{direction:ltr;}#cu5sffk{background-color:rgba(255, 255, 255,0);}#cu5sffk .left-icon{transform: scale();}#cu5sffk .right-icon{transform: scale();}#chcagok{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){#chcagok{margin:1% 0% 1% 0%;padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#chcagok{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}#ci3bg5o{background-color:rgb(15, 155, 255);}@media screen and (min-width:961px){#ci3bg5o{margin:1% 0% 0% 0%;padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#ci3bg5o{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}#cju88s6{background-color:rgb(15, 155, 255);}@media screen and (min-width:961px){#cju88s6{padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#cju88s6{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}#chi9781{background-color:rgb(15, 154, 255);}@media screen and (min-width:961px){#chi9781{padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#chi9781{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}#chsb34b{background-color:rgb(15, 154, 255);}@media screen and (min-width:961px){#chsb34b{padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#chsb34b{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}#ck0q7bi{background-color:rgb(255, 255, 255);}@media screen and (min-width:961px){#ck0q7bi{margin:1% 0% 0% 0%;padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#ck0q7bi{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}#ck0fpk2{background-color:rgba(0, 0, 0, 0);}@media screen and (min-width:961px){#ck0fpk2{padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#ck0fpk2{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}#ck0oi7l{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){#ck0oi7l{margin:1% 0% 1% 0%;padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#ck0oi7l{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}#ck2bbcq{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){#ck2bbcq{margin:1% 0% 1% 0%;padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#ck2bbcq{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}#covd6et{background-color:rgb(33, 150, 243);}@media screen and (min-width:961px){#covd6et{margin:1% 0% 0% 0%;padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#covd6et{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}.chk8lm7{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.chk8lm7{padding-bottom:3%;padding-right:23%;padding-left:23%;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>.chk8lm7{padding-right:23%;padding-left:23%;padding-left:calc((100% - 1027.62px) / 46 * 23);padding-right:calc((100% - 1027.62px) / 46 * 23);}}.chjmrqccL{width:68%;}.chjmrqccL.hidden{display:none;}@media screen and (min-width:961px){.chjmrqccL{padding:0rem 3% 0rem 0%;}}.chjhemmcL{width:32%;}.chjhemmcL.hidden{display:none;}.cbp45rqcL{width:100%;}.cbp45rqcL.hidden{display:none;}.rList .listBox .cu5psqp .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cu5psqpImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cu5psqpImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.rList .listBox .cu67aq4 .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cu67aq4Img,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cu67aq4Img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.chbokobcL{width:22%;}.chbokobcL.hidden{display:none;}.chbpgk8cL{width:78%;}.chbpgk8cL.hidden{display:none;}.ci346k3cL{width:100%;}.ci346k3cL.hidden{display:none;}.cjtn18pcL{width:42%;}.cjtn18pcL.hidden{display:none;}.cjtpl2tcL{width:16%;}.cjtpl2tcL.hidden{display:none;}.cju5oc6cL{width:42%;}.cju5oc6cL.hidden{display:none;}.chifhg0cL{width:30%;}.chifhg0cL.hidden{display:none;}.chscvk8cL{width:70%;}.chscvk8cL.hidden{display:none;}.chs8u6ocL{width:25%;}.chs8u6ocL.hidden{display:none;}.chsnhrfcL{width:26%;}.chsnhrfcL.hidden{display:none;}.chsjucucL{width:21%;}.chsjucucL.hidden{display:none;}.chtg604cL{width:28%;}.chtg604cL.hidden{display:none;}.ck0rnmncL{width:100%;}.ck0rnmncL.hidden{display:none;}.ck119l6cL{width:42%;}.ck119l6cL.hidden{display:none;}.ck0qai7cL{width:16%;}.ck0qai7cL.hidden{display:none;}.ck06icgcL{width:42%;}.ck06icgcL.hidden{display:none;}.ck0fuapcL{width:100%;}.ck0fuapcL.hidden{display:none;}.ck24js1cL{width:33.333333333333%;}.ck24js1cL.hidden{display:none;}.ck1up8rcL{width:33.333333333333%;}.ck1up8rcL.hidden{display:none;}.ck2h698cL{width:33.333333333333%;}.ck2h698cL.hidden{display:none;}.covrjlkcL{width:100%;}.covrjlkcL.hidden{display:none;}.chjkdlncL{width:15%;}.chjkdlncL.hidden{display:none;}.chkb11vcL{width:85%;}.chkb11vcL.hidden{display:none;}.chjkad5{margin:2rem 0.85% 2rem 0%;}.rList .listBox .chjkad5 .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .chjkad5Img,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .chjkad5Img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}#cs68g4d{margin:14% 0.37% 1% 25%;border-radius:5px;border:1px solid #2196f3;}#cbp28go{margin:0% 23.75% 0% 23.75%;}.cbp28goUl{justify-content:center;}#cbp28go  .cbp28goLi{text-align:center;}#cbp28go .menuItemEqual .cbp28goLi{width:calc(100%/7 - 0.5%);margin-right:0.5%;}.rtlAr #cbp28go .menuItemEqual .cbp28goLi{width:calc(100%/7 - 0.5%);margin-left:0.5%;margin-right: initial;}#cbp28go .menuItemUnequal .cbp28goLi{margin-right:0.5%;}.rtlAr #cbp28go .menuItemUnequal .cbp28goLi{margin-right: initial;margin-left:0.5%;}.cbp28goA{margin-bottom:1px;font-size:1.6rem;font-family:微軟雅黑;color:rgb(255, 255, 255);background-color:rgba(33, 150, 243, 0);padding:2rem 0em;}.cbp28goLi:hover .cbp28goA{font-size:1.6rem;font-family:微軟雅黑;color:rgb(64, 184, 244);border-radius:5px;}.cbp28goA.selected{background-color:rgba(6, 111, 195, 0);font-size:1.6rem;font-family:微軟雅黑;color:rgb(64, 184, 244);}.cp29e3iboxCont.overflowScrolling{overflow-y: auto;}.cp29e3iBox{padding:0% 1% 1% 1%;}.cp1eu78A{font-size:1.4rem;font-family:微軟雅黑;line-height:139%;color:#666;text-align:left;border: 1px solid #ddd;margin-bottom:8px;padding-top:1rem;padding-bottom:1rem;}#cp1eu78 [data-position="downWard"] > li  .nav-submenu{width: 100% !important; min-width: 100% !important;}.verticalArrmenu li.mainNavLi  a.cp1eu78A:before{border-right:2px solid #666;border-top:2px solid #666;}.cp1eu78A:hover{font-size:1.5rem;font-family:微軟雅黑;line-height:139%;color:rgb(0, 0, 0);background-color:rgba(15, 155, 255, 0.24);}.verticalArrmenu li.mainNavLi a.cp1eu78A:hover:before{border-right:2px solid rgb(0, 0, 0);border-top:2px solid rgb(0, 0, 0);border-left: none;content: '';height: 9px;position: absolute;width:9px;transition: all .2s ease-in-out; left: 5px;top: 50%; transform: translateY(-50%) rotate(45deg);}.cp1eu78A p{padding-left:10px;padding-right:10px;}.cp1eu78A.selected{font-size:1.6rem;font-family:微軟雅黑;line-height:139%;color:#2196f3;}.verticalArrmenu li.mainNavLi a.cp1eu78A.selected:before{border-right:2px solid #2196f3;border-top:2px solid #2196f3;border-left: none;content: '';height: 9px;position: absolute;width:9px;transition: all .2s ease-in-out; left: 5px;top: 50%; transform: translateY(-50%) rotate(45deg);}.cp1jujrboxCont{margin:1% 0% 1% 0%;}.cp1jujrboxCont.overflowScrolling{overflow-y: auto;}.cp1jujrBox{padding:1% 1% 1% 1%;}.cp5qe7tboxCont{margin:18.39% 0% 1% 0%;}.cp5qe7tboxCont.overflowScrolling{overflow-y: auto;}.cp5qe7tBox{padding:1% 1% 1% 1%;}.cp5c85lA{margin:4.1rem 0% 3rem 0%;font-size:1.3rem;font-family:微軟雅黑;line-height:170%;color:#666;}.cp5c85lA .pagepointA{font-size:1.3rem;font-family:微軟雅黑;line-height:170%;color:#666;}.cp5c85lA.overflowHiding{overflow: hidden;}.cp5c85lA.overflowScrolling{overflow-y: auto;}#chc2830{margin:0rem 0% 3rem 0%;}#chc2830 .chc2830Li{margin-bottom:2rem;width:calc(100%/3 - 0.1px);}#chc2830 .chc2830Li  .listBoxHref{margin-right:1rem;margin-left:1rem;background:#fff;box-shadow:0px 0px 4px 0px rgb(204, 204, 204);}.ci2ogfsboxCont{margin:1% 0% 1% 0%;background-color:rgb(15, 155, 255);}.ci2ogfsboxCont.overflowScrolling{overflow-y: auto;}.ci2ogfsBox{padding:1% 1% 1% 1%;}.cjucrhp{border-bottom:1px solid rgba(255, 255, 255, 0.54);margin:3% 0% 3% 0%;}.cjtv6f7A{margin:0rem auto 0rem auto;max-width:20rem;font-weight:bold;font-size:2.2rem;font-family:微軟雅黑;color:rgb(255, 255, 255);background:none;border:1px solid rgba(255, 255, 255, 0.59);border-left:1px solid rgba(255, 255, 255, 0.59);border-right:1px solid rgba(255, 255, 255, 0.59);border-top:1px solid rgba(255, 255, 255, 0.59);border-bottom:1px solid rgba(255, 255, 255, 0.59);text-align:center;}.cjtv6f7A  .cjtv6f7Te .pagepointA{font-weight:bold;font-size:2.2rem;font-family:微軟雅黑;color:rgb(255, 255, 255);}.cjtv6f7A:hover .cjtv6f7Te .pagepointA{font-size:1.5rem;color:#fff;}.cjtv6f7TextBox{padding:10px 0px 7px 3px;}.cjtv6f7A:hover{font-size:1.5rem;color:#fff;background:#2196f3;}.cjtv6f7A.backgroundAnimation:before,.cjtv6f7A.backgroundBottomAna:before{background:#2196f3;}.cjtv6f7A.backgroundAnimation:hover,.cjtv6f7A.backgroundBottomAna:hover{background:transparent;}.cjtv6f7A:hover .pagepointA{color:#fff;}.cjug1ji{border-bottom:1px solid rgba(255, 255, 255, 0.5);margin:3% 0% 3% 0%;}.ci175bs{margin:3rem 0.62% 3rem 0%;}.rList .listBox .ci175bs .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .ci175bsImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .ci175bsImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.chu0fhlA{margin:3rem 1.91% 0.1rem 3.48%;font-size:1.6rem;font-family:微軟雅黑;line-height:170%;color:#666;}.chu0fhlA .pagepointA{font-size:1.6rem;font-family:微軟雅黑;line-height:170%;color:#666;}.chu0fhlA.overflowHiding{overflow: hidden;}.chu0fhlA.overflowScrolling{overflow-y: auto;}.chuhh7t{border-bottom:2px solid rgb(255, 255, 255);margin:0.84% 83.6% 0% 3.48%;}.ck2ktp2A{margin:0rem 0.71% 3rem 3.48%;font-size:1.6rem;font-family:微軟雅黑;line-height:170%;color:#666;}.ck2ktp2A .pagepointA{font-size:1.6rem;font-family:微軟雅黑;line-height:170%;color:#666;}.ck2ktp2A.overflowHiding{overflow: hidden;}.ck2ktp2A.overflowScrolling{overflow-y: auto;}.ci60d3mA{margin:1% auto 1% 3.48%;max-width:10.5rem;font-size:1.5rem;font-family:微軟雅黑;color:#fff;background:rgba(255, 255, 255, 0.02);border-radius:5px;border:1px solid rgb(255, 255, 255);text-align:center;}.ci60d3mTextBox {padding:4px 5px 4px 0px;}.ci60d3mA:hover{font-size:1.5rem;color:#fff;}.ci60d3mA  .ci60d3mTe .pagepointA{font-size:1.5rem;font-family:微軟雅黑;color:#fff;}.ci60d3mA:hover .ci60d3mTe .pagepointA{font-size:1.5rem;color:#fff;}.ci60d3mIc{max-width:1.7rem;max-height:1.7rem;line-height:1.7rem;font-size:1.7rem;}.ci60d3mIc .btnImg{width:1.7rem;height:1.7rem;}.ci60d3mA:hover .pagepointA{color:#fff;}.ci60d3mA.backgroundAnimation:hover,.ci60d3mA.backgroundBottomAna:hover{background:transparent;}.ci60d3mTe{padding-right:6px;}.chvahroboxCont{margin:1% 0% 1% 0%;}.chvahroboxCont.overflowScrolling{overflow-y: auto;}.chvahroBox{padding:1% 0% 0% 0%;}.ci02ebiboxCont{margin:1% 6.37% 1% 7.17%;}.ci02ebiboxCont.overflowScrolling{overflow-y: auto;}.ci02ebiBox{padding:1% 0% 0% 0%;}.ci0qhquboxCont{margin:1% 0% 1% 0%;}.ci0qhquboxCont.overflowScrolling{overflow-y: auto;}.ci0qhquBox{padding:1% 0% 0% 0%;}.ck0rbbsboxCont{margin:1% 0% 1% 0%;background-color:rgba(15, 155, 255, 0);}.ck0rbbsboxCont.overflowScrolling{overflow-y: auto;}.ck0rbbsBox{padding:1% 1% 1% 1%;}.ck05pf7{border-bottom:1px solid rgb(15, 154, 255);margin:3% 0% 3% 0%;}.ck0pv6iA{margin:0rem auto 0rem auto;max-width:20rem;font-weight:bold;font-size:2.2rem;font-family:微軟雅黑;color:rgb(15, 154, 255);background:none;border:1px solid rgb(15, 154, 255);border-left:1px solid rgb(15, 154, 255);border-right:1px solid rgb(15, 154, 255);border-top:1px solid rgb(15, 154, 255);border-bottom:1px solid rgb(15, 154, 255);text-align:center;}.ck0pv6iA  .ck0pv6iTe .pagepointA{font-weight:bold;font-size:2.2rem;font-family:微軟雅黑;color:rgb(15, 154, 255);}.ck0pv6iA:hover .ck0pv6iTe .pagepointA{font-size:1.5rem;color:#fff;}.ck0pv6iTextBox{padding:10px 0px 7px 3px;}.ck0pv6iA:hover{font-size:1.5rem;color:#fff;background:#2196f3;}.ck0pv6iA.backgroundAnimation:before,.ck0pv6iA.backgroundBottomAna:before{background:#2196f3;}.ck0pv6iA.backgroundAnimation:hover,.ck0pv6iA.backgroundBottomAna:hover{background:transparent;}.ck0pv6iA:hover .pagepointA{color:#fff;}.ck0rcm0{border-bottom:1px solid rgb(15, 154, 255);margin:3% 0% 3% 0%;}#ck0e34h{margin:0rem 0% 3rem 0%;}#ck0e34h .ck0e34hLi{margin-bottom:0.9rem;width:calc(100%/4 - 0.1px);}#ck0e34h .ck0e34hLi  .listBoxHref{margin-right:1rem;margin-left:1rem;background:#fff;box-shadow:0px 0px 4px 0px rgb(204, 204, 204);}.csd8j3kboxCont{margin:1% 1.21% 1% 0%;}.csd8j3kboxCont.overflowScrolling{overflow-y: auto;}.csd8j3kBox{padding:1% 1% 1% 1%;}#csebobi .csebobiLi{padding-bottom:3rem;width:calc(100%/1 - 0.1px);}#csebobi .csebobiLi  .listBoxHref{background:#fff;}#cse3i6d{margin:0.2rem 2.07% 0rem 2.27%;}#cse3i6d .cse3i6dLi{padding-bottom:2rem;width:calc(100%/1 - 0.1px);}#cse3i6d .cse3i6dLi  .listBoxHref{background:#fff;border-bottom:1px dashed #ccc;}.cn63a31boxCont{margin:1% 1.88% 1% 2.27%;}.cn63a31boxCont.overflowScrolling{overflow-y: auto;}.cn63a31Box{padding:1% 1% 1% 1%;}.cndd20b{margin:0.4rem 2.04% 0rem 2.27%;}.rList .listBox .cndd20b .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cndd20bImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cndd20bImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}#cnd7qcp{margin:0.8rem 2.07% 0rem 2.27%;}#cnd7qcp .cnd7qcpLi{padding-bottom:2rem;width:calc(100%/1 - 0.1px);}#cnd7qcp .cnd7qcpLi  .listBoxHref{background:#fff;border-bottom:1px dashed #ccc;}.cncja3aboxCont{margin:1% 0.37% 1% 3.63%;}.cncja3aboxCont.overflowScrolling{overflow-y: auto;}.cncja3aBox{padding:1% 1% 1% 1%;}.couo16cA{margin:1.56% auto 1% 1.4%;max-width:32.7rem;font-weight:bold;font-size:2.2rem;font-family:微軟雅黑;color:rgba(19, 138, 223, 0.87);background:rgba(255, 255, 255, 0);border-radius:5px;text-align:left;}.couo16cTextBox {padding:8px 3px 8px 3px;}.couo16cA:hover{font-size:1.5rem;color:#fff;}.couo16cA  .couo16cTe .pagepointA{font-weight:bold;font-size:2.2rem;font-family:微軟雅黑;color:rgba(19, 138, 223, 0.87);}.couo16cA:hover .couo16cTe .pagepointA{font-size:1.5rem;color:#fff;}.couo16cIc{max-width:2rem;max-height:2rem;line-height:2rem;font-size:2rem;}.couo16cIc .btnImg{width:2rem;height:2rem;}.couo16cA:hover .pagepointA{color:#fff;}.couo16cA.backgroundAnimation:hover,.couo16cA.backgroundBottomAna:hover{background:transparent;}.couo16cTe{padding-left:10px;}.cov4dh7A{margin:3.23% auto 1% 1.4%;max-width:32.7rem;font-weight:bold;font-size:2.2rem;font-family:微軟雅黑;color:rgba(19, 138, 223, 0.87);background:rgba(255, 255, 255, 0);border-radius:5px;text-align:left;}.cov4dh7TextBox {padding:8px 3px 8px 3px;}.cov4dh7A:hover{font-size:1.5rem;color:#fff;}.cov4dh7A  .cov4dh7Te .pagepointA{font-weight:bold;font-size:2.2rem;font-family:微軟雅黑;color:rgba(19, 138, 223, 0.87);}.cov4dh7A:hover .cov4dh7Te .pagepointA{font-size:1.5rem;color:#fff;}.cov4dh7Ic{max-width:2rem;max-height:2rem;line-height:2rem;font-size:2rem;}.cov4dh7Ic .btnImg{width:2rem;height:2rem;}.cov4dh7A:hover .pagepointA{color:#fff;}.cov4dh7A.backgroundAnimation:hover,.cov4dh7A.backgroundBottomAna:hover{background:transparent;}.cov4dh7Te{padding-left:10px;}.cov95baA{margin:4.4rem 1.09% 3rem 3.58%;font-size:1.5rem;font-family:微軟雅黑;line-height:170%;color:#666;}.cov95baA .pagepointA{font-size:1.5rem;font-family:微軟雅黑;line-height:170%;color:#666;}.cov95baA.overflowHiding{overflow: hidden;}.cov95baA.overflowScrolling{overflow-y: auto;}#cp0b34c{margin:1.8rem 0% 0rem 0%;}#cp0b34c .cp0b34cLi{margin-bottom:0.1rem;width:calc(100%/8 - 0.1px);}#cp0b34c .cp0b34cLi  .listBoxHref{background:rgba(255, 255, 255, 0);border-right:1px solid rgb(217, 217, 217);}.crs8h9e{margin:1.1rem 16.41% 0rem 16.41%;}.rList .listBox .crs8h9e .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .crs8h9eImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .crs8h9eImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.crsm47eUl{justify-content:flex-end;}#crsm47e  .crsm47eLi{text-align:center;}#crsm47e .menuItemEqual .crsm47eLi{width:calc(100%/7 - 0.5%);margin-right:0.5%;}.rtlAr #crsm47e .menuItemEqual .crsm47eLi{width:calc(100%/7 - 0.5%);margin-left:0.5%;margin-right: initial;}#crsm47e .menuItemUnequal .crsm47eLi{margin-right:0.5%;}.rtlAr #crsm47e .menuItemUnequal .crsm47eLi{margin-right: initial;margin-left:0.5%;}.crsm47eA{font-size:1.2rem;font-family:微軟雅黑;color:rgb(255, 255, 255);background-color:rgba(217, 217, 217, 0);padding:1rem 2rem;}.crsm47eLi:hover .crsm47eA{font-size:1.4rem;font-family:微軟雅黑;color:rgb(217, 217, 217); border-top: 2px  rgb(33, 150, 243); border-bottom: 2px solid rgb(33, 150, 243);}.crsm47eA.selected{font-size:1.4rem;font-family:微軟雅黑;color:#2196f3; border-bottom: 2px solid rgb(33, 150, 243);}.crsm47eLi:hover .crsm47eA:before{border-bottom:6px solid rgb(33, 150, 243)!important;}.crsm47eA.selected:before{border-bottom: 6px solid rgb(33, 150, 243)!important;}@media screen and (min-width:961px){#crsm47e{margin:1% 0% 1% 0%;}}.crs269vA{margin:0rem 9.62% 0rem 6.24%;font-size:1.4rem;font-family:微軟雅黑;line-height:170%;color:#666;}.crs269vA .pagepointA{font-size:1.4rem;font-family:微軟雅黑;line-height:170%;color:#666;}.crs269vA.overflowHiding{overflow: hidden;}.crs269vA.overflowScrolling{overflow-y: auto;}.crspfqoA{margin:0.6rem 9.62% 0rem 6.24%;font-size:1.4rem;font-family:微軟雅黑;line-height:170%;color:#666;}.crspfqoA .pagepointA{font-size:1.4rem;font-family:微軟雅黑;line-height:170%;color:#666;}.crspfqoA.overflowHiding{overflow: hidden;}.crspfqoA.overflowScrolling{overflow-y: auto;}.cy9RrYk{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cy9RrYk{margin:1% 0 1% 0;padding-right:1%;padding-left:1%;}}.codr5ijA{margin:3rem 0% 3rem 0%;font-size:2.4rem;font-family:微軟雅黑;line-height:170%;color:#000000;}.codr5ijA .pagepointA{font-size:2.4rem;font-family:微軟雅黑;line-height:170%;color:#000000;}.codr5ijA.overflowHiding{overflow: hidden;}.codr5ijA.overflowScrolling{overflow-y: auto;}.cs5rsrqInput::-webkit-input-placeholder{font-size:1.4rem;font-family:微軟雅黑;color:rgba(102, 102, 102, 0.49);}.cs5rsrqInput{background:#fff;border-radius:5px;font-size:1.4rem;font-family:微軟雅黑;color:rgba(102, 102, 102, 0.49);}@media screen and (min-width:961px){.cs5rsrqInput{margin:4% 0% 0% 0%;padding:0px 10px 10px 10px;}}@media screen and (max-width:960px){.cs5rsrqInput::-webkit-input-placeholder{font-size:1.4rem;font-family:微軟雅黑;color:rgba(102, 102, 102, 0.49);}.cs5rsrqInput{padding:10px 8px 10px 8px;background:#fff;border-radius:5px;font-size:1.4rem;font-family:微軟雅黑;color:rgba(102, 102, 102, 0.49);}}.cs5n9jvA{max-width:100%;font-size:1.4rem;font-family:微軟雅黑;color:#fff;background:#2196f3;text-align:center;}.cs5n9jvA  .cs5n9jvTe .pagepointA{font-size:1.4rem;font-family:微軟雅黑;color:#fff;}.cs5n9jvTextBox {padding:10px 10px 10px 10px;}.cs5n9jvA.backgroundAnimation:hover,.cs5n9jvA.backgroundBottomAna:hover{background:transparent;}#cbpr00t,#cbpr00t .nav-submenu{background-color:rgb(64, 184, 244);min-width:152px;}#cbpr00t .nav-submenuA{font-size:1.5rem;font-family:微軟雅黑;color:rgb(255, 255, 255);text-align:center;padding-top:8px;padding-bottom:8px;}#cbpr00t .nav-submenuA:hover{background-color:rgb(60, 175, 232);color:rgb(255, 255, 255);}#cbpr00t li.selected>.nav-submenuA{background-color:rgb(43, 163, 223);color:rgb(255, 255, 255);}#cbpr00t li:not(:last-of-type) .nav-submenuA{border-bottom:1px dashed rgb(217, 217, 217);}#cbpr00t .nav-submenuA .subnavbtn{line-height:28px;padding-left:10px;padding-right:10px;}#cbpr00t .nav-submenuA i{height:28px;line-height:28px;}#cbpr00t.menuParentOpen li.selected>ul,#cbpr00t.menuParentOpen li.selected>ul li.selected>ul{display:block;}.cp2lqvnA{margin:0rem 24.58% 2.6rem 4.1%;padding:10% 0% 0% 0%;font-size:2.3rem;font-family:微軟雅黑;line-height:100%;color:#000000;text-align:center;}.cp2lqvnA .pagepointA{font-size:2.3rem;font-family:微軟雅黑;line-height:100%;color:#000000;}.cp2lqvnA.overflowHiding{overflow: hidden;}.cp2lqvnA.overflowScrolling{overflow-y: auto;}.cp2rbfvA{margin:4.9rem 0.63% 0rem 0%;font-size:1.6rem;font-family:微軟雅黑;line-height:170%;color:#666;}.cp2rbfvA .pagepointA{font-size:1.6rem;font-family:微軟雅黑;line-height:170%;color:#666;}.cp2rbfvA.overflowHiding{overflow: hidden;}.cp2rbfvA.overflowScrolling{overflow-y: auto;}.cp2o6ghA{margin:3.5rem 1.35% 3rem 4.95%;font-weight:bold;font-size:1.4rem;font-family:微軟雅黑;line-height:170%;color:#666;}.cp2o6ghA .pagepointA{font-weight:bold;font-size:1.4rem;font-family:微軟雅黑;line-height:170%;color:#666;}.cp2o6ghA.overflowHiding{overflow: hidden;}.cp2o6ghA.overflowScrolling{overflow-y: auto;}.cp4vpemA{margin:0rem 24.58% 2.6rem 4.1%;padding:10% 0% 0% 0%;font-size:2.3rem;font-family:微軟雅黑;line-height:100%;color:#000000;text-align:center;}.cp4vpemA .pagepointA{font-size:2.3rem;font-family:微軟雅黑;line-height:100%;color:#000000;}.cp4vpemA.overflowHiding{overflow: hidden;}.cp4vpemA.overflowScrolling{overflow-y: auto;}.cjsclctA{font-weight:bold;font-size:1.9rem;font-family:微軟雅黑;line-height:170%;color:#000000;text-align:center;}.cjsclctA .pagepointA{font-weight:bold;font-size:1.9rem;font-family:微軟雅黑;line-height:170%;color:#000000;}.cjsclctA.overflowHiding{overflow: hidden;}.cjsclctA.overflowScrolling{overflow-y: auto;}.chvfsefA{margin:13rem auto 1.9rem auto;max-width:25.9rem;font-size:1.4rem;font-family:微軟雅黑;color:rgb(255, 255, 255);background:rgba(0, 0, 0, 0.52);text-align:center;}.chvfsefA  .chvfsefTe .pagepointA{font-size:1.4rem;font-family:微軟雅黑;color:rgb(255, 255, 255);}.chvfsefA:hover .chvfsefTe .pagepointA{font-size:1.5rem;color:#fff;}.chvfsefTextBox{padding:9px 0px 9px 0px;}.chvfsefA:hover{font-size:1.5rem;color:#fff;background:#2196f3;}.chvfsefA.backgroundAnimation:before,.chvfsefA.backgroundBottomAna:before{background:#2196f3;}.chvfsefA.backgroundAnimation:hover,.chvfsefA.backgroundBottomAna:hover{background:transparent;}.chvfsefA:hover .pagepointA{color:#fff;}.ci07vldA{margin:13rem auto 1.9rem auto;max-width:25.9rem;font-size:1.4rem;font-family:微軟雅黑;color:rgb(255, 255, 255);background:rgba(0, 0, 0, 0.52);text-align:center;}.ci07vldA  .ci07vldTe .pagepointA{font-size:1.4rem;font-family:微軟雅黑;color:rgb(255, 255, 255);}.ci07vldA:hover .ci07vldTe .pagepointA{font-size:1.5rem;color:#fff;}.ci07vldTextBox{padding:9px 0px 9px 0px;}.ci07vldA:hover{font-size:1.5rem;color:#fff;background:#2196f3;}.ci07vldA.backgroundAnimation:before,.ci07vldA.backgroundBottomAna:before{background:#2196f3;}.ci07vldA.backgroundAnimation:hover,.ci07vldA.backgroundBottomAna:hover{background:transparent;}.ci07vldA:hover .pagepointA{color:#fff;}.ci0hnu3A{margin:13rem auto 1.9rem auto;max-width:25.9rem;font-size:1.4rem;font-family:微軟雅黑;color:rgb(255, 255, 255);background:rgba(0, 0, 0, 0.52);text-align:center;}.ci0hnu3A  .ci0hnu3Te .pagepointA{font-size:1.4rem;font-family:微軟雅黑;color:rgb(255, 255, 255);}.ci0hnu3A:hover .ci0hnu3Te .pagepointA{font-size:1.5rem;color:#fff;}.ci0hnu3TextBox{padding:9px 0px 9px 0px;}.ci0hnu3A:hover{font-size:1.5rem;color:#fff;background:#2196f3;}.ci0hnu3A.backgroundAnimation:before,.ci0hnu3A.backgroundBottomAna:before{background:#2196f3;}.ci0hnu3A.backgroundAnimation:hover,.ci0hnu3A.backgroundBottomAna:hover{background:transparent;}.ci0hnu3A:hover .pagepointA{color:#fff;}.ck0v08hA{font-weight:bold;font-size:1.9rem;font-family:微軟雅黑;line-height:170%;color:#000000;text-align:center;}.ck0v08hA .pagepointA{font-weight:bold;font-size:1.9rem;font-family:微軟雅黑;line-height:170%;color:#000000;}.ck0v08hA.overflowHiding{overflow: hidden;}.ck0v08hA.overflowScrolling{overflow-y: auto;}.csdp7jmA{margin:1.5rem auto 1rem auto;max-width:33.3rem;font-size:1.5rem;font-family:微軟雅黑;color:rgb(255, 255, 255);background:none;text-align:center;}.csdp7jmA  .csdp7jmTe .pagepointA{font-size:1.5rem;font-family:微軟雅黑;color:rgb(255, 255, 255);}.csdp7jmA:hover .csdp7jmTe .pagepointA{font-weight:bold;font-size:1.6rem;color:#fff;}.csdp7jmTextBox{padding:10px 0px 10px 250px;}.csdp7jmA:hover{font-weight:bold;font-size:1.6rem;color:#fff;background:rgba(217, 217, 217, 0);text-align:right;}.csdp7jmA.backgroundAnimation:before,.csdp7jmA.backgroundBottomAna:before{background:rgba(217, 217, 217, 0);}.csdp7jmA.backgroundAnimation:hover,.csdp7jmA.backgroundBottomAna:hover{background:transparent;}.csdp7jmA:hover .pagepointA{color:#fff;}.cnckl7kA{margin:1.5rem auto 1rem auto;max-width:32.0rem;font-size:1.5rem;font-family:微軟雅黑;color:rgb(255, 255, 255);background:none;text-align:center;}.cnckl7kA  .cnckl7kTe .pagepointA{font-size:1.5rem;font-family:微軟雅黑;color:rgb(255, 255, 255);}.cnckl7kA:hover .cnckl7kTe .pagepointA{font-weight:bold;font-size:1.6rem;color:#fff;}.cnckl7kTextBox{padding:10px 0px 10px 250px;}.cnckl7kA:hover{font-weight:bold;font-size:1.6rem;color:#fff;background:rgba(217, 217, 217, 0);text-align:right;}.cnckl7kA.backgroundAnimation:before,.cnckl7kA.backgroundBottomAna:before{background:rgba(217, 217, 217, 0);}.cnckl7kA.backgroundAnimation:hover,.cnckl7kA.backgroundBottomAna:hover{background:transparent;}.cnckl7kA:hover .pagepointA{color:#fff;}.cncp2uuA{margin:1.5rem auto 1rem auto;max-width:31.8rem;font-size:1.5rem;font-family:微軟雅黑;color:rgb(255, 255, 255);background:none;text-align:center;}.cncp2uuA  .cncp2uuTe .pagepointA{font-size:1.5rem;font-family:微軟雅黑;color:rgb(255, 255, 255);}.cncp2uuA:hover .cncp2uuTe .pagepointA{font-weight:bold;font-size:1.6rem;color:#fff;}.cncp2uuTextBox{padding:10px 0px 10px 250px;}.cncp2uuA:hover{font-weight:bold;font-size:1.6rem;color:#fff;background:rgba(0, 0, 0, 0);text-align:right;}.cncp2uuA.backgroundAnimation:before,.cncp2uuA.backgroundBottomAna:before{background:rgba(0, 0, 0, 0);}.cncp2uuA.backgroundAnimation:hover,.cncp2uuA.backgroundBottomAna:hover{background:transparent;}.cncp2uuA:hover .pagepointA{color:#fff;}.row_line  .cI1G11yrow_col{width:10%;}.cI1G11yrow_col.hidden{display:none;}.row_line  .cdAgla5row_col{width:90%;}.cdAgla5row_col.hidden{display:none;}.chceufa{margin:0.1rem 0% 0rem 0%;}.chceufa .Imgbox{padding-top:81.30081300813%;}.rList .listBox .chceufa .Imgbox{padding-top:81.30081300813%;}.rList .listBox .Imgbox .chceufaImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .chceufaImg{object-fit:contain!important;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.chcg60sA{margin:0.7rem 0% 0rem 0%;padding:0.5rem .5rem .5rem .5rem;font-weight:bold;font-size:1.5rem;font-family:微軟雅黑;line-height:210%;color:#666;text-align:center;background-color:rgba(217, 217, 217, 0.47);min-height:3.2rem;}.chcg60sA .pagepointA{font-weight:bold;font-size:1.5rem;font-family:微軟雅黑;line-height:210%;color:#666;}.chcg60sA.overflowHiding{overflow: hidden; height:3.2rem;}.chcg60sA.overflowScrolling{overflow-y: auto; height:3.2rem;}.chcg60sA:hover,.proList .listBox:hover .listBoxHref .chcg60sA{color:rgb(74, 134, 232);}.proList .chcg60sA .textLineP,.proList .chcg60sA .textLineP>p{line-clamp:1;-webkit-line-clamp:1;}.chcg60sA:hover .pagepointA{color:rgb(74, 134, 232);}.ck14crr{margin:0rem 3.17% 0rem 3.17%;}.ck14crr:hover{border:1px solid rgb(102, 102, 102);}.ck14crr .Imgbox{padding-top:132.74647887324%;}.rList .listBox .ck14crr .Imgbox{padding-top:132.74647887324%;}.rList .listBox .Imgbox .ck14crrImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .ck14crrImg{object-fit:contain!important;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.ck0qf37A{margin:0.7rem 0% 0rem 0%;padding:0.5rem .5rem .5rem .5rem;font-weight:bold;font-size:1.5rem;font-family:微軟雅黑;line-height:210%;color:#666;text-align:center;background-color:rgba(217, 217, 217, 0.47);min-height:3.2rem;}.ck0qf37A .pagepointA{font-weight:bold;font-size:1.5rem;font-family:微軟雅黑;line-height:210%;color:#666;}.ck0qf37A.overflowHiding{overflow: hidden; height:3.2rem;}.ck0qf37A.overflowScrolling{overflow-y: auto; height:3.2rem;}.ck0qf37A:hover,.proList .listBox:hover .listBoxHref .ck0qf37A{color:rgb(74, 134, 232);}.proList .ck0qf37A .textLineP,.proList .ck0qf37A .textLineP>p{line-clamp:1;-webkit-line-clamp:1;}.ck0qf37A:hover .pagepointA{color:rgb(74, 134, 232);}.cse5vqj{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cse5vqj>.rowList>.col{padding:0 2rem;}}.csdsv1s{background-color:rgba(0,0,0,0);}.cncu6mb{background-color:rgba(0,0,0,0);}.covvuq4A{margin:0.5rem 0% 0rem 0%;padding:0.5rem .5rem .5rem .5rem;font-weight:bold;font-size:1.2rem;font-family:微軟雅黑;line-height:140%;color:rgb(255, 255, 255);text-align:center;background-color:rgba(217, 217, 217, 0.01);min-height:4rem;}.covvuq4A .pagepointA{font-weight:bold;font-size:1.2rem;font-family:微軟雅黑;line-height:140%;color:rgb(255, 255, 255);}.covvuq4A.overflowHiding{overflow: hidden; height:4rem;}.covvuq4A.overflowScrolling{overflow-y: auto; height:4rem;}.covvuq4A:hover,.proList .listBox:hover .listBoxHref .covvuq4A{font-size:1.5rem;}.proList .covvuq4A .textLineP,.proList .covvuq4A .textLineP>p{line-clamp:1;-webkit-line-clamp:1;}.covvuq4A:hover .pagepointA{font-size:1.5rem;}.c3da4yF{margin:0.2rem 5.63% 0rem 67.29%;}.rList .listBox .c3da4yF .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .c3da4yFImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .c3da4yFImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.coE3w0sA{font-size:1.6rem;font-family:微軟雅黑;line-height:170%;color:rgb(255, 255, 255);}.coE3w0sA .pagepointA{font-size:1.6rem;font-family:微軟雅黑;line-height:170%;color:rgb(255, 255, 255);}.coE3w0sA.overflowHiding{overflow: hidden;}.coE3w0sA.overflowScrolling{overflow-y: auto;}.cse7jvicL{width:31%;}.cse7jvicL.hidden{display:none;}.csdt7jacL{width:69%;}.csdt7jacL.hidden{display:none;}@media screen and (min-width:961px){.csdt7jacL{padding:0rem 0% 0rem 2%;}}.csdpoo1cL{width:75%;}.csdpoo1cL.hidden{display:none;}.csdt6k5cL{width:25%;}.csdt6k5cL.hidden{display:none;}.cncrg7scL{width:75%;}.cncrg7scL.hidden{display:none;}.cndmsoacL{width:25%;}.cndmsoacL.hidden{display:none;}.cse89us{margin:1.2rem 0% 0rem 0%;}.cse89us .Imgbox{padding-top:100%;}.rList .listBox .cse89us .Imgbox{padding-top:100%;}.rList .listBox .Imgbox .cse89usImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cse89usImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cse7g50A{margin:0.5rem 0% 0rem 0%;padding:0.5rem 0rem 0.5rem 0rem;font-weight:bold;font-size:1.6rem;font-family:微軟雅黑;line-height:140%;color:#333;}.cse7g50A .pagepointA{font-weight:bold;font-size:1.6rem;font-family:微軟雅黑;line-height:140%;color:#333;}.cse7g50A.overflowHiding{overflow: hidden;}.cse7g50A.overflowScrolling{overflow-y: auto;}.csdt695A{padding:0.5rem 0rem 0.5rem 0rem;font-size:1.4rem;font-family:微軟雅黑;line-height:140%;color:#666;}.csdt695A .pagepointA{font-size:1.4rem;font-family:微軟雅黑;line-height:140%;color:#666;}.csdt695A.overflowHiding{overflow: hidden;}.csdt695A.overflowScrolling{overflow-y: auto;}.proList .csdt695A .textLineP,.proList .csdt695A .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.csdub4eA{padding:0.5rem 0rem .5rem 0rem;font-weight:bold;font-size:1.2rem;font-family:微軟雅黑;line-height:140%;color:rgb(67, 67, 67);}.csdub4eA .pagepointA{font-weight:bold;font-size:1.2rem;font-family:微軟雅黑;line-height:140%;color:rgb(67, 67, 67);}.csdub4eA.overflowHiding{overflow: hidden;}.csdub4eA.overflowScrolling{overflow-y: auto;}.csebj1hA{padding:0.5rem 0rem 0.5rem 0rem;font-size:1.4rem;font-family:微軟雅黑;line-height:140%;color:#666;text-align:right;}.csebj1hA .pagepointA{font-size:1.4rem;font-family:微軟雅黑;line-height:140%;color:#666;}.csebj1hA.overflowHiding{overflow: hidden;}.csebj1hA.overflowScrolling{overflow-y: auto;}.cndm95vA{padding:0.5rem 0rem .5rem 0rem;font-weight:bold;font-size:1.2rem;font-family:微軟雅黑;line-height:140%;color:rgb(67, 67, 67);}.cndm95vA .pagepointA{font-weight:bold;font-size:1.2rem;font-family:微軟雅黑;line-height:140%;color:rgb(67, 67, 67);}.cndm95vA.overflowHiding{overflow: hidden;}.cndm95vA.overflowScrolling{overflow-y: auto;}.cnd3kivA{padding:0.5rem 0rem 0.5rem 0rem;font-size:1.4rem;font-family:微軟雅黑;line-height:140%;color:#666;text-align:right;}.cnd3kivA .pagepointA{font-size:1.4rem;font-family:微軟雅黑;line-height:140%;color:#666;}.cnd3kivA.overflowHiding{overflow: hidden;}.cnd3kivA.overflowScrolling{overflow-y: auto;}        </style>
        <script type="application/ld+json" id="animate">
        	{"chc2830":"aNone 1s 0s ","ci07vld":"aNone 1s 0s ","ci2ogfs":"aNone 1s 0s ","ck0rbbs":"aNone 1s 0s ","ck0e34h":"aNone 1s 0s ","covvuq4":"aNone 1s 0s ","cp0b34c":"aNone 1s 0s ","cp1eu78":"aNone 1s 0s ","cse3i6d":"aNone 1s 0s ","chceufa":"aNone 1s 0s ","cu3bg35":"aNone 1s 0s "}        </script>
		<script type="application/ld+json" id="spec">
			{"v":1}		</script>
				<script type="application/ld+json">
{
"@context": "http://schema.org", 
"@type": "Article",
"headline": "全焊接球閥_焊接球閥廠(chǎng)家-河北亨帝閥門(mén)有限公司",
"image": ["https://img.bjyyb.net/logo.png"],
"datePublished": "2021-10-08T16:27:43+0800",
"dateModified": "2025-04-28T01:15:58+0800",
"author": {
"@type": "Person",
"name": "河北亨帝閥門(mén)有限公司",
"url": "http://01xfx.com"},
"publisher": {
"@type": "Organization",
"name": "河北亨帝閥門(mén)有限公司",
"logo": {
"@type": "ImageObject",
"url": "http://01xfx.com"}},
"description": "",
"mainEntityOfPage":{ 
"@type": "WebPage",
"@id": "http://01xfx.com/"}
}</script>
<script type="application/ld+json"> 
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://01xfx.com",
"contactPoint": [{
 "@type": "ContactPoint",
"telephone": "0534-2723369", "contactType": "customer service"}]}
</script>
<script type="application/ld+json"> 
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
 "itemListElement": [{
"@type": "ListItem",
"position":1,
"name":"首頁(yè)",
"item":"http://01xfx.com/"
}]}</script><meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<script>var V_PATH="/";window.onerror=function(){ return true; };</script>
</head>
<body id="root" >
<h1><a href="http://01xfx.com/">&#23569;&#22919;&#20869;&#23556;&#20848;&#20848;&#20037;&#20037;&#44;&#21448;&#31895;&#21448;&#22823;&#20869;&#23556;&#20813;&#36153;&#35270;&#39057;&#23567;&#35828;&#44;&#22812;&#22812;&#33609;&#46;&#97;&#118;&#44;&#27431;&#32654;&#28608;&#24773;&#20081;&#20154;&#20262;</a></h1><div id="uog5d" class="pl_css_ganrao" style="display: none;"><sub id="uog5d"></sub><tbody id="uog5d"><dfn id="uog5d"></dfn></tbody><blockquote id="uog5d"><font id="uog5d"><strong id="uog5d"><dfn id="uog5d"></dfn></strong></font></blockquote><ol id="uog5d"><xmp id="uog5d"><s id="uog5d"></s></xmp></ol><dfn id="uog5d"><output id="uog5d"><thead id="uog5d"><tbody id="uog5d"></tbody></thead></output></dfn><form id="uog5d"><legend id="uog5d"><legend id="uog5d"></legend></legend></form><button id="uog5d"></button><tbody id="uog5d"><menuitem id="uog5d"><ul id="uog5d"><kbd id="uog5d"></kbd></ul></menuitem></tbody><track id="uog5d"><mark id="uog5d"><center id="uog5d"></center></mark></track><b id="uog5d"><meter id="uog5d"></meter></b><font id="uog5d"><ruby id="uog5d"><rp id="uog5d"></rp></ruby></font><tbody id="uog5d"><tr id="uog5d"><td id="uog5d"></td></tr></tbody><pre id="uog5d"></pre><th id="uog5d"><strike id="uog5d"><big id="uog5d"></big></strike></th><dfn id="uog5d"></dfn><listing id="uog5d"><video id="uog5d"></video></listing><ins id="uog5d"><optgroup id="uog5d"><tt id="uog5d"></tt></optgroup></ins><small id="uog5d"><noframes id="uog5d"><var id="uog5d"><legend id="uog5d"></legend></var></noframes></small><dfn id="uog5d"></dfn><abbr id="uog5d"><strong id="uog5d"><noscript id="uog5d"></noscript></strong></abbr><rp id="uog5d"><video id="uog5d"><track id="uog5d"><nobr id="uog5d"></nobr></track></video></rp><i id="uog5d"></i><abbr id="uog5d"><li id="uog5d"></li></abbr><sub id="uog5d"><big id="uog5d"><acronym id="uog5d"><menuitem id="uog5d"></menuitem></acronym></big></sub><strong id="uog5d"><b id="uog5d"><mark id="uog5d"><dd id="uog5d"></dd></mark></b></strong><sup id="uog5d"></sup><sup id="uog5d"><u id="uog5d"><thead id="uog5d"></thead></u></sup><mark id="uog5d"><dd id="uog5d"></dd></mark><thead id="uog5d"><dl id="uog5d"></dl></thead><blockquote id="uog5d"></blockquote><nav id="uog5d"><th id="uog5d"></th></nav><strike id="uog5d"><center id="uog5d"><progress id="uog5d"><menuitem id="uog5d"></menuitem></progress></center></strike><acronym id="uog5d"><delect id="uog5d"><menuitem id="uog5d"><div id="uog5d"></div></menuitem></delect></acronym><sup id="uog5d"><style id="uog5d"><form id="uog5d"><noscript id="uog5d"></noscript></form></style></sup><acronym id="uog5d"><tr id="uog5d"><mark id="uog5d"></mark></tr></acronym><samp id="uog5d"><pre id="uog5d"><dd id="uog5d"><strike id="uog5d"></strike></dd></pre></samp><form id="uog5d"><div id="uog5d"></div></form><button id="uog5d"></button><table id="uog5d"></table><u id="uog5d"></u><progress id="uog5d"></progress><b id="uog5d"></b><sub id="uog5d"></sub><ruby id="uog5d"></ruby><menuitem id="uog5d"></menuitem><tt id="uog5d"><dfn id="uog5d"><center id="uog5d"><xmp id="uog5d"></xmp></center></dfn></tt><strong id="uog5d"><tbody id="uog5d"></tbody></strong><legend id="uog5d"><acronym id="uog5d"><bdo id="uog5d"><var id="uog5d"></var></bdo></acronym></legend><option id="uog5d"></option><li id="uog5d"></li><em id="uog5d"></em><acronym id="uog5d"><meter id="uog5d"><dfn id="uog5d"><sub id="uog5d"></sub></dfn></meter></acronym><s id="uog5d"></s><tr id="uog5d"><sup id="uog5d"></sup></tr><nav id="uog5d"><style id="uog5d"></style></nav><abbr id="uog5d"></abbr><rp id="uog5d"></rp><optgroup id="uog5d"><menu id="uog5d"></menu></optgroup><tbody id="uog5d"></tbody><progress id="uog5d"></progress><big id="uog5d"></big><output id="uog5d"><pre id="uog5d"><b id="uog5d"></b></pre></output><legend id="uog5d"><ol id="uog5d"><table id="uog5d"></table></ol></legend><ul id="uog5d"></ul><meter id="uog5d"></meter><tbody id="uog5d"></tbody><ul id="uog5d"><center id="uog5d"></center></ul><samp id="uog5d"><delect id="uog5d"><address id="uog5d"><sub id="uog5d"></sub></address></delect></samp><label id="uog5d"><option id="uog5d"><dfn id="uog5d"><u id="uog5d"></u></dfn></option></label><i id="uog5d"></i><sup id="uog5d"><tt id="uog5d"></tt></sup><li id="uog5d"><mark id="uog5d"></mark></li><legend id="uog5d"></legend><u id="uog5d"><noscript id="uog5d"></noscript></u><div id="uog5d"></div><strong id="uog5d"><strong id="uog5d"><style id="uog5d"></style></strong></strong><th id="uog5d"><s id="uog5d"><nav id="uog5d"><th id="uog5d"></th></nav></s></th><strong id="uog5d"></strong><code id="uog5d"><noscript id="uog5d"></noscript></code><style id="uog5d"><var id="uog5d"><video id="uog5d"><small id="uog5d"></small></video></var></style><tbody id="uog5d"><thead id="uog5d"><sup id="uog5d"><kbd id="uog5d"></kbd></sup></thead></tbody><strike id="uog5d"><label id="uog5d"></label></strike><nav id="uog5d"></nav><sup id="uog5d"></sup><span id="uog5d"></span><tbody id="uog5d"><p id="uog5d"><sup id="uog5d"></sup></p></tbody><strong id="uog5d"><track id="uog5d"></track></strong><video id="uog5d"><em id="uog5d"><span id="uog5d"></span></em></video><sup id="uog5d"></sup><button id="uog5d"></button><th id="uog5d"><form id="uog5d"><output id="uog5d"></output></form></th><style id="uog5d"></style><tt id="uog5d"><mark id="uog5d"></mark></tt><big id="uog5d"><tbody id="uog5d"></tbody></big><span id="uog5d"><ol id="uog5d"></ol></span><b id="uog5d"><dd id="uog5d"></dd></b><rt id="uog5d"></rt><menu id="uog5d"></menu><code id="uog5d"><strong id="uog5d"><sup id="uog5d"><ol id="uog5d"></ol></sup></strong></code><rt id="uog5d"></rt><i id="uog5d"></i><input id="uog5d"><dfn id="uog5d"><pre id="uog5d"></pre></dfn></input><mark id="uog5d"><center id="uog5d"></center></mark><em id="uog5d"><tr id="uog5d"></tr></em><sup id="uog5d"><pre id="uog5d"><i id="uog5d"></i></pre></sup><form id="uog5d"><video id="uog5d"><small id="uog5d"><sup id="uog5d"></sup></small></video></form><em id="uog5d"><samp id="uog5d"><pre id="uog5d"><legend id="uog5d"></legend></pre></samp></em><nobr id="uog5d"><optgroup id="uog5d"><strong id="uog5d"><menu id="uog5d"></menu></strong></optgroup></nobr><acronym id="uog5d"><em id="uog5d"><span id="uog5d"></span></em></acronym><video id="uog5d"><listing id="uog5d"><u id="uog5d"><ruby id="uog5d"></ruby></u></listing></video><dfn id="uog5d"><var id="uog5d"></var></dfn><ruby id="uog5d"></ruby><sup id="uog5d"><style id="uog5d"><listing id="uog5d"><video id="uog5d"></video></listing></style></sup><strong id="uog5d"></strong><sub id="uog5d"><tfoot id="uog5d"></tfoot></sub><th id="uog5d"><abbr id="uog5d"><tr id="uog5d"></tr></abbr></th><sup id="uog5d"><ol id="uog5d"><var id="uog5d"><strong id="uog5d"></strong></var></ol></sup><progress id="uog5d"><thead id="uog5d"><nav id="uog5d"><th id="uog5d"></th></nav></thead></progress><label id="uog5d"><dl id="uog5d"></dl></label><track id="uog5d"></track><var id="uog5d"><strong id="uog5d"><dl id="uog5d"></dl></strong></var><i id="uog5d"><wbr id="uog5d"><dfn id="uog5d"><center id="uog5d"></center></dfn></wbr></i><abbr id="uog5d"><button id="uog5d"></button></abbr><pre id="uog5d"><form id="uog5d"></form></pre><form id="uog5d"><optgroup id="uog5d"></optgroup></form><tt id="uog5d"><ruby id="uog5d"><tr id="uog5d"><abbr id="uog5d"></abbr></tr></ruby></tt><strong id="uog5d"><track id="uog5d"></track></strong><tt id="uog5d"></tt><pre id="uog5d"></pre><meter id="uog5d"></meter><var id="uog5d"><noscript id="uog5d"><small id="uog5d"></small></noscript></var><meter id="uog5d"></meter><nobr id="uog5d"></nobr><menu id="uog5d"><i id="uog5d"><listing id="uog5d"><strong id="uog5d"></strong></listing></i></menu><optgroup id="uog5d"></optgroup><th id="uog5d"><var id="uog5d"></var></th><em id="uog5d"></em><small id="uog5d"><output id="uog5d"><thead id="uog5d"><tbody id="uog5d"></tbody></thead></output></small><i id="uog5d"><optgroup id="uog5d"><track id="uog5d"><option id="uog5d"></option></track></optgroup></i><label id="uog5d"></label><legend id="uog5d"><style id="uog5d"></style></legend><label id="uog5d"></label><sub id="uog5d"></sub><dfn id="uog5d"><form id="uog5d"><video id="uog5d"><small id="uog5d"></small></video></form></dfn><center id="uog5d"><optgroup id="uog5d"><object id="uog5d"></object></optgroup></center><ins id="uog5d"></ins><s id="uog5d"><span id="uog5d"><form id="uog5d"><dfn id="uog5d"></dfn></form></span></s><mark id="uog5d"></mark><progress id="uog5d"><cite id="uog5d"><strong id="uog5d"><nobr id="uog5d"></nobr></strong></cite></progress><strong id="uog5d"></strong></div>
<div   class="ub4nhwsks"   id="document"><div   id="ub4nhwsks"   class="document-bg"></div><header id="SITE_HEADER" class="auto-margin"><div   class="ub4nhwsks"   id="chk47mm" class="chk47mm relative componentsBox "><div   id="ub4nhwsks"   class="rowList chk47mmrL m_c"><div   class="ub4nhwsks"   id="chjmrqc" class="chjmrqccL col "><div   id="ub4nhwsks"   class="chjmrqccB col-box boxSiz "><div   class="ub4nhwsks"   id="chjkad5" class="chjkad5 ImghidCont "><a href="/" class="imgHoverAn Imgbox clearfix "><img class="chjkad5Img img lazyload" data-slidew="740" data-slideh="100" width="740" height="100" data-src="https://img.bjyyb.net/sites/66000/66029/20211013142654843.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_740,h_100,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211013142654843.webp"/></a></div></div></div><div   class="ub4nhwsks"   id="chjhemm" class="chjhemmcL col "><div   id="ub4nhwsks"   class="chjhemmcB col-box boxSiz "><div   class="ub4nhwsks"   id="cs68g4d"><form data-search_history="歷史記錄" data-search_history_clear="清空記錄" class="searchBox searchbox1" method="get" action="/index.php" data-isopenhistory="off"><input type="hidden" name="m" value="Response"/><input type="hidden" name="c" value="ShowPage"/><input type="hidden" name="a" value="show"/><input type="hidden" name="p" value="sid=100896799d1db7db42533a45c6493a4d&type=goods_list&searchband=title%2Cdescription%2Cdetailed_info"/><div   class="ub4nhwsks"   id="cs5rsrq" class="searchInputCont"><input type="text" name="key" autocomplete="off" placeholder="輸入您要搜索的內(nèi)容" required="" value="" class="cs5rsrqInput searchInput"/></div><div   id="ub4nhwsks"   class="cs5n9jvA btn2 minWidth btnbox btnCont  " id="cs5n9jv"><div   id="ub4nhwsks"   class="cs5n9jvTextBox  textBox"><span id="ub4nhwsks"    class="cs5n9jvTe btnText">搜索</span></div></div><button class="hidden" type="submit"></button></form></div></div></div></div></div><div   class="ub4nhwsks"   id="cbp341e" class="cbp341e relative componentsBox "><div   id="ub4nhwsks"   class="rowList cbp341erL m_c"><div   class="ub4nhwsks"   id="cbp45rq" class="cbp45rqcL col "><div   id="ub4nhwsks"   class="cbp45rqcB col-box boxSiz "><div   class="ub4nhwsks"   id="cbp28go" class="menubox"><nav class="nav"><ul id="pcMainnav" data-switch="mouseover" class="cbp28goUl mainNav pcMainnav menuPageIcon  menuItemEqual"><li id="ub4nhwsks"    class="cbp28goLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/" class="cbp28goA mainNavLiA selected"><span>首頁(yè)</span></a></li><li id="ub4nhwsks"    class="cbp28goLi mainNavLi hoverMenuLi  showArrowstyle  subMenuAlignleft"><a href="/chanpinzhongxin.html" class="cbp28goA mainNavLiA "><span>產(chǎn)品中心</span><i class="cbp28goi yiyingbaoicon">?</i></a><ul data-index="2" class="nav-submenu " id="cbpr00t"><li id="ub4nhwsks"    class=" navSubmenuLi "><a href="/products/quanhanjieqiufa/" class="nav-submenuA"><p class="subnavbtn">全焊接球閥</p></a></li><li id="ub4nhwsks"    class=" navSubmenuLi "><a href="/products/zhafa/" class="nav-submenuA"><p class="subnavbtn">閘閥</p></a></li><li id="ub4nhwsks"    class=" navSubmenuLi "><a href="/products/jiezhifa/" class="nav-submenuA"><p class="subnavbtn">截止閥</p></a></li><li id="ub4nhwsks"    class=" navSubmenuLi "><a href="/products/diaojiefa/" class="nav-submenuA"><p class="subnavbtn">調(diào)節(jié)閥</p></a></li><li id="ub4nhwsks"    class=" navSubmenuLi "><a href="/products/qiuxingpinghengfa/" class="nav-submenuA"><p class="subnavbtn">球形平衡閥</p></a></li></ul></li><li id="ub4nhwsks"    class="cbp28goLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/jishuzhichi.html" class="cbp28goA mainNavLiA "><span>技術(shù)支持</span></a></li><li id="ub4nhwsks"    class="cbp28goLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/xinwendongtai.html" class="cbp28goA mainNavLiA "><span>新聞動(dòng)態(tài)</span></a></li><li id="ub4nhwsks"    class="cbp28goLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/rongyuzizhi.html" class="cbp28goA mainNavLiA "><span>榮譽(yù)資質(zhì)</span></a></li><li id="ub4nhwsks"    class="cbp28goLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/guanyuwomen.html" class="cbp28goA mainNavLiA "><span>關(guān)于我們</span></a></li><li id="ub4nhwsks"    class="cbp28goLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/lianxiwomen.html" class="cbp28goA mainNavLiA "><span>聯(lián)系我們</span></a></li></ul></nav></div></div></div></div></div></header><div   class="ub4nhwsks"   id="vsgrjt" class="container auto-margin"><div   class="ub4nhwsks"   id="cu5sffk"><div   id="ub4nhwsks"   class="cu5sffkcS"><div   id="ub4nhwsks"   class="jssorSliderShow" id="jssorcu5sffk"><ul data-u="slides" data-play="true" data-speed="1" data-pause="3"><li><div   class="ub4nhwsks"   id="cu5psqp" class="cu5psqp ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="cu5psqpImg img lazyload" data-slidew="800" data-slideh="280" width="800" height="280" data-src="https://img.bjyyb.net/sites/66000/66029/20211008170458432.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_800,h_280,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211008170458432.webp"/></div></div></li><li><div   class="ub4nhwsks"   id="cu67aq4" class="cu67aq4 ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="cu67aq4Img img lazyload" data-slidew="800" data-slideh="280" width="800" height="280" data-src="https://img.bjyyb.net/sites/66000/66029/20211008170456236.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_800,h_280,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211008170456236.webp"/></div></div></li></ul><div data-u="navigator" class="jssorSliderNavigator" data-autocenter="1" data-scale="0.5" data-scale-bottom="0.75"><div data-u="prototype" class="i"><svg viewBox="0 0 16000 16000" class="jssorViewBox"><path class="b" d="M11400,13800H4600c-1320,0-2400-1080-2400-2400V4600c0-1320,1080-2400,2400-2400h6800 c1320,0,2400,1080,2400,2400v6800C13800,12720,12720,13800,11400,13800z"></path></svg></div></div><div data-u="arrowleft" class="jssorSliderArrow" style="top:0px;left:30px" data-autocenter="2" data-scale="0.75" data-scale-left="0.75"><svg viewBox="0 0 16000 16000" class="jssorArrowBox"><circle class="c" cx="8000" cy="8000" r="5920"></circle><polyline class="a" points="7777.8,6080 5857.8,8000 7777.8,9920 "></polyline><line class="a" x1="10142.2" y1="8000" x2="5857.8" y2="8000"></line></svg></div><div data-u="arrowright" class="jssorSliderArrow" style="top:0px;right:30px" data-autocenter="2" data-scale="0.75" data-scale-right="0.75"><svg viewBox="0 0 16000 16000" class="jssorArrowBox"><circle class="c" cx="8000" cy="8000" r="5920"></circle><polyline class="a" points="8222.2,6080 10142.2,8000 8222.2,9920 "></polyline><line class="a" x1="5857.8" y1="8000" x2="10142.2" y2="8000"></line></svg></div></div></div></div><div   class="ub4nhwsks"   id="chcagok" class="chcagok relative componentsBox "><div   id="ub4nhwsks"   class="rowList chcagokrL m_c"><div   class="ub4nhwsks"   id="chbokob" class="chbokobcL col "><div   id="ub4nhwsks"   class="chbokobcB col-box boxSiz "><div   class="ub4nhwsks"   id="cp29e3i" class="cp29e3iboxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/66000/66029/20211012092239375.jpg" data-webp="https://img.bjyyb.net/sites/66000/66029/20211012092239375.webp"></div><div   id="ub4nhwsks"   class="cp29e3iBox boxContent "><div   id="ub4nhwsks"   class="listTxt cp2lqvnA automatic  " id="cp2lqvn"><div><h1 class="textLineP"><p><span style="font-size:2.2rem;"><span style="color:#ffffff;">產(chǎn)品中心</span></span></p>
</h1></div></div></div></div><div   class="ub4nhwsks"   id="cp1eu78" class="menubox"><nav class="nav"><ul data-position="downWard" data-mouse="onmouseover" class="cp1eu78Ul verticalNav verticalArrmenu  menuItemEqual"><li id="ub4nhwsks"    class="cp1eu78Li mainNavLi  textShow "><a href="/products/quanhanjieqiufa/" class="cp1eu78A mainNavLiA  "><p>全焊接球閥</p></a></li><li id="ub4nhwsks"    class="cp1eu78Li mainNavLi  textShow "><a href="/products/zhafa/" class="cp1eu78A mainNavLiA  "><p>閘閥</p></a></li><li id="ub4nhwsks"    class="cp1eu78Li mainNavLi  textShow "><a href="/products/jiezhifa/" class="cp1eu78A mainNavLiA  "><p>截止閥</p></a></li><li id="ub4nhwsks"    class="cp1eu78Li mainNavLi  textShow "><a href="/products/diaojiefa/" class="cp1eu78A mainNavLiA  "><p>調(diào)節(jié)閥</p></a></li><li id="ub4nhwsks"    class="cp1eu78Li mainNavLi  textShow "><a href="/products/qiuxingpinghengfa/" class="cp1eu78A mainNavLiA  "><p>球形平衡閥</p></a></li></ul></nav></div><div   class="ub4nhwsks"   id="cp1jujr" class="cp1jujrboxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/66000/66029/20211012092039813.jpg" data-webp="https://img.bjyyb.net/sites/66000/66029/20211012092039813.webp"></div><div   id="ub4nhwsks"   class="cp1jujrBox boxContent "><div   id="ub4nhwsks"   class="listTxt cp2rbfvA automatic  " id="cp2rbfv"><div   id="ub4nhwsks"   class="textLineP"><p style="text-align: center;"><span style="font-size:1.6rem;"><span style="color:#ffffff;">訂購(gòu)熱線(xiàn)?</span></span></p>
</div></div><div   id="ub4nhwsks"   class="listTxt cp2o6ghA automatic  " id="cp2o6gh"><div   id="ub4nhwsks"   class="textLineP"><p><span style="color:#ffffff;"><span style="font-family:Franklin Gothic Heavy;"><span style="font-size:2.9rem;">0317-7369666</span></span></span></p>
</div></div></div></div><div   class="ub4nhwsks"   id="cp5qe7t" class="cp5qe7tboxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/66000/66029/20211012092239375.jpg" data-webp="https://img.bjyyb.net/sites/66000/66029/20211012092239375.webp"></div><div   id="ub4nhwsks"   class="cp5qe7tBox boxContent "><div   id="ub4nhwsks"   class="listTxt cp4vpemA automatic  " id="cp4vpem"><div   id="ub4nhwsks"   class="textLineP"><p><font color="#ffffff"><span style="font-size: 22px;">聯(lián)系我們</span></font></p>
</div></div></div></div><div   id="ub4nhwsks"   class="listTxt cp5c85lA automatic  " id="cp5c85l"><div   id="ub4nhwsks"   class="textLineP"><p><span style="font-size:1.4rem;"><strong>河北亨帝閥門(mén)有限公司</strong></span><br />
電話(huà):0317-7369666/7279222<br />
傳真:0317-7276992<br />
郵箱:[email protected]<br />
微信:ly79059787<br />
地址:河北省滄州市吳橋經(jīng)濟(jì)開(kāi)發(fā)區(qū)</p>
</div></div></div></div><div   class="ub4nhwsks"   id="chbpgk8" class="chbpgk8cL col "><div   id="ub4nhwsks"   class="chbpgk8cB col-box boxSiz "><div   class="ub4nhwsks"   id="chc2830" class="rList rListCol rList1   basicListPro"><span id="catsys"></span><ul class="proList " id="chcir63" data-rownum="3" data-morownum="2"><li id="ub4nhwsks"    class="chc2830Li listBox  undefined"><a href="/products/quanhanjieqiufa/quantongjinghanjieqiufa.html" title="全通徑焊接球閥" class="listBoxHref" target="_self"><div  class="chceufa ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="chceufaImg img lazyload" data-slidew="400" data-slideh="300" width="400" height="300" alt="全通徑焊接球閥" title="全通徑焊接球閥" data-src="https://img.bjyyb.net/sites/66000/66029/20231111164906305.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_400,h_300,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20231111164906305.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt chcg60sA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">全通徑焊接球閥</div></div></a></li><li id="ub4nhwsks"    class="chc2830Li listBox  undefined"><a href="/products/quanhanjieqiufa/falanshiquanhanjieqiufa.html" title="法蘭式全焊接球閥" class="listBoxHref" target="_self"><div  class="chceufa ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="chceufaImg img lazyload" data-slidew="400" data-slideh="300" width="400" height="300" alt="法蘭式全焊接球閥" title="法蘭式全焊接球閥" data-src="https://img.bjyyb.net/sites/66000/66029/20231111164905444.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_400,h_300,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20231111164905444.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt chcg60sA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">法蘭式全焊接球閥</div></div></a></li><li id="ub4nhwsks"    class="chc2830Li listBox  undefined"><a href="/products/quanhanjieqiufa/guolvshihanjieqiufa.html" title="過(guò)濾式焊接球閥" class="listBoxHref" target="_self"><div  class="chceufa ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="chceufaImg img lazyload" data-slidew="400" data-slideh="300" width="400" height="300" alt="過(guò)濾式焊接球閥" title="過(guò)濾式焊接球閥" data-src="https://img.bjyyb.net/sites/66000/66029/20231111164906708.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_400,h_300,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20231111164906708.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt chcg60sA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">過(guò)濾式焊接球閥</div></div></a></li><li id="ub4nhwsks"    class="chc2830Li listBox  undefined"><a href="/products/quanhanjieqiufa/shoubingquanhanjieqiufa_q61f_16c_.html" title="手柄全焊接球閥(Q61F-16C)" class="listBoxHref" target="_self"><div  class="chceufa ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="chceufaImg img lazyload" data-slidew="800" data-slideh="664" width="800" height="664" alt="手柄全焊接球閥(Q61F-16C)" title="手柄全焊接球閥(Q61F-16C)" data-src="https://img.bjyyb.net/sites/66000/66029/20211009084125791.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_800,h_664,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009084125791.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt chcg60sA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">手柄全焊接球閥(Q61F-16C)</div></div></a></li><li id="ub4nhwsks"    class="chc2830Li listBox  undefined"><a href="/products/quanhanjieqiufa/guolvshihanjieqiufaglq347f.html" title="過(guò)濾式焊接球閥GLQ347F" class="listBoxHref" target="_self"><div  class="chceufa ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="chceufaImg img lazyload" data-slidew="800" data-slideh="603" width="800" height="603" alt="過(guò)濾式焊接球閥GLQ347F" title="過(guò)濾式焊接球閥GLQ347F" data-src="https://img.bjyyb.net/sites/66000/66029/20211009083920927.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_800,h_603,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009083920927.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt chcg60sA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">過(guò)濾式焊接球閥GLQ347F</div></div></a></li><li id="ub4nhwsks"    class="chc2830Li listBox  undefined"><a href="/products/quanhanjieqiufa/falanquanhanjieqiufa_q41f_16c_.html" title="法蘭全焊接球閥(Q41F-16C)" class="listBoxHref" target="_self"><div  class="chceufa ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="chceufaImg img lazyload" data-slidew="233" data-slideh="176" width="233" height="176" alt="法蘭全焊接球閥(Q41F-16C)" title="法蘭全焊接球閥(Q41F-16C)" data-src="https://img.bjyyb.net/sites/66000/66029/20211009083548849.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_233,h_176,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009083548849.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt chcg60sA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">法蘭全焊接球閥(Q41F-16C)</div></div></a></li><li id="ub4nhwsks"    class="chc2830Li listBox  undefined"><a href="/products/quanhanjieqiufa/suobishihanjieqiufa_q61f_16c_.html" title="鎖閉式焊接球閥(Q61F-16C)" class="listBoxHref" target="_self"><div  class="chceufa ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="chceufaImg img lazyload" data-slidew="360" data-slideh="269" width="360" height="269" alt="鎖閉式焊接球閥(Q61F-16C)" title="鎖閉式焊接球閥(Q61F-16C)" data-src="https://img.bjyyb.net/sites/66000/66029/20211009083418194.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_360,h_269,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009083418194.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt chcg60sA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">鎖閉式焊接球閥(Q61F-16C)</div></div></a></li><li id="ub4nhwsks"    class="chc2830Li listBox  undefined"><a href="/products/quanhanjieqiufa/dakoujinghanjieqiufa_q367f_25c_.html" title="大口徑焊接球閥(Q367F-25C)" class="listBoxHref" target="_self"><div  class="chceufa ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="chceufaImg img lazyload" data-slidew="800" data-slideh="604" width="800" height="604" alt="大口徑焊接球閥(Q367F-25C)" title="大口徑焊接球閥(Q367F-25C)" data-src="https://img.bjyyb.net/sites/66000/66029/20211009083303723.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_800,h_604,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009083303723.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt chcg60sA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">大口徑焊接球閥(Q367F-25C)</div></div></a></li><li id="ub4nhwsks"    class="chc2830Li listBox  undefined"><a href="/products/quanhanjieqiufa/diandongquanhanjieqiufa_q967f_16c_.html" title="電動(dòng)全焊接球閥(Q967F-16C)" class="listBoxHref" target="_self"><div  class="chceufa ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="chceufaImg img lazyload" data-slidew="233" data-slideh="176" width="233" height="176" alt="電動(dòng)全焊接球閥(Q967F-16C)" title="電動(dòng)全焊接球閥(Q967F-16C)" data-src="https://img.bjyyb.net/sites/66000/66029/20211009083143317.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_233,h_176,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009083143317.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt chcg60sA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">電動(dòng)全焊接球閥(Q967F-16C)</div></div></a></li></ul></div></div></div></div></div><div   class="ub4nhwsks"   id="ci3bg5o" class="ci3bg5o relative componentsBox "><div   id="ub4nhwsks"   class="rowList ci3bg5orL undefined"><div   class="ub4nhwsks"   id="ci346k3" class="ci346k3cL col "><div   id="ub4nhwsks"   class="ci346k3cB col-box boxSiz "><div   class="ub4nhwsks"   id="ci2ogfs" class="ci2ogfsboxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="ci2ogfsBox boxContent "><div   id="ub4nhwsks"   class="listTxt cjsclctA automatic  " id="cjsclct"><div   id="ub4nhwsks"   class="textLineP"><p><span style="font-size:2.8rem;"><span style="font-family:Arial;"><span style="color:#ffffff;">ABOUT US</span></span></span></p>
</div></div></div></div></div></div></div></div><div   class="ub4nhwsks"   id="cju88s6" class="cju88s6 relative componentsBox "><div   id="ub4nhwsks"   class="rowList cju88s6rL m_c"><div   class="ub4nhwsks"   id="cjtn18p" class="cjtn18pcL col "><div   id="ub4nhwsks"   class="cjtn18pcB col-box boxSiz "><div   class="ub4nhwsks"   id="cjucrhp" class="cjucrhp relative"></div></div></div><div   class="ub4nhwsks"   id="cjtpl2t" class="cjtpl2tcL col "><div   id="ub4nhwsks"   class="cjtpl2tcB col-box boxSiz "><div   id="ub4nhwsks"   class="cjtv6f7A btn2 minWidth btnbox btnCont  " id="cjtv6f7"><div   id="ub4nhwsks"   class="cjtv6f7TextBox  textBox"><span id="ub4nhwsks"    class="cjtv6f7Te btnText">公司簡(jiǎn)介</span></div></div></div></div><div   class="ub4nhwsks"   id="cju5oc6" class="cju5oc6cL col "><div   id="ub4nhwsks"   class="cju5oc6cB col-box boxSiz "><div   class="ub4nhwsks"   id="cjug1ji" class="cjug1ji relative"></div></div></div></div></div><div   class="ub4nhwsks"   id="chi9781" class="chi9781 relative componentsBox "><div   id="ub4nhwsks"   class="rowList chi9781rL m_c"><div   class="ub4nhwsks"   id="chifhg0" class="chifhg0cL col "><div   id="ub4nhwsks"   class="chifhg0cB col-box boxSiz "><div   class="ub4nhwsks"   id="ci175bs" class="ci175bs ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="ci175bsImg img lazyload" data-slidew="402" data-slideh="305" width="402" height="305" data-src="https://img.bjyyb.net/sites/66000/66029/20211009164848426.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_402,h_305,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009164848426.webp"/></div></div></div></div><div   class="ub4nhwsks"   id="chscvk8" class="chscvk8cL col "><div   id="ub4nhwsks"   class="chscvk8cB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt chu0fhlA automatic  " id="chu0fhl"><div><h1 class="textLineP"><p><strong><span style="font-family:宋體,SimSun,STSong;"><span style="font-size:2.1rem;"><span style="color:#ffffff;">河北亨帝閥門(mén)有限公司</span></span></span></strong></p>
</h1></div></div><div   class="ub4nhwsks"   id="chuhh7t" class="chuhh7t relative"></div><div   id="ub4nhwsks"   class="listTxt ck2ktp2A automatic  " id="ck2ktp2"><div   id="ub4nhwsks"   class="textLineP"><p><span style="font-size:1.2rem;"><span style="color:#ffffff;">? ? ? ?</span></span><span style="font-size:1.3rem;"><span style="color:#ffffff;">河北亨帝閥門(mén)有限公司是一家多年從事專(zhuān)業(yè)閥門(mén)生產(chǎn)的企業(yè),其中技術(shù)研發(fā)人員20余人,擁有數(shù)控加工中心、等離子焊接、全自動(dòng)氣體保護(hù)焊接、加工專(zhuān)用機(jī)、全自動(dòng)焊接專(zhuān)機(jī)、閥門(mén)自動(dòng)烤漆烘干生產(chǎn)線(xiàn)、閥門(mén)試驗(yàn)臺(tái)、理化分析儀和探傷檢測(cè)設(shè)備等,設(shè)備配置齊全、加工檢測(cè)手段完備。 公司位于河北省吳橋縣經(jīng)濟(jì)開(kāi)發(fā)區(qū),毗鄰京滬高速及104國(guó)道,交通便利。本廠(chǎng)一貫堅(jiān)持嚴(yán)格管理,精密加工的質(zhì)量方針,奉行一切為了客戶(hù)滿(mǎn)意的經(jīng)營(yíng)理念,以?xún)?yōu)等的 ...</span></span></p>
</div></div><a href="/guanyuwomen.html" class="ci60d3mA btn btnbox btnCont minWidth  " id="ci60d3m"><div   id="ub4nhwsks"   class="ci60d3mTextBox  textBox"><span id="ub4nhwsks"    class="ci60d3mTe btnText">更多</span><i class="ci60d3mIc btnIcon yiyingbaoicon"></i></div></a></div></div></div></div><div   class="ub4nhwsks"   id="chsb34b" class="chsb34b relative componentsBox "><div   id="ub4nhwsks"   class="rowList chsb34brL m_c"><div   class="ub4nhwsks"   id="chs8u6o" class="chs8u6ocL col "><div   id="ub4nhwsks"   class="chs8u6ocB col-box boxSiz "><div   class="ub4nhwsks"   id="chvahro" class="chvahroboxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/66000/66029/20211009143044971.jpg" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009143044971.webp"></div><div   id="ub4nhwsks"   class="chvahroBox boxContent "><div   id="ub4nhwsks"   class="chvfsefA btn2 minWidth btnbox btnCont  " id="chvfsef"><div   id="ub4nhwsks"   class="chvfsefTextBox  textBox"><span id="ub4nhwsks"    class="chvfsefTe btnText">技術(shù)支持</span></div></div></div></div></div></div><div   class="ub4nhwsks"   id="chsnhrf" class="chsnhrfcL col "><div   id="ub4nhwsks"   class="chsnhrfcB col-box boxSiz "><div   class="ub4nhwsks"   id="ci02ebi" class="ci02ebiboxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/66000/66029/20211009143412465.jpg" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009143412465.webp"></div><div   id="ub4nhwsks"   class="ci02ebiBox boxContent "><div   id="ub4nhwsks"   class="ci07vldA btn2 minWidth btnbox btnCont  " id="ci07vld"><div   id="ub4nhwsks"   class="ci07vldTextBox  textBox"><span id="ub4nhwsks"    class="ci07vldTe btnText">聯(lián)系我們</span></div></div></div></div></div></div><div   class="ub4nhwsks"   id="chsjucu" class="chsjucucL col "><div   id="ub4nhwsks"   class="chsjucucB col-box boxSiz "><div   class="ub4nhwsks"   id="ci0qhqu" class="ci0qhquboxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/66000/66029/20211009142907687.jpg" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009142907687.webp"></div><div   id="ub4nhwsks"   class="ci0qhquBox boxContent "><div   id="ub4nhwsks"   class="ci0hnu3A btn2 minWidth btnbox btnCont  " id="ci0hnu3"><div   id="ub4nhwsks"   class="ci0hnu3TextBox  textBox"><span id="ub4nhwsks"    class="ci0hnu3Te btnText">在線(xiàn)咨詢(xún)</span></div></div></div></div></div></div><div   class="ub4nhwsks"   id="chtg604" class="chtg604cL col "><div   id="ub4nhwsks"   class="chtg604cB col-box boxSiz "></div></div></div></div><div   class="ub4nhwsks"   id="ck0q7bi" class="ck0q7bi relative componentsBox "><div   id="ub4nhwsks"   class="rowList ck0q7birL undefined"><div   class="ub4nhwsks"   id="ck0rnmn" class="ck0rnmncL col "><div   id="ub4nhwsks"   class="ck0rnmncB col-box boxSiz "><div   class="ub4nhwsks"   id="ck0rbbs" class="ck0rbbsboxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="ck0rbbsBox boxContent "><div   id="ub4nhwsks"   class="listTxt ck0v08hA automatic  " id="ck0v08h"><div   id="ub4nhwsks"   class="textLineP"><p><span style="color:#0066ff;"><span style="font-size:2.8rem;"><span style="font-family:Arial;">Qualification and honor</span></span></span></p>
</div></div></div></div></div></div></div></div><div   class="ub4nhwsks"   id="ck0fpk2" class="ck0fpk2 relative componentsBox "><div   id="ub4nhwsks"   class="rowList ck0fpk2rL m_c"><div   class="ub4nhwsks"   id="ck119l6" class="ck119l6cL col "><div   id="ub4nhwsks"   class="ck119l6cB col-box boxSiz "><div   class="ub4nhwsks"   id="ck05pf7" class="ck05pf7 relative"></div></div></div><div   class="ub4nhwsks"   id="ck0qai7" class="ck0qai7cL col "><div   id="ub4nhwsks"   class="ck0qai7cB col-box boxSiz "><div   id="ub4nhwsks"   class="ck0pv6iA btn2 minWidth btnbox btnCont  " id="ck0pv6i"><div   id="ub4nhwsks"   class="ck0pv6iTextBox  textBox"><span id="ub4nhwsks"    class="ck0pv6iTe btnText">榮譽(yù)資質(zhì)</span></div></div></div></div><div   class="ub4nhwsks"   id="ck06icg" class="ck06icgcL col "><div   id="ub4nhwsks"   class="ck06icgcB col-box boxSiz "><div   class="ub4nhwsks"   id="ck0rcm0" class="ck0rcm0 relative"></div></div></div></div></div><div   class="ub4nhwsks"   id="ck0oi7l" class="ck0oi7l relative componentsBox "><div   id="ub4nhwsks"   class="rowList ck0oi7lrL undefined"><div   class="ub4nhwsks"   id="ck0fuap" class="ck0fuapcL col "><div   id="ub4nhwsks"   class="ck0fuapcB col-box boxSiz "><div   class="ub4nhwsks"   id="ck0e34h" class="rList rListCol rList1   basicListPro"><ul class="proList " id="ck11edf" data-rownum="4" data-morownum="2"><li id="ub4nhwsks"    class="ck0e34hLi listBox  undefined"><a href="/products/rongyuzizhi/yingyezhizhaofuben.html" title="營(yíng)業(yè)執(zhí)照副本" class="listBoxHref" target="_self"><div  class="ck14crr ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="ck14crrImg img lazyload" data-slidew="605" data-slideh="819" width="605" height="819" alt="營(yíng)業(yè)執(zhí)照副本" title="營(yíng)業(yè)執(zhí)照副本" data-src="https://img.bjyyb.net/sites/66000/66029/20211008173453458.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_605,h_819,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211008173453458.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt ck0qf37A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">營(yíng)業(yè)執(zhí)照副本</div></div></a></li><li id="ub4nhwsks"    class="ck0e34hLi listBox  undefined"><a href="/products/rongyuzizhi/qiufaxingshishiyanbaogao.html" title="球閥型式試驗(yàn)報(bào)告" class="listBoxHref" target="_self"><div  class="ck14crr ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="ck14crrImg img lazyload" data-slidew="577" data-slideh="794" width="577" height="794" alt="球閥型式試驗(yàn)報(bào)告" title="球閥型式試驗(yàn)報(bào)告" data-src="https://img.bjyyb.net/sites/66000/66029/20211008173402619.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_577,h_794,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211008173402619.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt ck0qf37A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">球閥型式試驗(yàn)報(bào)告</div></div></a></li><li id="ub4nhwsks"    class="ck0e34hLi listBox  undefined"><a href="/products/rongyuzizhi/zhafaxingshishiyanbaogao.html" title="閘閥型式試驗(yàn)報(bào)告" class="listBoxHref" target="_self"><div  class="ck14crr ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="ck14crrImg img lazyload" data-slidew="577" data-slideh="794" width="577" height="794" alt="閘閥型式試驗(yàn)報(bào)告" title="閘閥型式試驗(yàn)報(bào)告" data-src="https://img.bjyyb.net/sites/66000/66029/20211008173303283.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_577,h_794,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211008173303283.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt ck0qf37A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">閘閥型式試驗(yàn)報(bào)告</div></div></a></li><li id="ub4nhwsks"    class="ck0e34hLi listBox  undefined"><a href="/products/rongyuzizhi/jiezhifaxingshishiyanbaogao.html" title="截止閥型式試驗(yàn)報(bào)告" class="listBoxHref" target="_self"><div  class="ck14crr ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="ck14crrImg img lazyload" data-slidew="577" data-slideh="794" width="577" height="794" alt="截止閥型式試驗(yàn)報(bào)告" title="截止閥型式試驗(yàn)報(bào)告" data-src="https://img.bjyyb.net/sites/66000/66029/20211008173215188.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_577,h_794,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211008173215188.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt ck0qf37A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">截止閥型式試驗(yàn)報(bào)告</div></div></a></li><li id="ub4nhwsks"    class="ck0e34hLi listBox  undefined"><a href="/products/rongyuzizhi/tszhizaoxukezheng.html" title="TS制造許可證" class="listBoxHref" target="_self"><div  class="ck14crr ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="ck14crrImg img lazyload" data-slidew="666" data-slideh="939" width="666" height="939" alt="TS制造許可證" title="TS制造許可證" data-src="https://img.bjyyb.net/sites/66000/66029/20211008173127599.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_666,h_939,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211008173127599.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div><div   id="ub4nhwsks"   class="listTxt ck0qf37A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">TS制造許可證</div></div></a></li></ul></div></div></div></div></div><div   class="ub4nhwsks"   id="ck2bbcq" class="ck2bbcq relative componentsBox "><div   id="ub4nhwsks"   class="rowList ck2bbcqrL m_c"><div   class="ub4nhwsks"   id="ck24js1" class="ck24js1cL col "><div   id="ub4nhwsks"   class="ck24js1cB col-box boxSiz "><div   class="ub4nhwsks"   id="csd8j3k" class="csd8j3kboxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/66000/66029/20211011175832719.jpg" data-webp="https://img.bjyyb.net/sites/66000/66029/20211011175832719.webp"></div><div   id="ub4nhwsks"   class="csd8j3kBox boxContent "><a href="/xinwendongtai.html" class="csdp7jmA btn2 minWidth btnbox btnCont  " id="csdp7jm"><div   id="ub4nhwsks"   class="csdp7jmTextBox  textBox"><span id="ub4nhwsks"    class="csdp7jmTe btnText">更多</span></div></a></div></div><div   class="ub4nhwsks"   id="csebobi" class="rList listrowCol listrowCol2 "><ul class="proList " id="cse4ev5"><li id="ub4nhwsks"    class="csebobiLi listBox  undefined"><a href="/news/xinwendongtai/hanjieqiufabiaozhun.html" title="焊接球閥標(biāo)準(zhǔn)" class="listBoxHref" target="_self"><div  class="cse5vqj relative componentsBox "><div   id="ub4nhwsks"   class="rowList cse5vqjrL m_c"><div  class="cse7jvicL col "><div   id="ub4nhwsks"   class="cse7jvicB col-box boxSiz "><div  class="cse89us ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="cse89usImg img lazyload" data-slidew="800" data-slideh="800" width="800" height="800" alt="焊接球閥標(biāo)準(zhǔn)" title="焊接球閥標(biāo)準(zhǔn)" data-src="https://img.bjyyb.net/sites/66000/66029/20211009082900973.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_800,h_800,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211009082900973.webp"/><span id="ub4nhwsks"    class="videoMantle hidden" data-videosrc=""></span></div></div></div></div><div  class="csdt7jacL col "><div   id="ub4nhwsks"   class="csdt7jacB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt cse7g50A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">焊接球閥標(biāo)準(zhǔn)</div></div><div   id="ub4nhwsks"   class="listTxt csdt695A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue="">我們生產(chǎn)全焊接球閥在品質(zhì)和性能的穩(wěn)定性是普通鑄鋼球閥所無(wú)法達(dá)到的,使用壽命遠(yuǎn)遠(yuǎn)大于鑄鋼球閥,我們的全焊接球閥廣泛應(yīng)用于供暖 、供油、造船、等各類(lèi)管道設(shè)備上面的鏈接系統(tǒng)。</div></div></div></div></div></div></a></li></ul></div><div   class="ub4nhwsks"   id="cse3i6d" class="rList listrowCol listrowCol1 "><ul class="proList " id="csdifna" data-rownum="1"><li id="ub4nhwsks"    class="cse3i6dLi listBox  undefined"><a href="/news/xinwendongtai/hanjieqiufabiaozhun.html" title="焊接球閥標(biāo)準(zhǔn)" class="listBoxHref" target="_self"><div  class="csdsv1s relative componentsBox "><div   id="ub4nhwsks"   class="rowList csdsv1srL undefined"><div  class="csdpoo1cL col "><div   id="ub4nhwsks"   class="csdpoo1cB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt csdub4eA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">焊接球閥標(biāo)準(zhǔn)</div></div></div></div><div  class="csdt6k5cL col "><div   id="ub4nhwsks"   class="csdt6k5cB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt csebj1hA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="">2021/10/08</div></div></div></div></div></div></a></li><li id="ub4nhwsks"    class="cse3i6dLi listBox  undefined"><a href="/news/xinwendongtai/quanhanjieqiufashiyongshouminggengchangdemimi.html" title="全焊接球閥使用壽命更長(zhǎng)的秘密" class="listBoxHref" target="_self"><div  class="csdsv1s relative componentsBox "><div   id="ub4nhwsks"   class="rowList csdsv1srL undefined"><div  class="csdpoo1cL col "><div   id="ub4nhwsks"   class="csdpoo1cB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt csdub4eA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">全焊接球閥使用壽命更長(zhǎng)的秘密</div></div></div></div><div  class="csdt6k5cL col "><div   id="ub4nhwsks"   class="csdt6k5cB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt csebj1hA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="">2021/10/08</div></div></div></div></div></div></a></li><li id="ub4nhwsks"    class="cse3i6dLi listBox  undefined"><a href="/news/xinwendongtai/quanhanjieqiufadeyouyuexingneng.html" title="全焊接球閥的性能" class="listBoxHref" target="_self"><div  class="csdsv1s relative componentsBox "><div   id="ub4nhwsks"   class="rowList csdsv1srL undefined"><div  class="csdpoo1cL col "><div   id="ub4nhwsks"   class="csdpoo1cB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt csdub4eA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">全焊接球閥的性能</div></div></div></div><div  class="csdt6k5cL col "><div   id="ub4nhwsks"   class="csdt6k5cB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt csebj1hA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="">2021/10/08</div></div></div></div></div></div></a></li><li id="ub4nhwsks"    class="cse3i6dLi listBox  undefined"><a href="/news/xinwendongtai/qidonggaowenfalanqiufa.html" title="氣動(dòng)高溫法蘭球閥" class="listBoxHref" target="_self"><div  class="csdsv1s relative componentsBox "><div   id="ub4nhwsks"   class="rowList csdsv1srL undefined"><div  class="csdpoo1cL col "><div   id="ub4nhwsks"   class="csdpoo1cB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt csdub4eA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">氣動(dòng)高溫法蘭球閥</div></div></div></div><div  class="csdt6k5cL col "><div   id="ub4nhwsks"   class="csdt6k5cB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt csebj1hA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="">2021/10/08</div></div></div></div></div></div></a></li></ul></div></div></div><div   class="ub4nhwsks"   id="ck1up8r" class="ck1up8rcL col "><div   id="ub4nhwsks"   class="ck1up8rcB col-box boxSiz "><div   class="ub4nhwsks"   id="cn63a31" class="cn63a31boxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/66000/66029/20211011175832388.jpg" data-webp="https://img.bjyyb.net/sites/66000/66029/20211011175832388.webp"></div><div   id="ub4nhwsks"   class="cn63a31Box boxContent "><a href="/jishuzhichi.html" class="cnckl7kA btn2 minWidth btnbox btnCont  " id="cnckl7k"><div   id="ub4nhwsks"   class="cnckl7kTextBox  textBox"><span id="ub4nhwsks"    class="cnckl7kTe btnText">更多</span></div></a></div></div><div   class="ub4nhwsks"   id="cndd20b" class="cndd20b ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="cndd20bImg img lazyload" data-slidew="800" data-slideh="400" width="800" height="400" data-src="https://img.bjyyb.net/system/pubimages/20161028103843656.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_800,h_400,limit_0" data-webp="https://img.bjyyb.net/system/pubimages/20161028103843656.webp"/></div></div><div   class="ub4nhwsks"   id="cnd7qcp" class="rList listrowCol listrowCol1 "><ul class="proList " id="cnd41g2"><li id="ub4nhwsks"    class="cnd7qcpLi listBox  undefined"><a href="/news/jishuzhichi/quanhanjieqiufazaigongrexitongzhongdeyingyongyoushi.html" title="全焊接球閥在供熱系統(tǒng)中的應(yīng)用優(yōu)勢(shì)" class="listBoxHref" target="_self"><div  class="cncu6mb relative componentsBox "><div   id="ub4nhwsks"   class="rowList cncu6mbrL undefined"><div  class="cncrg7scL col "><div   id="ub4nhwsks"   class="cncrg7scB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt cndm95vA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">全焊接球閥在供熱系統(tǒng)中的應(yīng)用優(yōu)勢(shì)</div></div></div></div><div  class="cndmsoacL col "><div   id="ub4nhwsks"   class="cndmsoacB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt cnd3kivA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="">2021/10/09</div></div></div></div></div></div></a></li><li id="ub4nhwsks"    class="cnd7qcpLi listBox  undefined"><a href="/news/jishuzhichi/meibiaoquanhanjiegudingqiufayuanli.html" title="美標(biāo)全焊接固定球閥原理" class="listBoxHref" target="_self"><div  class="cncu6mb relative componentsBox "><div   id="ub4nhwsks"   class="rowList cncu6mbrL undefined"><div  class="cncrg7scL col "><div   id="ub4nhwsks"   class="cncrg7scB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt cndm95vA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">美標(biāo)全焊接固定球閥原理</div></div></div></div><div  class="cndmsoacL col "><div   id="ub4nhwsks"   class="cndmsoacB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt cnd3kivA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="">2021/10/09</div></div></div></div></div></div></a></li><li id="ub4nhwsks"    class="cnd7qcpLi listBox  undefined"><a href="/news/jishuzhichi/maidishiquanhanjieqiufaanzhuangfangfajibaoyang.html" title="埋地式全焊接球閥安裝方法及保養(yǎng)" class="listBoxHref" target="_self"><div  class="cncu6mb relative componentsBox "><div   id="ub4nhwsks"   class="rowList cncu6mbrL undefined"><div  class="cncrg7scL col "><div   id="ub4nhwsks"   class="cncrg7scB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt cndm95vA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">埋地式全焊接球閥安裝方法及保養(yǎng)</div></div></div></div><div  class="cndmsoacL col "><div   id="ub4nhwsks"   class="cndmsoacB col-box boxSiz "><div   id="ub4nhwsks"   class="listTxt cnd3kivA automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="">2021/10/09</div></div></div></div></div></div></a></li></ul></div></div></div><div   class="ub4nhwsks"   id="ck2h698" class="ck2h698cL col "><div   id="ub4nhwsks"   class="ck2h698cB col-box boxSiz "><div   class="ub4nhwsks"   id="cncja3a" class="cncja3aboxCont  boxCont undefined" data-link="0"><div   id="ub4nhwsks"   class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/66000/66029/20211011175832620.jpg" data-webp="https://img.bjyyb.net/sites/66000/66029/20211011175832620.webp"></div><div   id="ub4nhwsks"   class="cncja3aBox boxContent "><a href="/lianxiwomen.html" class="cncp2uuA btn2 minWidth btnbox btnCont  " id="cncp2uu"><div   id="ub4nhwsks"   class="cncp2uuTextBox  textBox"><span id="ub4nhwsks"    class="cncp2uuTe btnText">更多</span></div></a></div></div><div   id="ub4nhwsks"   class="couo16cA btn btnbox btnCont minWidth  " id="couo16c"><div   id="ub4nhwsks"   class="couo16cTextBox  textBox"><span id="ub4nhwsks"    class="couo16cTe btnText">咨詢(xún)電話(huà)    0317-7369666</span></div></div><div   id="ub4nhwsks"   class="cov4dh7A btn btnbox btnCont minWidth  " id="cov4dh7"><div   id="ub4nhwsks"   class="cov4dh7TextBox  textBox"><span id="ub4nhwsks"    class="cov4dh7Te btnText">服務(wù)電話(huà)    0317-7279222</span></div></div><div   id="ub4nhwsks"   class="listTxt cov95baA automatic  " id="cov95ba"><div   id="ub4nhwsks"   class="textLineP"><p><span style="line-height:1.75;"><strong>河北亨帝閥門(mén)有限公司</strong></span></p>

<p><span style="line-height:1.75;"><span style="font-size:1.5rem;">電話(huà):0317-7369666/7279222<br />
傳真:0317-7276992<br />
郵箱:[email protected]<br />
Q Q:790090026<br />
地址:河北省滄州市吳橋縣經(jīng)濟(jì)開(kāi)發(fā)區(qū)</span></span></p>
</div></div></div></div></div></div><div   class="ub4nhwsks"   id="covd6et" class="covd6et relative componentsBox "><div   id="ub4nhwsks"   class="rowList covd6etrL m_c"><div   class="ub4nhwsks"   id="covrjlk" class="covrjlkcL col "><div   id="ub4nhwsks"   class="covrjlkcB col-box boxSiz "><div   class="ub4nhwsks"   id="cp0b34c" class="rList rListCol rList1   basicListPro"><ul class="proList " id="covvuvc" data-rownum="8" data-morownum="2"><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="石家莊水處理設(shè)備廠(chǎng)家" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">石家莊水處理設(shè)備廠(chǎng)家</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="負(fù)氧離子檢測(cè)儀" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">負(fù)氧離子檢測(cè)儀</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="土壤養(yǎng)分檢測(cè)儀" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">土壤養(yǎng)分檢測(cè)儀</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="除鐵器" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">除鐵器</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="鏈輪" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">鏈輪</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="水泥制管機(jī)" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">水泥制管機(jī)</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="抽芯鉚釘廠(chǎng)家" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">抽芯鉚釘廠(chǎng)家</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="工業(yè)烤爐" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">工業(yè)烤爐</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="PE管材" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">PE管材</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="液體灌裝機(jī)" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">液體灌裝機(jī)</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="膜結(jié)構(gòu)廠(chǎng)家" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">膜結(jié)構(gòu)廠(chǎng)家</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="盤(pán)式除鐵器" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">盤(pán)式除鐵器</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="玉米加工設(shè)備" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">玉米加工設(shè)備</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="雜糧加工設(shè)備" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">雜糧加工設(shè)備</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="鉑金坩堝" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">鉑金坩堝</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="電磁吸盤(pán)" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">電磁吸盤(pán)</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="攪拌器" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">攪拌器</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="柴油機(jī)消防泵" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">柴油機(jī)消防泵</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="圓木推臺(tái)鋸" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">圓木推臺(tái)鋸</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="鎮(zhèn)田機(jī)械" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">鎮(zhèn)田機(jī)械</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="手板" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">手板</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="不銹鋼管" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">不銹鋼管</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="磁能熱水器" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">磁能熱水器</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="齒輪計(jì)量泵" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">齒輪計(jì)量泵</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="氫氧化鈣設(shè)備" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">氫氧化鈣設(shè)備</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="汽輪機(jī)" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">汽輪機(jī)</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="羅茨真空泵" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">羅茨真空泵</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="呼吸閥" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">呼吸閥</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="氧化鋁噴涂" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">氧化鋁噴涂</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="減速機(jī)" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">減速機(jī)</div></div></a></li><li id="ub4nhwsks"    class="cp0b34cLi listBox  undefined"><a  title="不銹鋼螺絲" class="listBoxHref" target="_self"><div   id="ub4nhwsks"   class="listTxt covvuq4A automatic  " ><div   id="ub4nhwsks"   class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">不銹鋼螺絲</div></div></a></li></ul></div></div></div></div></div></div><footer id="SITE_FOOTER" class="auto-margin mofootPadbtm"><div   class="ub4nhwsks"   id="chk8lm7" class="chk8lm7 relative componentsBox "><div   id="ub4nhwsks"   class="rowList chk8lm7rL m_c"><div   class="ub4nhwsks"   id="chjkdln" class="chjkdlncL col "><div   id="ub4nhwsks"   class="chjkdlncB col-box boxSiz "><div   class="ub4nhwsks"   id="crs8h9e" class="crs8h9e ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="crs8h9eImg img lazyload" data-slidew="300" data-slideh="300" width="300" height="300" data-src="https://img.bjyyb.net/sites/66000/66029/20211013113939121.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_300,h_300,limit_0" data-webp="https://img.bjyyb.net/sites/66000/66029/20211013113939121.webp"/></div></div></div></div><div   class="ub4nhwsks"   id="chkb11v" class="chkb11vcL col "><div   id="ub4nhwsks"   class="chkb11vcB col-box boxSiz "><div   class="ub4nhwsks"   id="crsm47e" class="menubox"><nav class="nav"><ul id="pcMainnav" data-switch="mouseover" class="crsm47eUl mainNav pcMainnav menuPageIcon  menuItemUnequal"><li id="ub4nhwsks"    class="crsm47eLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/" class="crsm47eA mainNavLiA selected"><span>首頁(yè)</span></a></li><li id="ub4nhwsks"    class="crsm47eLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/chanpinzhongxin.html" class="crsm47eA mainNavLiA "><span>產(chǎn)品中心</span></a></li><li id="ub4nhwsks"    class="crsm47eLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/jishuzhichi.html" class="crsm47eA mainNavLiA "><span>技術(shù)支持</span></a></li><li id="ub4nhwsks"    class="crsm47eLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/xinwendongtai.html" class="crsm47eA mainNavLiA "><span>新聞動(dòng)態(tài)</span></a></li><li id="ub4nhwsks"    class="crsm47eLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/rongyuzizhi.html" class="crsm47eA mainNavLiA "><span>榮譽(yù)資質(zhì)</span></a></li><li id="ub4nhwsks"    class="crsm47eLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/guanyuwomen.html" class="crsm47eA mainNavLiA "><span>關(guān)于我們</span></a></li><li id="ub4nhwsks"    class="crsm47eLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/lianxiwomen.html" class="crsm47eA mainNavLiA "><span>聯(lián)系我們</span></a></li></ul></nav></div><div   id="ub4nhwsks"   class="listTxt crs269vA automatic  " id="crs269v"><div   id="ub4nhwsks"   class="textLineP"><p><span style="color:#ffffff;">本站關(guān)鍵詞:全焊接球閥,焊接球閥</span></p>
</div></div><div   id="ub4nhwsks"   class="listTxt crspfqoA automatic  " id="crspfqo"><div   id="ub4nhwsks"   class="textLineP"><p><span style="color:#ffffff;">Copyright ? 2002-2021 河北亨帝閥門(mén)有限公司 版權(quán)所有 備案號(hào):?</span><a  rel="nofollow" target="_blank"><span style="color:#ffffff;">冀ICP備16003653號(hào)-1</span></a><span style="color:#ffffff;">?</span></p>
</div></div><div   class="ub4nhwsks"   id="cy9RrYk" navigationslide="" class="cy9RrYk row_line "><div   class="ub4nhwsks"   id="cI1G11y" class="cI1G11yrow_col rowcol "><div   class="ub4nhwsks"   id="c3da4yF" class="c3da4yF ImghidCont "><div   id="ub4nhwsks"   class="imgHoverAn Imgbox clearfix "><img class="c3da4yFImg img lazyload" data-slidew="20" data-slideh="20" width="20" height="20" data-src="https://img.bjyyb.net/sites/66000/66029/20230607093059322.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/66000/66029/20230607093059322.webp"/></div></div></div><div   class="ub4nhwsks"   id="cdAgla5" class="cdAgla5row_col rowcol "><a  target="_blank" class="listTxt coE3w0sA automatic  " id="coE3w0s"><div   id="ub4nhwsks"   class="textLineP"><p><span>冀公網(wǎng)安備 13092802000253號(hào)</span></p>
</div></a></div></div><div   id="ub4nhwsks"   class="listTxt codr5ijA automatic  " id="codr5ij"><div   id="ub4nhwsks"   class="textLineP"><p><a href="http://01xfx.com/sitemap.html">焊接球閥</a></p>
</div></div></div></div></div></div></footer><div   class="ub4nhwsks"   id="cs61bke" class="sidebarBox"><div   id="ub4nhwsks"   class="cs61bkeside sideBox basSi  sidecustombarBox"><div   id="ub4nhwsks"   class="cs61bkesLi sList sListTypeimage" id="ds6oa4r"><div   id="ub4nhwsks"   class="cs61bkesBt sBtHover sBtn ds6oa4r"><i class="cs61bkesIc sIcon yiyingbaoicon"></i></div><div   id="ub4nhwsks"   class="sCon sImg"><img class="lazyload" width="138" height="138" data-webp="https://img.bjyyb.net/sites/66000/66029/20211013113939121.webp" src="https://img.bjyyb.net/sites/66000/66029/20211013113939121.png"/></div></div><div   id="ub4nhwsks"   class="cs61bkesLi sList sListType" id="ds61hjk"><a href="tel:0317-7369666" class="cs61bkesBt sBtHover sBtn ds61hjk"><i class="cs61bkesIc sIcon yiyingbaoicon"></i></a><a href="tel:0317-7369666" class="sCoBtn ds61hjkLinkBtn"><div   id="ub4nhwsks"   class="sCon shBtn"><i class="cs61bkesIc sIcon yiyingbaoicon"></i><span id="ub4nhwsks"    class="cs61bkesTe sidetext ds61hjk">0317-7369666</span></div></a></div><div   id="ub4nhwsks"   class="cs61bkesLi sList sListTypegotTop" id="ds697gv"><div data-functionback="/back/top/0.8" class="cs61bkesBt sBtHover sBtn ds697gv"><i class="cs61bkesIc sIcon yiyingbaoicon"></i></div></div></div></div></div>
<footer>
<div class="friendship-link">
<p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
<a href="http://01xfx.com/" title="&#23569;&#22919;&#20869;&#23556;&#20848;&#20848;&#20037;&#20037;&#44;&#21448;&#31895;&#21448;&#22823;&#20869;&#23556;&#20813;&#36153;&#35270;&#39057;&#23567;&#35828;&#44;&#22812;&#22812;&#33609;&#46;&#97;&#118;&#44;&#27431;&#32654;&#28608;&#24773;&#20081;&#20154;&#20262;">&#23569;&#22919;&#20869;&#23556;&#20848;&#20848;&#20037;&#20037;&#44;&#21448;&#31895;&#21448;&#22823;&#20869;&#23556;&#20813;&#36153;&#35270;&#39057;&#23567;&#35828;&#44;&#22812;&#22812;&#33609;&#46;&#97;&#118;&#44;&#27431;&#32654;&#28608;&#24773;&#20081;&#20154;&#20262;</a>

<div class="friend-links">


</div>
</div>

</footer>


<script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
</body><div id="p4v3d" class="pl_css_ganrao" style="display: none;"><address id="p4v3d"></address><em id="p4v3d"></em><object id="p4v3d"><dfn id="p4v3d"><nav id="p4v3d"><th id="p4v3d"></th></nav></dfn></object><label id="p4v3d"></label><tfoot id="p4v3d"></tfoot><pre id="p4v3d"><address id="p4v3d"><acronym id="p4v3d"><cite id="p4v3d"></cite></acronym></address></pre><mark id="p4v3d"><em id="p4v3d"></em></mark><form id="p4v3d"><noscript id="p4v3d"></noscript></form><tbody id="p4v3d"></tbody><sup id="p4v3d"><nobr id="p4v3d"></nobr></sup><li id="p4v3d"><label id="p4v3d"><i id="p4v3d"><legend id="p4v3d"></legend></i></label></li><var id="p4v3d"><ol id="p4v3d"><li id="p4v3d"></li></ol></var><video id="p4v3d"><tr id="p4v3d"></tr></video><tt id="p4v3d"><pre id="p4v3d"></pre></tt><track id="p4v3d"><abbr id="p4v3d"><code id="p4v3d"><dl id="p4v3d"></dl></code></abbr></track><label id="p4v3d"><ol id="p4v3d"><big id="p4v3d"><meter id="p4v3d"></meter></big></ol></label><nobr id="p4v3d"><ins id="p4v3d"></ins></nobr><table id="p4v3d"></table><style id="p4v3d"></style><em id="p4v3d"></em><small id="p4v3d"></small><menu id="p4v3d"></menu><th id="p4v3d"><b id="p4v3d"><table id="p4v3d"><cite id="p4v3d"></cite></table></b></th><center id="p4v3d"><progress id="p4v3d"></progress></center><pre id="p4v3d"><bdo id="p4v3d"><var id="p4v3d"></var></bdo></pre><tbody id="p4v3d"></tbody><strong id="p4v3d"></strong><var id="p4v3d"></var><small id="p4v3d"></small><menuitem id="p4v3d"></menuitem><em id="p4v3d"><acronym id="p4v3d"></acronym></em><blockquote id="p4v3d"></blockquote><dl id="p4v3d"><tbody id="p4v3d"><cite id="p4v3d"></cite></tbody></dl><em id="p4v3d"></em><acronym id="p4v3d"></acronym><sub id="p4v3d"><blockquote id="p4v3d"></blockquote></sub><optgroup id="p4v3d"><video id="p4v3d"><del id="p4v3d"></del></video></optgroup><ul id="p4v3d"></ul><progress id="p4v3d"><wbr id="p4v3d"><object id="p4v3d"><dfn id="p4v3d"></dfn></object></wbr></progress><style id="p4v3d"></style><sub id="p4v3d"></sub><strike id="p4v3d"></strike><ruby id="p4v3d"><noscript id="p4v3d"><em id="p4v3d"><tr id="p4v3d"></tr></em></noscript></ruby><progress id="p4v3d"><pre id="p4v3d"><strike id="p4v3d"><center id="p4v3d"></center></strike></pre></progress><optgroup id="p4v3d"><menu id="p4v3d"><th id="p4v3d"></th></menu></optgroup><em id="p4v3d"><rp id="p4v3d"><tbody id="p4v3d"><pre id="p4v3d"></pre></tbody></rp></em><output id="p4v3d"><button id="p4v3d"></button></output><form id="p4v3d"></form><i id="p4v3d"></i><em id="p4v3d"><ul id="p4v3d"><nobr id="p4v3d"><optgroup id="p4v3d"></optgroup></nobr></ul></em><track id="p4v3d"></track><input id="p4v3d"></input><dfn id="p4v3d"><center id="p4v3d"></center></dfn><th id="p4v3d"><pre id="p4v3d"><strike id="p4v3d"></strike></pre></th><ruby id="p4v3d"><th id="p4v3d"></th></ruby><style id="p4v3d"><strong id="p4v3d"><thead id="p4v3d"><track id="p4v3d"></track></thead></strong></style><em id="p4v3d"><menuitem id="p4v3d"><pre id="p4v3d"><font id="p4v3d"></font></pre></menuitem></em><abbr id="p4v3d"><optgroup id="p4v3d"><label id="p4v3d"><small id="p4v3d"></small></label></optgroup></abbr><abbr id="p4v3d"></abbr><ol id="p4v3d"></ol><center id="p4v3d"></center><form id="p4v3d"><dl id="p4v3d"></dl></form><address id="p4v3d"><div id="p4v3d"><big id="p4v3d"></big></div></address><listing id="p4v3d"></listing><ol id="p4v3d"></ol><menu id="p4v3d"></menu><blockquote id="p4v3d"><dl id="p4v3d"><optgroup id="p4v3d"></optgroup></dl></blockquote><small id="p4v3d"><ruby id="p4v3d"></ruby></small><pre id="p4v3d"></pre><strong id="p4v3d"></strong><samp id="p4v3d"><em id="p4v3d"><address id="p4v3d"><center id="p4v3d"></center></address></em></samp><font id="p4v3d"></font><p id="p4v3d"><sup id="p4v3d"><dl id="p4v3d"><object id="p4v3d"></object></dl></sup></p><pre id="p4v3d"></pre><dfn id="p4v3d"></dfn><center id="p4v3d"></center><address id="p4v3d"></address><div id="p4v3d"></div><del id="p4v3d"><ruby id="p4v3d"><button id="p4v3d"><noscript id="p4v3d"></noscript></button></ruby></del><em id="p4v3d"><tfoot id="p4v3d"></tfoot></em><acronym id="p4v3d"><blockquote id="p4v3d"><td id="p4v3d"></td></blockquote></acronym><source id="p4v3d"></source><dd id="p4v3d"><xmp id="p4v3d"></xmp></dd><output id="p4v3d"></output><sup id="p4v3d"></sup><small id="p4v3d"></small><small id="p4v3d"><output id="p4v3d"></output></small><nobr id="p4v3d"><small id="p4v3d"></small></nobr><acronym id="p4v3d"></acronym><legend id="p4v3d"><s id="p4v3d"><var id="p4v3d"><strong id="p4v3d"></strong></var></s></legend><button id="p4v3d"><th id="p4v3d"><listing id="p4v3d"></listing></th></button><tt id="p4v3d"><form id="p4v3d"><label id="p4v3d"><listing id="p4v3d"></listing></label></form></tt><strike id="p4v3d"><optgroup id="p4v3d"><small id="p4v3d"><address id="p4v3d"></address></small></optgroup></strike><font id="p4v3d"></font><nav id="p4v3d"><noscript id="p4v3d"><listing id="p4v3d"></listing></noscript></nav><ol id="p4v3d"></ol><strike id="p4v3d"></strike><thead id="p4v3d"><sup id="p4v3d"></sup></thead><menuitem id="p4v3d"><form id="p4v3d"><legend id="p4v3d"><s id="p4v3d"></s></legend></form></menuitem><pre id="p4v3d"><pre id="p4v3d"><dl id="p4v3d"></dl></pre></pre><tr id="p4v3d"><cite id="p4v3d"><label id="p4v3d"><em id="p4v3d"></em></label></cite></tr><meter id="p4v3d"></meter><ruby id="p4v3d"></ruby><ol id="p4v3d"><i id="p4v3d"></i></ol><dl id="p4v3d"><pre id="p4v3d"><dfn id="p4v3d"><center id="p4v3d"></center></dfn></pre></dl><track id="p4v3d"><option id="p4v3d"><em id="p4v3d"></em></option></track><style id="p4v3d"><form id="p4v3d"><b id="p4v3d"><form id="p4v3d"></form></b></form></style><output id="p4v3d"><div id="p4v3d"></div></output><menuitem id="p4v3d"><center id="p4v3d"></center></menuitem><tbody id="p4v3d"></tbody><strong id="p4v3d"></strong><address id="p4v3d"></address><dfn id="p4v3d"></dfn><style id="p4v3d"><var id="p4v3d"><noscript id="p4v3d"><em id="p4v3d"></em></noscript></var></style><strong id="p4v3d"></strong><form id="p4v3d"></form><li id="p4v3d"></li><listing id="p4v3d"><strong id="p4v3d"><nav id="p4v3d"><label id="p4v3d"></label></nav></strong></listing><ol id="p4v3d"><legend id="p4v3d"><cite id="p4v3d"></cite></legend></ol><form id="p4v3d"><sup id="p4v3d"><dfn id="p4v3d"><table id="p4v3d"></table></dfn></sup></form><pre id="p4v3d"><pre id="p4v3d"></pre></pre><dfn id="p4v3d"></dfn><tfoot id="p4v3d"></tfoot><ol id="p4v3d"><i id="p4v3d"><pre id="p4v3d"></pre></i></ol><mark id="p4v3d"></mark><button id="p4v3d"></button><li id="p4v3d"></li><style id="p4v3d"><var id="p4v3d"></var></style><u id="p4v3d"><menu id="p4v3d"><tbody id="p4v3d"></tbody></menu></u><rt id="p4v3d"><fieldset id="p4v3d"><tbody id="p4v3d"></tbody></fieldset></rt><option id="p4v3d"><ins id="p4v3d"></ins></option><big id="p4v3d"></big><menuitem id="p4v3d"></menuitem><var id="p4v3d"><input id="p4v3d"></input></var><ol id="p4v3d"></ol><p id="p4v3d"></p><strong id="p4v3d"></strong><dl id="p4v3d"></dl><pre id="p4v3d"><pre id="p4v3d"></pre></pre><cite id="p4v3d"><menu id="p4v3d"><bdo id="p4v3d"><table id="p4v3d"></table></bdo></menu></cite><kbd id="p4v3d"><font id="p4v3d"><meter id="p4v3d"><menuitem id="p4v3d"></menuitem></meter></font></kbd><center id="p4v3d"></center><wbr id="p4v3d"><sup id="p4v3d"></sup></wbr><form id="p4v3d"></form><strong id="p4v3d"></strong><td id="p4v3d"></td><acronym id="p4v3d"></acronym><ol id="p4v3d"><i id="p4v3d"><strong id="p4v3d"><strong id="p4v3d"></strong></strong></i></ol><center id="p4v3d"></center><acronym id="p4v3d"></acronym></div>
<script src="http://img.bjyyb.net/public/v1.1.50/mini/lazysizes.js"></script><script src="http://img.bjyyb.net/public/v1.1.50/mini/public.js"></script><script src="http://img.bjyyb.net/public/v1.1.50/mini/jssor.slider.min.js?v=1"></script><script src="http://img.bjyyb.net/public/v1.1.50/mini/baguetteBox.js?v=3"></script><script src="http://img.bjyyb.net/public/v1.1.50/mini/search.js?ts=20250102192308"></script><script src="http://img.bjyyb.net/public/v1.1.50/mini/menu.js"></script><script src="http://img.bjyyb.net/public/v1.1.50/mini/box.js?v=3"></script><script src="http://img.bjyyb.net/public/v1.1.50/mini/jquery.bxslider.min.js"></script><script src="http://img.bjyyb.net/public/v1.1.50/mini/template_parse.js"></script><script src="http://img.bjyyb.net/public/v1.1.50/mini/handlePagination.js"></script> 
</html>                               

Whois info of domain

Domain Name: 01XFX.COM
Registry Domain ID: 2978975448_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.gname.com
Registrar URL: http://www.gname.com
Updated Date: 2025-04-28T23:39:25Z
Creation Date: 2025-04-28T18:30:15Z
Registry Expiry Date: 2026-04-28T18:30:15Z
Registrar: Gname.com Pte. Ltd.
Registrar IANA ID: 1923
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +65.65189986
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: A9.SHARE-DNS.COM
Name Server: B9.SHARE-DNS.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T08:36:08Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass