﻿<!DOCTYPE  html>
<html lang="zh">
	<head>
		<meta charset="utf-8">
		<title>404-德州翔宇电机有限公司</title> 
				<meta name="keywords" content="YE3高效电机,YE4超高效电机,YEJA盘式交流制动电机,-德州翔宇电机有限公司" />
		<meta name="description" content="德州翔宇电机有限公司座落于山东省德州市，是生产、研发工业用三相防爆电机、防爆变频电机、防爆制动电机、YE3、YE4、YE5及其派生系列电机的专业厂家-德州翔宇电机有限公司" />
		<meta name="pageId" content="fhexhv" />
		<meta name="md5SiteId" content="cab8a8ac68358c4372e3cf8e4993808c" />
		<meta name="ids" content="" />
		<meta name="cateId" content="" />
		<meta name="previewUrl" content="/" />
		<meta name="searchKey" content="" />
		<meta name="searchType" content="" />
		<meta name="searchBand" content="" />
		<meta name="type" content="" />
		<meta name="template" content="" />
		<meta name="param" content="" />
		<meta name="reCAPTCHA" content="" />
		<meta name="interfaceAddress" content="/" />
		<meta name="templateDbUrl" content="https://hk.bjyybao.com" />
				
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CGTNOfficial" />
<meta name="twitter:creator" content="@CGTNOfficial" />
<meta name="twitter:title" content="404-德州翔宇电机有限公司" />
<meta name="twitter:description" content="德州翔宇电机有限公司座落于山东省德州市，是生产、研发工业用三相防爆电机、防爆变频电机、防爆制动电机、YE3、YE4、YE5及其派生系列电机的专业厂家-德州翔宇电机有限公司" />
<meta name="twitter:image" content="" />
<meta property="og:type" content="website">
<meta property="og:title" content="404-德州翔宇电机有限公司">
<meta property="og:description" content="德州翔宇电机有限公司座落于山东省德州市，是生产、研发工业用三相防爆电机、防爆变频电机、防爆制动电机、YE3、YE4、YE5及其派生系列电机的专业厂家-德州翔宇电机有限公司">
<meta property="og:image" content="">
<meta property="og:image:width" content="600">
<meta property="og:image:height" content="600">
<meta property="og:url" content="http://www.dianji66.cc/nofound.html">
<meta property="og:site_name" content="德州翔宇电机有限公司">				<base href="/">
		<meta name="PublishTime" content="2025-11-26 10:26:25" />
		<style type="text/css">
			:root{
				--vbg01:url('https://img.bjyyb.net/public/images/vbg01.png');
				--videoicon:url('https://img.bjyyb.net/public/images/videoicon.png');
				--cartimg:url('https://img.bjyyb.net/public/images/cartimg.png');
			}
		</style>
				<meta name="sitetype" content="pc" />			<script>
			var formSubmitRegistry= {},formUserRegistry={};
			// 注册表单提交方法的函数
			function formSubmitMethod(methodName, method) {
				if (typeof methodName === 'string' &&typeof method === 'function') {
					formSubmitRegistry[methodName] = method;
				}
			}
			// 注册表单用户方法的函数
			function formUserMethod(methodName, method) {
				if (typeof methodName === 'string' &&typeof method === 'function') {
					formUserRegistry[methodName] = method;
				}
			}
		</script>
	<script type="text/javascript">
		var goodsdetailedUrl = '/Home/ListData/getDetailedInfo';
		var adviceLanguages = 'zh';
	</script>
		<link rel="icon" type="image/x-icon" href="https://img.bjyyb.net/yyb_icons/favicon.ico">
		<meta name="format-detection" content="telephone=no,email=no,address=no">
	<meta name="SuperSite" content="/Form/index" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
	<link rel="canonical" href="https://www.dianji66.cc/nofound.html">
	<script src="//img.bjyyb.net/p/language/zh/global.js"></script>
	<script src="//img.bjyyb.net/Response/scripts/jquery-3.1.1.min.js"></script>
			<script>
			var PublicFn=function (){

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.backgroundAnimation,.borderSlide,.shadowAcross,.backgroundBottomAna {overflow: hidden;-webkit-transition:0.5s;}
.backgroundAnimation:before,.btn3.backgroundAnimation .btnIcon:before {position:absolute;content:'';width:0;-webkit-transition: inherit;left: 0;height: 100%;z-index: -1;}
.backgroundAnimation:hover:before,.boxHoverParent:hover .backgroundAnimation:before,.btn3.backgroundAnimation .btnIcon:before {width:100%}
.borderSlide:before, .borderSlide:after{content: '';border-style: solid; position: absolute;z-index: -1; transition: inherit;left: 0;right: 0;  top: 0;  bottom: 0;}
.borderSlide:before{width: 0;border-top-width: 0px;
border-bottom-width: 0px;border-left-width: 0px;
border-right-width: 0px;
    height: 100%; 
    top: 0px;
    left: 0;
-webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
   }
.borderSlide:after{width: 100%;border-left-width: 0px;
border-right-width: 0px;border-top-width: 0px;
border-bottom-width: 0px;
    height: 0;
    top: 0;
    left:0px;}.boxHoverParent:hover .borderSlide:before,.borderSlide:hover:before{width: 100%;}.boxHoverParent:hover .borderSlide:after,.borderSlide:hover:after{height: 100%; }.shadowAcross:after{background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}.shadowAcross:hover:after,.boxHoverParent:hover .shadowAcross:after {    left: 120%;transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);}.backgroundBottomAna:before {position:absolute;content:'';width:100%;-webkit-transition: inherit;left: 0;height: 0;z-index: -1;bottom: 0;}
.boxHoverParent:hover .backgroundBottomAna:before,.backgroundBottomAna:hover:before{height:100%;}.btn3{display:table;margin-left:auto;margin-right:auto;}
.btn3 i{display: block;}
.btnbox{max-width:100%}
.btn3 i,.btn3 .btnIcon{box-sizing: content-box;}
.btn2{display: block;}
.btn2 span{display: block;}.btn .btnText{display:inline-block;box-sizing:border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; max-width: calc(100% - 40px);}
.btn{display:block;min-width:50px}
.btn,.btn .btnIcon,.btn .btnText{vertical-align: middle;}
.btnCont{position: relative;}
.btn .btnIcon{display: inline-block;}
.boxCont {
    position: relative;
}.boxContent,.boxCont{position: relative;}.hoverBoxCont{top:0;left:0;} .box_link{display:none;} [data-link="1"]{cursor: pointer;}.preview-hoverbox .hover-box-link{position: absolute;    height: 100%;  width: 100%; display: block;z-index: 2;transition: all .5s;}
.preview-hoverbox[data-hoveranimation="bottomGradually"],.preview-hoverbox[data-hoveranimation="leftGradually"],.preview-hoverbox[data-hoveranimation="rightGradually"],.preview-hoverbox[data-hoveranimation="topGradually"]{overflow:hidden;}
/*图片放大+遮罩层渐现*/
.preview-hoverbox[data-hoveranimation="hoverImglarge"] .hoverBoxPopup { width: 100%;height: 100%;position: absolute;top: 0; opacity:0;transition: all .5s;}
.preview-hoverbox[data-hoveranimation="hoverImglarge"] .hoverBoxPopup .boxCont>.rowListBg{background-size: 100%;transition: all .5s;}
.preview-hoverbox.hoverImglarge .hoverBoxPopup {opacity:1;}
.preview-hoverbox.hoverImglarge .hoverBoxPopup .boxCont>.rowListBg{background-size: 130%;}
/*图片缩小+遮罩层渐现*/
.preview-hoverbox[data-hoveranimation="hoverImgresize"] .hoverBoxPopup { width: 100%;height: 100%;position: absolute;top: 0; opacity:0;transition: all .5s;}
.preview-hoverbox[data-hoveranimation="hoverImgresize"] .hoverBoxPopup .boxCont>.rowListBg{background-size: 130%;transition: all .5s;}
.preview-hoverbox.hoverImgresize .hoverBoxPopup {opacity:1;}
.preview-hoverbox.hoverImgresize .hoverBoxPopup .boxCont>.rowListBg{background-size: 100%;}

/*图片向上移动+遮罩层渐现*/
.preview-hoverbox[data-hoveranimation="hoverImgBottomup"] .hoverBoxPopup { width: 100%;height: 100%;position: absolute;top: 0; opacity:0;transition: all .5s;}
.preview-hoverbox[data-hoveranimation="hoverImgBottomup"] .hoverBoxPopup .boxCont>.rowListBg{background-position: top;transition: all .5s;}
.preview-hoverbox.hoverImgBottomup .hoverBoxPopup {opacity:1;}
.preview-hoverbox.hoverImgBottomup .hoverBoxPopup .boxCont>.rowListBg{background-position: bottom;}

/*遮罩层左侧渐入*/
.preview-hoverbox[data-hoveranimation="leftGradually"] .hoverBoxPopup { top: 0; opacity:0;z-index:2;transition-property:all;animation-duration: 0.5s;position:absolute;animation-timing-function: ease-in-out;left:-100%;}
.preview-hoverbox.leftGradually .hoverBoxPopup{opacity:1;left:0;}

/*遮罩层右侧渐入*/
.preview-hoverbox[data-hoveranimation="rightGradually"] .hoverBoxPopup { top: 0; opacity:0;z-index:2;left:100%;transition-property:all;animation-duration: 0.5s;position:absolute;animation-timing-function: ease-in-out;}
.preview-hoverbox.rightGradually .hoverBoxPopup {opacity:1;left:0;}

/*遮罩层顶部渐入*/
.preview-hoverbox[data-hoveranimation="topGradually"] .hoverBoxPopup { top: -100%; opacity:1;z-index:2;left:0;position:absolute;transition-property:all;animation-duration: 0.5s;animation-timing-function: ease-in-out;}
.preview-hoverbox.topGradually .hoverBoxPopup {opacity:1;top:0;}

/*遮罩层底部渐入*/
.preview-hoverbox[data-hoveranimation="bottomGradually"] .hoverBoxPopup { width: 100%;height: 0;display: flex; align-items: center;opacity:0;z-index:2;left:0;top:100%;}
.preview-hoverbox.bottomGradually .hoverBoxPopup {opacity:1;top:0;}

/*遮罩层中间向两边展开*/
.preview-hoverbox[data-hoveranimation="middleUnfolding"] .hoverBoxPopup{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;}
.preview-hoverbox.middleUnfolding .hoverBoxPopup {opacity: 1;transform: scale3d(1, 1, 1);-webkit-transform: scale3d(1, 1, 1);visibility: visible;height: 100%;}.preview-hoverbox{position: relative;}.hoverBoxParent .boxCont{overflow: hidden;}.preview-hoverbox .hover-default{position: relative; opacity: 1; animation-fill-mode: forwards;}.preview-hoverbox .hover-target{position: absolute; opacity: 0; width: 100%; animation-fill-mode: forwards; z-index: 1; top: 0px; transition: all 0.5s ease 0s;}.preview-hoverbox .hover-target-ani{opacity: 1; left: 0px; transition: all 0.5s ease 0s; z-index: 2;}.preview-hoverbox .hover-target>.boxCont{height: 100%; width: 100%;}.preview-hoverbox .box-m-height{min-height: 400px;}.preview-hoverbox .box-m-height button{display: none;}.edit-hoverbox .edit-hidden{display: none;}.preview-hoverbox .hover-target-ani > .boxCont{height: 100%;}.preview-hoverbox .hover-box-link{z-index: 9;}.datetimeSource{opacity: 0;}		</style>
        
     	<style>
			/*aExpand-In start*/
[data-name="aExpand-In"] {
	transform: scale(1);
	-webkit-animation: dhExpand-In 2s ease-out;
	-ms-animation: dhExpand-In 2s ease-out;
	-o-animation: dhExpand-In 2s ease-out;
	animation: dhExpand-In 2s ease-out;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
@-webkit-keyframes dhExpand-In {
0% {
transform:scale(0);
-webkit-transform:scale(0);
opacity:0;
visibility:visible
}
100% {
transform:scale(1);
-webkit-transform:scale(1);
opacity:1;
visibility:visible
}
}
@-ms-keyframes dhExpand-In {
0% {
transform:scale(0);
-webkit-transform:scale(0);
opacity:0;
visibility:visible
}
100% {
transform:scale(1);
-webkit-transform:scale(1);
opacity:1;
visibility:visible
}
}
@-o-keyframes dhExpand-In {
0% {
transform:scale(0);
-webkit-transform:scale(0);
opacity:0;
visibility:visible
}
100% {
transform:scale(1);
-webkit-transform:scale(1);
opacity:1;
visibility:visible
}
}
@keyframes dhExpand-In {
0% {
transform:scale(0);
-webkit-transform:scale(0);
opacity:0;
visibility:visible
}
100% {
transform:scale(1);
-webkit-transform:scale(1);
opacity:1;
visibility:visible
}
}
/*aExpand-In end*//*aBounce-In start*/
[data-name="aBounce-In"]{ -ms-animation: dhBounce-In 1s ease-in;-webkit-animation: dhBounce-In 1s ease-in;-o-animation: dhBounce-In 1s ease-in;animation: dhBounce-In 1s ease-in;-ms-animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards}
@-webkit-keyframes dhBounce-In {
	0% {opacity:0;-webkit-transform:translate(-200px, 0);-ms-transform:translate(-200px, 0);visibility:visible}
	100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@-ms-keyframes dhBounce-In {
	0% {opacity:0;-webkit-transform:translate(-200px, 0);-ms-transform:translate(-200px, 0);visibility:visible}
	100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@-o-keyframes dhBounce-In {
	0% {opacity:0;-webkit-transform:translate(-200px, 0);-ms-transform:translate(-200px, 0);visibility:visible}
	100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@keyframes dhBounce-In {
	0% {opacity:0;-webkit-transform:translate(-200px, 0);-ms-transform:translate(-200px, 0);visibility:visible}
	100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
/*aBounce-In end*//*bottomslide start*/
[data-name="bottomslide"] {
	-ms-animation: bottomslide-in 1s linear;
	-o-animation: bottomslide-in 1s linear;
	-webkit-animation: bottomslide-in 1s linear;
	animation: bottomslide-in 1s linear;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
@-webkit-keyframes bottomslide-in {
0% {
opacity:0;
-webkit-transform:translate(0, 200px);
-ms-transform:translate(0, 200px);
visibility:visible
}
100% {
opacity:1;
-webkit-transform:translate(0);
-ms-transform:translate(0);
visibility:visible
}
}
@-ms-keyframes bottomslide-in {
0% {
opacity:0;
-webkit-transform:translate(0, 200px);
-ms-transform:translate(0, 200px);
visibility:visible
}
100% {
opacity:1;
-webkit-transform:translate(0);
-ms-transform:translate(0);
visibility:visible
}
}
@-o-keyframes bottomslide-in {
0% {
opacity:0;
-webkit-transform:translate(0, 200px);
-ms-transform:translate(0, 200px);
visibility:visible
}
100% {
opacity:1;
-webkit-transform:translate(0);
-ms-transform:translate(0);
visibility:visible
}
}
@keyframes bottomslide-in {
0% {
opacity:0;
-webkit-transform:translate(0, 200px);
-ms-transform:translate(0, 200px);
visibility:visible
}
100% {
opacity:1;
-webkit-transform:translate(0);
-ms-transform:translate(0);
visibility:visible
}
}
/*bottomslide end*//*aFade-In start*/
[data-name="aFade-In"] { -ms-animation: dhFade-In 1s linear;-webkit-animation: dhFade-In 1s linear;-o-animation: dhFade-In 1s linear;animation: dhFade-In 1s linear;-ms-animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards}
@-webkit-keyframes dhFade-In {
0% {opacity:0;visibility:visible}
100% {opacity:1;visibility:visible}
}
@-ms-keyframes dhFade-In {
0% {opacity:0;visibility:visible}
100% {opacity:1;visibility:visible}
}
@-o-keyframes dhFade-In {
0% {opacity:0;visibility:visible}
100% {opacity:1;visibility:visible}
}
@keyframes dhFade-In {
0% {opacity:0;visibility:visible}
100% {opacity:1;visibility:visible}
}
/*aFade-In end*//*aGlide-In start*/
[data-name="aGlide-In"] { -ms-animation: dhGlide-In 1s linear;-webkit-animation: dhGlide-In 1s linear;-o-animation: dhGlide-In 1s linear;animation: dhGlide-In 1s linear;-ms-animation-fill-mode: forwards;	-webkit-animation-fill-mode: forwards;	-o-animation-fill-mode: forwards;animation-fill-mode: forwards}
@-webkit-keyframes dhGlide-In {
0% {opacity:0;-webkit-transform:translate(200px, 0);-ms-transform:translate(200px, 0);visibility:visible}
100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@-ms-keyframes dhGlide-In {
0% {opacity:0;-webkit-transform:translate(200px, 0);-ms-transform:translate(200px, 0);visibility:visible}
100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@-o-keyframes dhGlide-In {
0% {opacity:0;-webkit-transform:translate(200px, 0);-ms-transform:translate(200px, 0);visibility:visible}
100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
@keyframes dhGlide-In {
0% {opacity:0;-webkit-transform:translate(200px, 0);-ms-transform:translate(200px, 0);visibility:visible}
100% {opacity:1;-webkit-transform:translate(0);-ms-transform:translate(0);visibility:visible}
}
/*aGlide-In end*/#SITE_HEADER{background:rgb(255, 255, 255);transition: background-color 0.3s ease;}#SITE_HEADER.previewHead{position: fixed;}#SITE_HEADER>.rowListBg{background:none ;}#fhexhv{max-width:100%;background:rgba(0,0,0,0);}#SITE_FOOTER{background:rgb(35, 35, 35);}#SITE_FOOTER>.rowListBg{background:none ;}@media screen and (max-width:960px){#SITE_FOOTER{margin:0 0  0 0;}}#SITE_PANEL{width:100%;}#SITE_PANEL .SITE_PANELLi{border-bottom: 1px solid #eee;}#SITE_PANEL .SITE_PANELA,#SITE_PANEL .nav-submenuA{font-size:15px;font-family:微软雅黑;color:#666;background-color:rgb(255, 255, 255);}#SITE_PANEL .SITE_PANELA.paneltextShow p,#SITE_PANEL .nav-submenuA p,#SITE_PANEL .SITE_PANELA .btnIcon,#SITE_PANEL .nav-submenuA .btnIcon,.sideTrigger~.nav-icon{height:46px;line-height:46px;}#SITE_PANEL .SITE_PANELA.panellineFeed p,#SITE_PANEL .nav-submenuA.panellineFeed p{min-height:46px;line-height:46px;}#SITE_PANEL .SITE_PANELA p{padding-left:10px;}#SITE_PANEL .SITE_PANELA.selected,#SITE_PANEL .nav-submenuA.selected{background-color:#eee;}@media screen and (min-width:961px){#SITE_PANEL{display:none;}}.cNv913Z{background-color:rgba(255,255,255,1);}.cNv913Z>.rowListBg{background:none ;}@media screen and (min-width:961px){.cNv913Z{padding-right:10%;padding-left:10%;box-shadow:0px 0px 4px 0px rgb(204, 204, 204);}.cNv913Z>.gridLayout{display:grid;}.cNv913Z>.gridLayout>.rowcol{width:100%;}.cNv913Z>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1905px){#document>.auto-margin>.cNv913Z{padding-right:10%;padding-left:10%;padding-left:calc((100% - 1524px) / 20 * 10);padding-right:calc((100% - 1524px) / 20 * 10);}}#cU0cdm8{margin:0.11% 0% 0% 0%;}#cU0cdm8>.advanced-fixed{height:800px;}#cU0cdm8 .advanced-btn button{width:8px;height:8px;border-radius:8px;}#cU0cdm8  .advanced-content .advanced-item>.componentsBox{padding:1% 8% 1% 15%;}#cU0cdm8>.advanced-custom,#cU0cdm8>.advanced-custom .advanced-item>.componentsBox,#cU0cdm8>.advanced-custom .advanced-item>.componentsBox>.rowList{min-height:800px;}#cU0cdm8 .advanced-arrow .left-icon{transform: scale(1);}#cU0cdm8 .advanced-arrow .right-icon{transform: scale(1);}#cU0cdm8 .advanced-arrow .right-icon .yiyingbaoicon, #cU0cdm8 .advanced-arrow .left-icon .yiyingbaoicon{color:rgb(255,255,255);}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>#cU0cdm8 .advanced-content .advanced-item>.componentsBox{padding-right:8%;padding-left:15%;padding-left:calc((100% - 1465.31px) / 23 * 15);padding-right:calc((100% - 1465.31px) / 23 * 8);}}.coHBUgT{background-color:rgba(0,0,0,0);}.coHBUgT>.rowListBg{background:none ;}@media screen and (min-width:961px){.coHBUgT{margin:1% 0% 1% 0%;padding-top:1%;padding-bottom:1%;padding-right:10%;padding-left:10%;}.coHBUgT>.gridLayout{display:grid;}.coHBUgT>.gridLayout>.rowcol{width:100%;}.coHBUgT>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1920px){#document>.auto-margin>.coHBUgT{padding-right:10%;padding-left:10%;padding-left:calc((100% - 1536px) / 20 * 10);padding-right:calc((100% - 1536px) / 20 * 10);}}.cHF4oXV{background-color:rgba(0,0,0,1);}.cHF4oXV>.rowListBg.rowBgEdit{background-image:url(https://img.bjyyb.net/sites/95500/95954/1756946168822025569688793088.jpg);}.cHF4oXV>.rowListBg{background:none no-repeat center center / cover;background-position:center bottom;background-attachment:fixed;opacity:0.9;}@media screen and (min-width:961px){.cHF4oXV{padding-top:1%;padding-bottom:1%;padding-left:10%;}.cHF4oXV>.gridLayout{display:grid;}.cHF4oXV>.gridLayout>.rowcol{width:100%;}.cHF4oXV>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>.cHF4oXV{padding-left:10%;}}.cRvZnSp{background-color:rgba(242,242,242,0.75);}.cRvZnSp>.rowListBg{background:none ;}@media screen and (min-width:961px){.cRvZnSp{padding-top:1%;padding-bottom:3%;padding-right:10%;padding-left:10%;}.cRvZnSp>.gridLayout{display:grid;}.cRvZnSp>.gridLayout>.rowcol{width:100%;}.cRvZnSp>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>.cRvZnSp{padding-right:10%;padding-left:10%;padding-left:calc((100% - 1522.4px) / 20 * 10);padding-right:calc((100% - 1522.4px) / 20 * 10);}}.calycyW{background-color:rgba(0,0,0,0);}.calycyW>.rowListBg{background:none ;}@media screen and (min-width:961px){.calycyW{margin:0.74% 0% 10% 0%;padding-top:1%;padding-bottom:1%;padding-right:10%;padding-left:10%;}.calycyW>.gridLayout{display:grid;}.calycyW>.gridLayout>.rowcol{width:100%;}.calycyW>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1903px){#document>.auto-margin>.calycyW{padding-right:10%;padding-left:10%;padding-left:calc((100% - 1522.4px) / 20 * 10);padding-right:calc((100% - 1522.4px) / 20 * 10);}}.chk8lm7{background-color:rgba(13,50,113,1);}@media screen and (min-width:961px){.chk8lm7{padding-top:3%;padding-bottom:3%;padding-right:10%;padding-left:10%;}.chk8lm7>.gridLayout{display:grid;}.chk8lm7>.gridLayout>.col{width:100%;}.chk8lm7>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1920px){#document>.auto-margin>.chk8lm7{padding-right:10%;padding-left:10%;padding-left:calc((100% - 1536px) / 20 * 10);padding-right:calc((100% - 1536px) / 20 * 10);}}.cfeer61{background-color:rgb(0, 0, 0);}@media screen and (min-width:961px){.cfeer61{padding-top:0.5%;padding-bottom:0.5%;padding-right:10%;padding-left:10%;}}@media screen and (min-width:961px) and (max-width:1920px){#document>.auto-margin>.cfeer61{padding-right:10%;padding-left:10%;padding-left:calc((100% - 1536px) / 20 * 10);padding-right:calc((100% - 1536px) / 20 * 10);}}.row_line  .caYk5Gjrow_col{width:8%;}.caYk5Gjrow_col.hidden{display:none;}.caYk5Gjrow_col>.rowListBg{background:none ;}.caYk5Gjrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .c9Jmqiorow_col{width:20%;border-left:0px solid rgba(242,242,242,1);border-right:0px solid rgba(242,242,242,1);}.c9Jmqiorow_col.hidden{display:none;}.c9Jmqiorow_col>.rowListBg{background:none ;}.c9Jmqiorow_col>.sticky{position: sticky;z-index: 1;}.row_line  .c6A7Ahorow_col{width:56%;}.c6A7Ahorow_col.hidden{display:none;}.c6A7Ahorow_col>.rowListBg{background:none ;}.c6A7Ahorow_col>.sticky{position: sticky;z-index: 1;}.row_line  .cRaO5AProw_col{width:16%;}.cRaO5AProw_col.hidden{display:none;}.cRaO5AProw_col>.rowListBg{background:none ;}.cRaO5AProw_col>.sticky{position: sticky;z-index: 1;}@media screen and (min-width:961px){.row_line>.rowColumnBox .cRaO5AProw_col{padding:0% 0% 0% 1%;}}#cEacsfJ>.rowListBg.rowBgEdit{background-image:url(https://img.bjyyb.net/sites/95500/95954/1756886093821773598658572288.jpg);}#cEacsfJ>.rowListBg{background:none no-repeat center center / cover;background-position:center center;}@media screen and (min-width:961px){#cEacsfJ{height:100%;}}#cvG9z4Z>.rowListBg.rowBgEdit{background-image:url(https://img.bjyyb.net/sites/95500/95954/1756888013821781650031968256.jpg);}#cvG9z4Z>.rowListBg{background:none no-repeat center center / cover;background-position:center center;}@media screen and (min-width:961px){#cvG9z4Z{height:100%;}}.row_line  .cQ9jWhLrow_col{width:100%;}.cQ9jWhLrow_col.hidden{display:none;}.cQ9jWhLrow_col>.rowListBg{background:none ;}.cQ9jWhLrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .c8E9gdErow_col{width:40%;}.c8E9gdErow_col.hidden{display:none;}.c8E9gdErow_col>.rowListBg{background:none ;}.c8E9gdErow_col>.sticky{position: sticky;z-index: 1;}.row_line  .cCNwCaVrow_col{width:60%;}.cCNwCaVrow_col.hidden{display:none;}.cCNwCaVrow_col>.rowListBg{background:none ;}.cCNwCaVrow_col>.sticky{position: sticky;z-index: 1;}@media screen and (min-width:961px){.row_line>.rowColumnBox .cCNwCaVrow_col{padding:0% 0% 0% 5%;}}.row_line  .c8qxkgvrow_col{width:100%;}.c8qxkgvrow_col.hidden{display:none;}.c8qxkgvrow_col>.rowListBg{background:none ;}.c8qxkgvrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .c8OeBQrrow_col{width:100%;}.c8OeBQrrow_col.hidden{display:none;}.c8OeBQrrow_col>.rowListBg{background:none ;}.c8OeBQrrow_col>.sticky{position: sticky;z-index: 1;}.chjkdlncL{width:33.333333333333%;}.chjkdlncL.hidden{display:none;}.chjkdlncL>.sticky{position: sticky;z-index: 1;height:auto;}.chkb11vcL{width:33.333333333333%;border-left:1px solid rgba(147,147,147,1);border-right:1px solid rgba(147,147,147,1);}.chkb11vcL.hidden{display:none;}.chkb11vcL>.sticky{position: sticky;z-index: 1;height:auto;}@media screen and (min-width:961px){.chkb11vcL{padding:0% 5% 0% 5%;}}.chjohddcL{width:33.333333333333%;}.chjohddcL.hidden{display:none;}.chjohddcL>.sticky{position: sticky;z-index: 1;height:auto;}.cfe0circL{width:60%;}.cfe0circL.hidden{display:none;}.cfe0circL>.sticky{position: sticky;z-index: 1;height:auto;}.cwlcJBJcL{width:40%;}.cwlcJBJcL.hidden{display:none;}.cwlcJBJcL>.sticky{position: sticky;z-index: 1;height:auto;}.c4BdxTz{margin:0rem 17.52% 0rem 55.77%;padding:0rem 100% 0rem 0%;}.rList .listBox .c4BdxTz .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .c4BdxTzImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .c4BdxTzImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cE1ygbD{margin:0.6rem -0.82% 0rem 41.62%;}.cE1ygbD:hover,.boxHoverParent:hover .cE1ygbD{transition: 0.3s;animation-duration:0.3s;}.rList .listBox .cE1ygbD .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cE1ygbDImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cE1ygbDImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cE1ygbD .imgHoverAn{transition-duration:0.3s;-webkit-transition-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.cI32OJI{margin:0rem 25.58% 0rem 1.96%;border-right:0px solid rgba(242,242,242,1);}.cI32OJI:hover,.boxHoverParent:hover .cI32OJI{transition: 0.3s;animation-duration:0.3s;}.rList .listBox .cI32OJI .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cI32OJIImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cI32OJIImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cI32OJI .imgHoverAn{transition-duration:0.3s;-webkit-transition-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}#cbMAgGq{margin:2.4rem 0% 0rem 0%;}.cbMAgGqUl{justify-content:center;}#cbMAgGq  .cbMAgGqLi{text-align:center;}#cbMAgGq .menuItemEqual .cbMAgGqLi{width:calc(100%/7 - 0%);}.rtlAr #cbMAgGq .menuItemEqual .cbMAgGqLi{width:calc(100%/7 - 0%);margin-right: initial;}.rtlAr #cbMAgGq .menuItemUnequal .cbMAgGqLi{margin-right: initial;}#cbMAgGq .menuItemLayout{justify-content: space-between;}#cbMAgGq .menuItemLayout .cbMAgGqLi{flex: 1 1 auto;}#cbMAgGq .menuItemLayout .cbMAgGqA{padding:8px 0px;}.cbMAgGqA{font-weight:bold;font-size:1.7rem;font-family:微软雅黑;line-height:140%;color:rgba(38,38,38,1);padding:8px 0rem;}.cbMAgGqLi:hover .cbMAgGqA{line-height:140%;color:rgba(13,50,113,1); border-bottom: 3px solid rgba(248,136,37,1);}.cbMAgGqA.selected{line-height:140%;color:rgba(13,50,113,1); border-bottom: 0px solid rgba(248,136,37,1);}.coXaMOL{background-color:rgba(0,0,0,0);}.coXaMOL>.rowListBg{background:none ;}@media screen and (min-width:961px){.coXaMOL{margin:3.62% 0% 1% 0%;padding-top:1%;padding-bottom:1%;padding-right:1%;padding-left:1%;border-left:1px solid rgba(242,242,242,1);}.coXaMOL>.gridLayout{display:grid;}.coXaMOL>.gridLayout>.rowcol{width:100%;}.coXaMOL>.gridColsUnequal{grid-template-columns: !important;}}.cxG7TdO{background-color:rgba(0,0,0,0);}.cxG7TdO>.rowListBg{background:none ;}@media screen and (min-width:961px){.cxG7TdO{margin:0% 0% 1% 0%;padding-top:1%;padding-bottom:1%;padding-right:1%;padding-left:1%;}.cxG7TdO>.gridLayout{display:grid;}.cxG7TdO>.gridLayout>.rowcol{width:100%;}.cxG7TdO>.gridColsUnequal{grid-template-columns: !important;}}.cXc9eVh{background-color:rgba(0,0,0,0);}.cXc9eVh>.rowListBg{background:none ;}@media screen and (min-width:961px){.cXc9eVh{margin:0% 0% 1% 0%;padding-top:1%;padding-bottom:1%;padding-right:1%;padding-left:1%;}.cXc9eVh>.gridLayout{display:grid;}.cXc9eVh>.gridLayout>.rowcol{width:100%;}.cXc9eVh>.gridColsUnequal{grid-template-columns: !important;}}#cg59kYH{margin:1% 0% 1% 0%;}.cg59kYHUl{justify-content:flex-end;}#cg59kYH  .cg59kYHLi{text-align:center;}#cg59kYH .menuItemEqual .cg59kYHLi{width:calc(100%/0 - 0.5%);margin-right:0.5%;}.rtlAr #cg59kYH .menuItemEqual .cg59kYHLi{width:calc(100%/0 - 0.5%);margin-left:0.5%;margin-right: initial;}#cg59kYH .menuItemUnequal .cg59kYHLi{margin-right:0.5%;}.rtlAr #cg59kYH .menuItemUnequal .cg59kYHLi{margin-right: initial;margin-left:0.5%;}#cg59kYH .menuItemLayout{gap:0.5%;justify-content: space-between;}#cg59kYH .menuItemLayout .cg59kYHLi{flex: 1 1 auto;}#cg59kYH .menuItemLayout .cg59kYHA{padding:1rem 0px;}.cg59kYHA{margin-bottom:1px;font-size:1.6rem;color:rgb(249, 249, 249);background-color:rgba(20,80,184,1);background-image:none;padding:1rem 2em;}.cg59kYHLi:hover .cg59kYHA{font-size:1.6rem;color:rgb(255, 255, 255);background-color:rgba(13,50,113,1);background-image:none;border-radius:5px;}.cg59kYHA.selected{background-color:rgba(13,50,113,1);background-image:none;font-size:1.6rem;color:rgb(255, 255, 255);}#cJIMQYd{margin:3rem 0% 3rem 0%;}#cJIMQYd .cJIMQYdLi{margin-bottom:2rem;width:calc(100%/4 - 0.1px);}#cJIMQYd .cJIMQYdLi  .listBoxHref{margin-right:1rem;margin-left:1rem;padding:5px;background:#fff;border:1px solid #eee;}#cJIMQYd.listDisplaygrid .proList{display: grid;grid-template-columns: repeat(auto-fill, minmax(, 1fr));grid-column-gap:1rem;grid-row-gap:2rem;}#cJIMQYd.listDisplaygrid .cJIMQYdLi{width:100%;}.cClP9nFA{margin:3rem 0% 0rem 0%;font-weight:bold;font-size:5rem;line-height:170%;color:rgba(255,255,255,1);}.cClP9nFA .pagepointA{font-weight:bold;font-size:5rem;line-height:170%;color:rgba(255,255,255,1);}.cClP9nFA.overflowHiding{overflow: hidden;}.cClP9nFA.overflowScrolling{overflow-y: auto;}.cDxgOeOA{font-size:3rem;line-height:170%;color:rgba(255,255,255,1);}.cDxgOeOA .pagepointA{font-size:3rem;line-height:170%;color:rgba(255,255,255,1);}.cDxgOeOA.overflowHiding{overflow: hidden;}.cDxgOeOA.overflowScrolling{overflow-y: auto;}.cFwiIxl{border-bottom:7px solid rgba(248,136,37,1);margin:0% 92% 0% 0%;}.c3mBmPwA{margin:3rem 0% 3rem 0%;font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.c3mBmPwA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.c3mBmPwA.overflowHiding{overflow: hidden;}.c3mBmPwA.overflowScrolling{overflow-y: auto;}.cLNT5QhA{margin:1% auto 10% 0%;max-width:20rem;font-size:1.6rem;color:rgba(255,255,255,1);background:rgba(248,136,37,1);border-radius:5px;border:1px solid rgba(248,136,37,1);text-align:center;}.cLNT5QhA  .cLNT5QhTe .pagepointA{font-size:1.6rem;color:rgba(255,255,255,1);}.cLNT5QhA:hover .cLNT5QhTe .pagepointA{font-size:1.6rem;color:rgba(248,136,37,1);}.cLNT5QhTextBox {padding:10px 3px 10px 3px;}.cLNT5QhA.minWidth{transition:0.3s;-webkit-transition:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.cLNT5QhA:hover,.boxHoverParent:hover .cLNT5QhA{font-size:1.6rem;color:rgba(248,136,37,1);background:rgba(33,150,243,0);}.cLNT5QhA.backgroundAnimation:before,.cLNT5QhA.backgroundBottomAna:before{background:rgba(33,150,243,0);}.cLNT5QhA.backgroundAnimation:hover,.cLNT5QhA.backgroundBottomAna:hover{background:transparent;}.cLNT5QhA:hover .pagepointA{color:rgba(248,136,37,1);}.cz6rMJPA{margin:3rem 0% 3rem 0%;padding:0% 0% 0% 2%;font-size:4rem;line-height:100%;color:rgba(255,255,255,1);border-left:10px solid rgba(248,136,37,1);}.cz6rMJPA .pagepointA{font-size:4rem;line-height:100%;color:rgba(255,255,255,1);}.cz6rMJPA.overflowHiding{overflow: hidden;}.cz6rMJPA.overflowScrolling{overflow-y: auto;}#cR1lypk{margin:10.6rem 0% 3rem 0%;}.cR1lypkLi.hoverListCont:hover{transition:0.3s;-webkit-transition:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}#cR1lypk .cR1lypkLi{margin-bottom:2rem;width:calc(100%/3 - 0.1px);}#cR1lypk .cR1lypkLi  .listBoxHref{margin-right:1rem;margin-left:1rem;background:#fff;border:1px solid rgba(255,255,255,1);}#cR1lypk .cR1lypkLi:hover .listBoxHref{transition:0.3s;animation-duration:0.3s;}#cR1lypk.listDisplaygrid .proList{display: grid;grid-template-columns: repeat(auto-fill, minmax(, 1fr));grid-column-gap:1rem;grid-row-gap:2rem;}#cR1lypk.listDisplaygrid .cR1lypkLi{width:100%;}.cWHkkqkA{margin:3rem 0% 0rem 0%;font-weight:bold;font-size:4rem;line-height:170%;color:rgba(13,50,113,1);text-align:center;}.cWHkkqkA .pagepointA{font-weight:bold;font-size:4rem;line-height:170%;color:rgba(13,50,113,1);}.cWHkkqkA.overflowHiding{overflow: hidden;}.cWHkkqkA.overflowScrolling{overflow-y: auto;}.cW9z7LBA{margin:0.441812rem 0% 0rem 0%;font-weight:bold;font-size:1.5rem;line-height:170%;color:rgba(13,50,113,1);text-align:center;}.cW9z7LBA .pagepointA{font-weight:bold;font-size:1.5rem;line-height:170%;color:rgba(13,50,113,1);}.cW9z7LBA.overflowHiding{overflow: hidden;}.cW9z7LBA.overflowScrolling{overflow-y: auto;}.cWugNxW{border-bottom:7px solid rgba(248,136,37,1);margin:0.4% 47% 0% 47%;}.cvViwYV{background-color:rgba(0,0,0,0);}.cvViwYV>.rowListBg{background:none ;}@media screen and (min-width:961px){.cvViwYV{margin:1% 0% 0% 0%;padding-top:1%;padding-right:1%;padding-left:1%;}.cvViwYV>.gridLayout{display:grid;}.cvViwYV>.gridLayout>.rowcol{width:100%;}.cvViwYV>.gridColsUnequal{grid-template-columns: !important;}}.cfQMSY4{background-color:rgba(0,0,0,0);}.cfQMSY4>.rowListBg{background:none ;}@media screen and (min-width:961px){.cfQMSY4{margin:0% 0% 1% 0%;padding-bottom:1%;padding-right:1%;padding-left:1%;}.cfQMSY4>.gridLayout{display:grid;}.cfQMSY4>.gridLayout>.rowcol{width:100%;}.cfQMSY4>.gridColsUnequal{grid-template-columns: !important;}}.cps8m3jA{margin:3.6rem 0% 0rem 0%;font-weight:bold;font-size:4rem;line-height:170%;color:rgba(13,50,113,1);text-align:center;}.cps8m3jA .pagepointA{font-weight:bold;font-size:4rem;line-height:170%;color:rgba(13,50,113,1);}.cps8m3jA.overflowHiding{overflow: hidden;}.cps8m3jA.overflowScrolling{overflow-y: auto;}.cGwMWJM{border-bottom:7px solid rgba(248,136,37,1);margin:0% 47% 0% 47%;}.cJC9EBI{background-color:rgba(0,0,0,0);}.cJC9EBI>.rowListBg{background:none ;}@media screen and (min-width:961px){.cJC9EBI{margin:1% 0% 1% 0%;padding-top:1%;padding-bottom:1%;padding-right:1%;padding-left:1%;}.cJC9EBI>.gridLayout{display:grid;}.cJC9EBI>.gridLayout>.rowcol{width:100%;}.cJC9EBI>.gridColsUnequal{grid-template-columns: !important;}}.chk2sh5A{font-weight:bold;font-size:2rem;font-family:微软雅黑;line-height:140%;color:rgba(242,242,242,1);text-align:center;}.chk2sh5A .pagepointA{font-weight:bold;font-size:2rem;font-family:微软雅黑;line-height:140%;color:rgba(242,242,242,1);}.chk2sh5A.overflowHiding{overflow: hidden;}.chk2sh5A.overflowScrolling{overflow-y: auto;}.cyXcCzI{background-color:rgba(0,0,0,0);}.cyXcCzI>.rowListBg{background:none ;}@media screen and (min-width:961px){.cyXcCzI{margin:1% 0% 1% 0%;padding-top:1%;padding-bottom:1%;padding-right:1%;padding-left:1%;}.cyXcCzI>.gridLayout{display:grid;}.cyXcCzI>.gridLayout>.rowcol{width:100%;}.cyXcCzI>.gridColsUnequal{grid-template-columns: !important;}}.ctL7U97A{margin:0rem 0% 1rem 0%;font-weight:bold;font-size:2rem;font-family:微软雅黑;line-height:140%;color:rgba(242,242,242,1);text-align:left;}.ctL7U97A .pagepointA{font-weight:bold;font-size:2rem;font-family:微软雅黑;line-height:140%;color:rgba(242,242,242,1);}.ctL7U97A.overflowHiding{overflow: hidden;}.ctL7U97A.overflowScrolling{overflow-y: auto;}.cCYjoz8A{margin:0% auto 0% 0%;max-width:30rem;font-size:1.6rem;color:rgba(242,242,242,1);background:rgba(109,182,93,0);border-radius:5px;text-align:left;}.cCYjoz8A.minWidth{transition:0.3s;animation-duration:0.3s;}.cCYjoz8A:hover,.boxHoverParent:hover .cCYjoz8A{font-size:1.6rem;color:rgba(248,136,37,1);background:rgba(70,152,52,0);}.cCYjoz8A  .cCYjoz8Te .pagepointA{font-size:1.6rem;color:rgba(242,242,242,1);}.cCYjoz8A:hover .cCYjoz8Te .pagepointA{font-size:1.6rem;color:rgba(248,136,37,1);}.cCYjoz8TextBox {padding:5px 5px 5px 5px;}.cCYjoz8Ic{max-width:2.5rem;max-height:2.5rem;line-height:2.5rem;font-size:2.5rem;}.cCYjoz8A:hover .cCYjoz8Ic,.boxHoverParent:hover .cCYjoz8A .cCYjoz8Ic{color:rgba(248,136,37,1);}.cCYjoz8Ic .btnImg{width:2.5rem;height:2.5rem;}.cCYjoz8A:hover .pagepointA{color:rgba(248,136,37,1);}.cCYjoz8A.backgroundAnimation:before,.cCYjoz8A.backgroundBottomAna:before{background:rgba(70,152,52,0);}.cCYjoz8A.backgroundAnimation:hover,.cCYjoz8A.backgroundBottomAna:hover{background:transparent;}.cCYjoz8Te{padding-left:10px;}.cdVv5GqA{margin:0% auto 0% 0%;max-width:30rem;font-size:1.6rem;color:rgba(242,242,242,1);background:rgba(109,182,93,0);border-radius:5px;text-align:left;}.cdVv5GqA.minWidth{transition:0.3s;animation-duration:0.3s;}.cdVv5GqA:hover,.boxHoverParent:hover .cdVv5GqA{font-size:1.6rem;color:rgba(248,136,37,1);background:rgba(70,152,52,0);}.cdVv5GqA  .cdVv5GqTe .pagepointA{font-size:1.6rem;color:rgba(242,242,242,1);}.cdVv5GqA:hover .cdVv5GqTe .pagepointA{font-size:1.6rem;color:rgba(248,136,37,1);}.cdVv5GqTextBox {padding:5px 5px 5px 5px;}.cdVv5GqIc{max-width:2.5rem;max-height:2.5rem;line-height:2.5rem;font-size:2.5rem;}.cdVv5GqA:hover .cdVv5GqIc,.boxHoverParent:hover .cdVv5GqA .cdVv5GqIc{color:rgba(248,136,37,1);}.cdVv5GqIc .btnImg{width:2.5rem;height:2.5rem;}.cdVv5GqA:hover .pagepointA{color:rgba(248,136,37,1);}.cdVv5GqA.backgroundAnimation:before,.cdVv5GqA.backgroundBottomAna:before{background:rgba(70,152,52,0);}.cdVv5GqA.backgroundAnimation:hover,.cdVv5GqA.backgroundBottomAna:hover{background:transparent;}.cdVv5GqTe{padding-left:10px;}.cvaiVHyA{margin:0% auto 0% 0%;max-width:30rem;font-size:1.6rem;color:rgba(242,242,242,1);background:rgba(109,182,93,0);border-radius:5px;text-align:left;}.cvaiVHyA.minWidth{transition:0.3s;animation-duration:0.3s;}.cvaiVHyA:hover,.boxHoverParent:hover .cvaiVHyA{font-size:1.6rem;color:rgba(248,136,37,1);background:rgba(70,152,52,0);}.cvaiVHyA  .cvaiVHyTe .pagepointA{font-size:1.6rem;color:rgba(242,242,242,1);}.cvaiVHyA:hover .cvaiVHyTe .pagepointA{font-size:1.6rem;color:rgba(248,136,37,1);}.cvaiVHyTextBox {padding:5px 5px 5px 5px;}.cvaiVHyIc{max-width:2.5rem;max-height:2.5rem;line-height:2.5rem;font-size:2.5rem;}.cvaiVHyA:hover .cvaiVHyIc,.boxHoverParent:hover .cvaiVHyA .cvaiVHyIc{color:rgba(248,136,37,1);}.cvaiVHyIc .btnImg{width:2.5rem;height:2.5rem;}.cvaiVHyA:hover .pagepointA{color:rgba(248,136,37,1);}.cvaiVHyA.backgroundAnimation:before,.cvaiVHyA.backgroundBottomAna:before{background:rgba(70,152,52,0);}.cvaiVHyA.backgroundAnimation:hover,.cvaiVHyA.backgroundBottomAna:hover{background:transparent;}.cvaiVHyTe{padding-left:10px;}.cvJexl5A{margin:0% auto 0% 0%;max-width:30rem;font-size:1.6rem;color:rgba(242,242,242,1);background:rgba(109,182,93,0);border-radius:5px;text-align:left;}.cvJexl5A.minWidth{transition:0.3s;animation-duration:0.3s;}.cvJexl5A:hover,.boxHoverParent:hover .cvJexl5A{font-size:1.6rem;color:rgba(248,136,37,1);background:rgba(70,152,52,0);}.cvJexl5A  .cvJexl5Te .pagepointA{font-size:1.6rem;color:rgba(242,242,242,1);}.cvJexl5A:hover .cvJexl5Te .pagepointA{font-size:1.6rem;color:rgba(248,136,37,1);}.cvJexl5TextBox {padding:5px 5px 5px 5px;}.cvJexl5Ic{max-width:2.5rem;max-height:2.5rem;line-height:2.5rem;font-size:2.5rem;}.cvJexl5A:hover .cvJexl5Ic,.boxHoverParent:hover .cvJexl5A .cvJexl5Ic{color:rgba(248,136,37,1);}.cvJexl5Ic .btnImg{width:2.5rem;height:2.5rem;}.cvJexl5A:hover .pagepointA{color:rgba(248,136,37,1);}.cvJexl5A.backgroundAnimation:before,.cvJexl5A.backgroundBottomAna:before{background:rgba(70,152,52,0);}.cvJexl5A.backgroundAnimation:hover,.cvJexl5A.backgroundBottomAna:hover{background:transparent;}.cvJexl5Te{padding-left:10px;}.cOxfHoJA{margin:0% auto 0% 0%;max-width:13.9rem;font-size:1.6rem;color:rgba(242,242,242,1);background:rgba(255,255,255,0);border-radius:5px;text-align:center;}.cOxfHoJA.minWidth{transition:0.3s;animation-duration:0.3s;}.cOxfHoJA:hover,.boxHoverParent:hover .cOxfHoJA{font-size:1.6rem;color:rgba(248,136,37,1);background:rgba(70,152,52,0);}.cOxfHoJA  .cOxfHoJTe .pagepointA{font-size:1.6rem;color:rgba(242,242,242,1);}.cOxfHoJA:hover .cOxfHoJTe .pagepointA{font-size:1.6rem;color:rgba(248,136,37,1);}.cOxfHoJTextBox {padding:5px 5px 5px 5px;}.cOxfHoJIc{max-width:2.5rem;max-height:2.5rem;line-height:2.5rem;font-size:2.5rem;}.cOxfHoJA:hover .cOxfHoJIc,.boxHoverParent:hover .cOxfHoJA .cOxfHoJIc{color:rgba(248,136,37,1);}.cOxfHoJIc .btnImg{width:2.5rem;height:2.5rem;}.cOxfHoJA:hover .pagepointA{color:rgba(248,136,37,1);}.cOxfHoJA.backgroundAnimation:before,.cOxfHoJA.backgroundBottomAna:before{background:rgba(70,152,52,0);}.cOxfHoJA.backgroundAnimation:hover,.cOxfHoJA.backgroundBottomAna:hover{background:transparent;}.cOxfHoJTe{padding-left:10px;}.cVm4GTYA{margin:0rem 0% 1rem 5%;font-weight:bold;font-size:2rem;font-family:微软雅黑;line-height:140%;color:rgba(242,242,242,1);text-align:left;}.cVm4GTYA .pagepointA{font-weight:bold;font-size:2rem;font-family:微软雅黑;line-height:140%;color:rgba(242,242,242,1);}.cVm4GTYA.overflowHiding{overflow: hidden;}.cVm4GTYA.overflowScrolling{overflow-y: auto;}.cqxlZE4{background-color:rgba(0,0,0,0);}.cqxlZE4>.rowListBg{background:none ;}@media screen and (min-width:961px){.cqxlZE4{margin:1% 0% 1% 0%;padding-top:1%;padding-bottom:1%;padding-right:30%;padding-left:1%;}.cqxlZE4>.gridLayout{display:grid;}.cqxlZE4>.gridLayout>.rowcol{width:100%;}.cqxlZE4>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:585px){#document>.auto-margin>.cqxlZE4{padding-right:30%;padding-left:1%;padding-left:calc((100% - 403.65px) / 31 * 1);padding-right:calc((100% - 403.65px) / 31 * 30);}}.cfe3dkhA{margin:0% 2% 0% 2%;font-size:14px;font-family:Arial;line-height:24px;color:rgb(217, 217, 217);text-align:right;}.cfe3dkhA .pagepointA{font-size:14px;font-family:Arial;line-height:24px;color:rgb(217, 217, 217);}.cfe3dkhA.overflowHiding{overflow: hidden;}.cfe3dkhA.overflowScrolling{overflow-y: auto;}.cURmffgA{font-size:1.4rem;font-family:Arial;line-height:170%;color:rgb(217, 217, 217);text-decoration:underline;}.cURmffgA .pagepointA{font-size:1.4rem;font-family:Arial;line-height:170%;color:rgb(217, 217, 217);text-decoration:underline;}.cURmffgA.overflowHiding{overflow: hidden;}.cURmffgA.overflowScrolling{overflow-y: auto;}.row_line  .cAv6JTRrow_col{width:30%;}.cAv6JTRrow_col.hidden{display:none;}.cAv6JTRrow_col>.rowListBg{background:none ;}.cAv6JTRrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .c3wNodXrow_col{width:70%;}.c3wNodXrow_col.hidden{display:none;}.c3wNodXrow_col>.rowListBg{background:none ;}.c3wNodXrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .ckvv9pVrow_col{width:50%;}.ckvv9pVrow_col.hidden{display:none;}.ckvv9pVrow_col>.rowListBg{background:none ;}.ckvv9pVrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .cXlhwLurow_col{width:50%;}.cXlhwLurow_col.hidden{display:none;}.cXlhwLurow_col>.rowListBg{background:none ;}.cXlhwLurow_col>.sticky{position: sticky;z-index: 1;}.row_line  .cQm2HVtrow_col{width:37%;}.cQm2HVtrow_col.hidden{display:none;}.cQm2HVtrow_col>.rowListBg{background:none ;}.cQm2HVtrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .c70U0Airow_col{width:63%;}.c70U0Airow_col.hidden{display:none;}.c70U0Airow_col>.rowListBg{background:none ;}.c70U0Airow_col>.sticky{position: sticky;z-index: 1;}.row_line  .cabVMexrow_col{width:33.33%;}.cabVMexrow_col.hidden{display:none;}.cabVMexrow_col>.rowListBg{background:none ;}.cabVMexrow_col>.sticky{position: sticky;z-index: 1;}@media screen and (min-width:961px){.row_line>.rowColumnBox .cabVMexrow_col{padding:1% 1% 1% 1%;}}.row_line  .cxvnEbjrow_col{width:33.33%;}.cxvnEbjrow_col.hidden{display:none;}.cxvnEbjrow_col>.rowListBg{background:none ;}.cxvnEbjrow_col>.sticky{position: sticky;z-index: 1;}@media screen and (min-width:961px){.row_line>.rowColumnBox .cxvnEbjrow_col{padding:1% 1% 1% 1%;}}.row_line  .ccb7RD1row_col{width:33.33%;}.ccb7RD1row_col.hidden{display:none;}.ccb7RD1row_col>.rowListBg{background:none ;}.ccb7RD1row_col>.sticky{position: sticky;z-index: 1;}@media screen and (min-width:961px){.row_line>.rowColumnBox .ccb7RD1row_col{padding:1% 1% 1% 1%;}}.row_line  .c8JXmOTrow_col{width:33.33%;}.c8JXmOTrow_col.hidden{display:none;}.c8JXmOTrow_col>.rowListBg{background:none ;}.c8JXmOTrow_col>.sticky{position: sticky;z-index: 1;}@media screen and (min-width:961px){.row_line>.rowColumnBox .c8JXmOTrow_col{padding:1% 1% 1% 1%;}}.row_line  .cBCZmSNrow_col{width:33.33%;}.cBCZmSNrow_col.hidden{display:none;}.cBCZmSNrow_col>.rowListBg{background:none ;}.cBCZmSNrow_col>.sticky{position: sticky;z-index: 1;}@media screen and (min-width:961px){.row_line>.rowColumnBox .cBCZmSNrow_col{padding:1% 1% 1% 1%;}}.row_line  .cehgf24row_col{width:33.33%;}.cehgf24row_col.hidden{display:none;}.cehgf24row_col>.rowListBg{background:none ;}.cehgf24row_col>.sticky{position: sticky;z-index: 1;}@media screen and (min-width:961px){.row_line>.rowColumnBox .cehgf24row_col{padding:1% 1% 1% 1%;}}.row_line  .cwx2NOLrow_col{width:50%;}.cwx2NOLrow_col.hidden{display:none;}.cwx2NOLrow_col>.rowListBg{background:none ;}.cwx2NOLrow_col>.sticky{position: sticky;z-index: 1;}@media screen and (min-width:961px){.row_line>.rowColumnBox .cwx2NOLrow_col{padding:0% 2% 0% 0%;}}.row_line  .cAMRcTIrow_col{width:50%;}.cAMRcTIrow_col.hidden{display:none;}.cAMRcTIrow_col>.rowListBg{background:none ;}.cAMRcTIrow_col>.sticky{position: sticky;z-index: 1;}@media screen and (min-width:961px){.row_line>.rowColumnBox .cAMRcTIrow_col{padding:0% 0% 0% 2%;}}.row_line  .cCd3I4xrow_col{width:50%;}.cCd3I4xrow_col.hidden{display:none;}.cCd3I4xrow_col>.rowListBg{background:none ;}.cCd3I4xrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .ck8jLp8row_col{width:50%;}.ck8jLp8row_col.hidden{display:none;}.ck8jLp8row_col>.rowListBg{background:none ;}.ck8jLp8row_col>.sticky{position: sticky;z-index: 1;}.row_line  .c31PWSBrow_col{width:50%;}.c31PWSBrow_col.hidden{display:none;}.c31PWSBrow_col>.rowListBg{background:none ;}.c31PWSBrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .cFdQ8NVrow_col{width:50%;}.cFdQ8NVrow_col.hidden{display:none;}.cFdQ8NVrow_col>.rowListBg{background:none ;}.cFdQ8NVrow_col>.sticky{position: sticky;z-index: 1;}.clKqt4dA{margin:1% auto 1% auto;}.clKqt4dA.btnAnati{transition:0.3s;animation-duration:0.3s;}.clKqt4dIc{padding:15px 15px 15px 15px;width:4rem;height:4rem;line-height:4rem;font-size:4rem;color:#fff;background:rgba(255,255,255,1);border-radius:60px;}.clKqt4dIc:hover,.boxHoverParent:hover .clKqt4dIc{font-size:4rem;color:#fff;transition:0.3s;animation-duration:0.3s;}.clKqt4dIc .btnImg{width:4rem;height:4rem;}.clKqt4dA:hover .clKqt4dIc .btnImg{width:4rem;height:4rem;}.cFH1QkWA{margin:1.2rem 0% 0rem 0%;font-weight:bold;font-size:2rem;line-height:120%;color:rgba(158,30,26,1);}.cFH1QkWA .pagepointA{font-weight:bold;font-size:2rem;line-height:120%;color:rgba(158,30,26,1);}.cFH1QkWA.overflowHiding{overflow: hidden;}.cFH1QkWA.overflowScrolling{overflow-y: auto;}.proList .cFH1QkWA .textLineP,.proList .cFH1QkWA .textLineP>p{line-clamp:1;-webkit-line-clamp:1;}.cWyPVC8A{font-weight:bold;font-size:2rem;line-height:120%;color:rgba(158,30,26,1);}.cWyPVC8A .pagepointA{font-weight:bold;font-size:2rem;line-height:120%;color:rgba(158,30,26,1);}.cWyPVC8A.overflowHiding{overflow: hidden;}.cWyPVC8A.overflowScrolling{overflow-y: auto;}.proList .cWyPVC8A .textLineP,.proList .cWyPVC8A .textLineP>p{line-clamp:1;-webkit-line-clamp:1;}.ch2DXFGA{margin:14rem 0% 3rem 0%;font-weight:bold;font-size:5rem;line-height:170%;color:rgba(13,50,113,1);text-align:center;}.ch2DXFGA .pagepointA{font-weight:bold;font-size:5rem;line-height:170%;color:rgba(13,50,113,1);}.ch2DXFGA.overflowHiding{overflow: hidden;}.ch2DXFGA.overflowScrolling{overflow-y: auto;}.cNCcSbtA{margin:3rem 0% 3rem 0%;font-size:2.4rem;line-height:170%;color:#000000;text-align:center;}.cNCcSbtA .pagepointA{font-size:2.4rem;line-height:170%;color:#000000;}.cNCcSbtA.overflowHiding{overflow: hidden;}.cNCcSbtA.overflowScrolling{overflow-y: auto;}.c6ay2H8{background-color:rgba(0,0,0,0);}.c6ay2H8>.rowListBg{background:none ;}@media screen and (min-width:961px){.c6ay2H8{margin:1% 0 1% 0;padding-top:1%;padding-bottom:1%;padding-right:1%;padding-left:1%;}.c6ay2H8>.gridLayout{display:grid;}.c6ay2H8>.gridLayout>.rowcol{width:100%;}.c6ay2H8>.gridColsUnequal{grid-template-columns: !important;}}.cJMS39o{background-color:rgba(0,0,0,0);}.cJMS39o>.rowListBg{background:none ;}@media screen and (min-width:961px){.cJMS39o{margin:1% 0 1% 0;padding-top:1%;padding-bottom:1%;padding-right:1%;padding-left:1%;}.cJMS39o>.gridLayout{display:grid;}.cJMS39o>.gridLayout>.rowcol{width:100%;}.cJMS39o>.gridColsUnequal{grid-template-columns: !important;}}.c1SWuzBA{margin:20.8rem 0% 3rem 0%;font-weight:bold;font-size:5rem;line-height:170%;color:rgba(255,255,255,1);text-align:left;}.c1SWuzBA .pagepointA{font-weight:bold;font-size:5rem;line-height:170%;color:rgba(255,255,255,1);}.c1SWuzBA.overflowHiding{overflow: hidden;}.c1SWuzBA.overflowScrolling{overflow-y: auto;}.cddwzIl{border-bottom:7px solid rgba(248,136,37,1);margin:3% 80.61% 3% 0%;}.cZAscReA{margin:3rem 0% 3rem 0%;font-size:2rem;line-height:170%;color:rgba(255,255,255,1);text-align:left;}.cZAscReA .pagepointA{font-size:2rem;line-height:170%;color:rgba(255,255,255,1);}.cZAscReA.overflowHiding{overflow: hidden;}.cZAscReA.overflowScrolling{overflow-y: auto;}.cpKcWV8{background-color:rgba(0,0,0,0);}.cpKcWV8>.rowListBg{background:none ;}@media screen and (min-width:961px){.cpKcWV8{margin:17.55% 0% 1% 0%;padding-top:1%;padding-bottom:1%;padding-right:1%;padding-left:1%;}.cpKcWV8>.gridLayout{display:grid;}.cpKcWV8>.gridLayout>.rowcol{width:100%;}.cpKcWV8>.gridColsUnequal{grid-template-columns: !important;}}.ciI6a2X:hover,.boxHoverParent:hover .ciI6a2X{transition: 0.3s;animation-duration:0.3s;}.ciI6a2X .Imgbox{padding-top:76.388888888889%;}.rList .listBox .ciI6a2X .Imgbox{padding-top:76.388888888889%;}.rList .listBox .Imgbox .ciI6a2XImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .ciI6a2XImg{object-fit:contain!important;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.ciI6a2X .imgHoverAn{transition-duration:0.3s;-webkit-transition-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.czd6Cb0A{padding:1rem .5rem 1rem .5rem;font-weight:normal;font-size:1.6rem;line-height:150%;color:rgba(63,63,63,1);text-align:center;border-top:1px solid rgba(242,242,242,1);min-height:3.2rem;}.czd6Cb0A .pagepointA{font-weight:normal;font-size:1.6rem;line-height:150%;color:rgba(63,63,63,1);}.czd6Cb0A.overflowHiding{overflow: hidden; height:3.2rem;}.czd6Cb0A.overflowScrolling{overflow-y: auto; height:3.2rem;}.czd6Cb0A:hover,.proList .listBox:hover .listBoxHref .czd6Cb0A,.boxHoverParent:hover .czd6Cb0A{background-color:rgba(242,242,242,1);}.proList .czd6Cb0A .textLineP,.proList .czd6Cb0A .textLineP>p{line-clamp:1;-webkit-line-clamp:1;}.cafqCu5:hover,.boxHoverParent:hover .cafqCu5{transition: 0.3s;animation-duration:0.3s;}.cafqCu5 .Imgbox{padding-top:78.498293515358%;}.rList .listBox .cafqCu5 .Imgbox{padding-top:78.498293515358%;}.rList .listBox .Imgbox .cafqCu5Img,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cafqCu5Img{object-fit:cover!important;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cafqCu5 .imgHoverAn{transition-duration:0.3s;-webkit-transition-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}#cryXRI8{margin:1% 0% 1% 0%;}#cryXRI8 .fixedHeight{height:300px;overflow:hidden;}#cryXRI8 .fixedHeight>.boxCont {height:100%;}#cryXRI8 .hoverBoxParent>.boxCont,#cryXRI8 .hoverBoxPopup>.boxCont{padding:1% 10% 1% 10%;}#c03Zwvw{margin:1% 0% 1% 0%;}#c03Zwvw .fixedHeight{height:300px;overflow:hidden;}#c03Zwvw .fixedHeight>.boxCont {height:100%;}#c03Zwvw .hoverBoxParent>.boxCont,#c03Zwvw .hoverBoxPopup>.boxCont{padding:1% 10% 1% 10%;}#cJ5Re01{margin:1% 0% 1% 0%;}#cJ5Re01 .fixedHeight{height:300px;overflow:hidden;}#cJ5Re01 .fixedHeight>.boxCont {height:100%;}#cJ5Re01 .hoverBoxParent>.boxCont,#cJ5Re01 .hoverBoxPopup>.boxCont{padding:1% 10% 1% 10%;}#cGhQLsS{margin:1% 0% 1% 0%;}#cGhQLsS .fixedHeight{height:300px;overflow:hidden;}#cGhQLsS .fixedHeight>.boxCont {height:100%;}#cGhQLsS .hoverBoxParent>.boxCont,#cGhQLsS .hoverBoxPopup>.boxCont{padding:1% 10% 1% 10%;}#cu0NYms{margin:1% 0% 1% 0%;}#cu0NYms .fixedHeight{height:300px;overflow:hidden;}#cu0NYms .fixedHeight>.boxCont {height:100%;}#cu0NYms .hoverBoxParent>.boxCont,#cu0NYms .hoverBoxPopup>.boxCont{padding:1% 10% 1% 10%;}#cQVPySH{margin:1% 0% 1% 0%;}#cQVPySH .fixedHeight{height:300px;overflow:hidden;}#cQVPySH .fixedHeight>.boxCont {height:100%;}#cQVPySH .hoverBoxParent>.boxCont,#cQVPySH .hoverBoxPopup>.boxCont{padding:1% 10% 1% 10%;}#c0de9cm{margin:3rem 0% 3rem 0%;}#c0de9cm .c0de9cmLi{width:calc(100%/1 - 0.1px);}#c0de9cm .c0de9cmLi  .listBoxHref{padding:5px;background:#fff;}#c0de9cm .c0de9cmLi:hover .listBoxHref{background:rgba(204,0,0,0);}#cth6vDG{margin:3rem 0% 3rem 0%;}#cth6vDG .cth6vDGLi{width:calc(100%/1 - 0.1px);}#cth6vDG .cth6vDGLi  .listBoxHref{padding:5px;background:#fff;}#cth6vDG .cth6vDGLi:hover .listBoxHref{background:rgba(204,0,0,0);}.cgYs0kKA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cgYs0kKA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.cgYs0kKA.overflowHiding{overflow: hidden;}.cgYs0kKA.overflowScrolling{overflow-y: auto;}.cgYs0kKA:hover,.proList .listBox:hover .listBoxHref .cgYs0kKA,.boxHoverParent:hover .cgYs0kKA{color:rgba(248,136,37,1);}.proList .cgYs0kKA .textLineP,.proList .cgYs0kKA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.cgYs0kKA:hover .pagepointA{color:rgba(248,136,37,1);}.cXm47lGA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cXm47lGA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.cXm47lGA.overflowHiding{overflow: hidden;}.cXm47lGA.overflowScrolling{overflow-y: auto;}.cXm47lGA:hover,.proList .listBox:hover .listBoxHref .cXm47lGA,.boxHoverParent:hover .cXm47lGA{color:rgba(248,136,37,1);}.proList .cXm47lGA .textLineP,.proList .cXm47lGA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.cXm47lGA:hover .pagepointA{color:rgba(248,136,37,1);}.cYAkw8HA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cYAkw8HA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.cYAkw8HA.overflowHiding{overflow: hidden;}.cYAkw8HA.overflowScrolling{overflow-y: auto;}.cYAkw8HA:hover,.proList .listBox:hover .listBoxHref .cYAkw8HA,.boxHoverParent:hover .cYAkw8HA{color:rgba(248,136,37,1);}.proList .cYAkw8HA .textLineP,.proList .cYAkw8HA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.cYAkw8HA:hover .pagepointA{color:rgba(248,136,37,1);}.cuRmblZA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cuRmblZA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.cuRmblZA.overflowHiding{overflow: hidden;}.cuRmblZA.overflowScrolling{overflow-y: auto;}.cuRmblZA:hover,.proList .listBox:hover .listBoxHref .cuRmblZA,.boxHoverParent:hover .cuRmblZA{color:rgba(248,136,37,1);}.proList .cuRmblZA .textLineP,.proList .cuRmblZA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.cuRmblZA:hover .pagepointA{color:rgba(248,136,37,1);}.cb0dswtA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cb0dswtA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.cb0dswtA.overflowHiding{overflow: hidden;}.cb0dswtA.overflowScrolling{overflow-y: auto;}.cb0dswtA:hover,.proList .listBox:hover .listBoxHref .cb0dswtA,.boxHoverParent:hover .cb0dswtA{color:rgba(248,136,37,1);}.proList .cb0dswtA .textLineP,.proList .cb0dswtA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.cb0dswtA:hover .pagepointA{color:rgba(248,136,37,1);}.c87ucpMA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.c87ucpMA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.c87ucpMA.overflowHiding{overflow: hidden;}.c87ucpMA.overflowScrolling{overflow-y: auto;}.c87ucpMA:hover,.proList .listBox:hover .listBoxHref .c87ucpMA,.boxHoverParent:hover .c87ucpMA{color:rgba(248,136,37,1);}.proList .c87ucpMA .textLineP,.proList .c87ucpMA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.c87ucpMA:hover .pagepointA{color:rgba(248,136,37,1);}.cIzbCFcA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cIzbCFcA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.cIzbCFcA.overflowHiding{overflow: hidden;}.cIzbCFcA.overflowScrolling{overflow-y: auto;}.cIzbCFcA:hover,.proList .listBox:hover .listBoxHref .cIzbCFcA,.boxHoverParent:hover .cIzbCFcA{color:rgba(248,136,37,1);}.proList .cIzbCFcA .textLineP,.proList .cIzbCFcA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.cIzbCFcA:hover .pagepointA{color:rgba(248,136,37,1);}.c6Jsb8qA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.c6Jsb8qA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.c6Jsb8qA.overflowHiding{overflow: hidden;}.c6Jsb8qA.overflowScrolling{overflow-y: auto;}.c6Jsb8qA:hover,.proList .listBox:hover .listBoxHref .c6Jsb8qA,.boxHoverParent:hover .c6Jsb8qA{color:rgba(248,136,37,1);}.proList .c6Jsb8qA .textLineP,.proList .c6Jsb8qA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.c6Jsb8qA:hover .pagepointA{color:rgba(248,136,37,1);}.c559ju5A{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.c559ju5A .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.c559ju5A.overflowHiding{overflow: hidden;}.c559ju5A.overflowScrolling{overflow-y: auto;}.c559ju5A:hover,.proList .listBox:hover .listBoxHref .c559ju5A,.boxHoverParent:hover .c559ju5A{color:rgba(248,136,37,1);}.proList .c559ju5A .textLineP,.proList .c559ju5A .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.c559ju5A:hover .pagepointA{color:rgba(248,136,37,1);}.cXEYi1xA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cXEYi1xA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.cXEYi1xA.overflowHiding{overflow: hidden;}.cXEYi1xA.overflowScrolling{overflow-y: auto;}.cXEYi1xA:hover,.proList .listBox:hover .listBoxHref .cXEYi1xA,.boxHoverParent:hover .cXEYi1xA{color:rgba(248,136,37,1);}.proList .cXEYi1xA .textLineP,.proList .cXEYi1xA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.cXEYi1xA:hover .pagepointA{color:rgba(248,136,37,1);}.c0z7rFkA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.c0z7rFkA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.c0z7rFkA.overflowHiding{overflow: hidden;}.c0z7rFkA.overflowScrolling{overflow-y: auto;}.c0z7rFkA:hover,.proList .listBox:hover .listBoxHref .c0z7rFkA,.boxHoverParent:hover .c0z7rFkA{color:rgba(248,136,37,1);}.proList .c0z7rFkA .textLineP,.proList .c0z7rFkA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.c0z7rFkA:hover .pagepointA{color:rgba(248,136,37,1);}.co5OMK1A{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.co5OMK1A .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.co5OMK1A.overflowHiding{overflow: hidden;}.co5OMK1A.overflowScrolling{overflow-y: auto;}.co5OMK1A:hover,.proList .listBox:hover .listBoxHref .co5OMK1A,.boxHoverParent:hover .co5OMK1A{color:rgba(248,136,37,1);}.proList .co5OMK1A .textLineP,.proList .co5OMK1A .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.co5OMK1A:hover .pagepointA{color:rgba(248,136,37,1);}.caJ54kcA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.caJ54kcA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.caJ54kcA.overflowHiding{overflow: hidden;}.caJ54kcA.overflowScrolling{overflow-y: auto;}.caJ54kcA:hover,.proList .listBox:hover .listBoxHref .caJ54kcA,.boxHoverParent:hover .caJ54kcA{color:rgba(248,136,37,1);}.proList .caJ54kcA .textLineP,.proList .caJ54kcA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.caJ54kcA:hover .pagepointA{color:rgba(248,136,37,1);}.cd1WqlsA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cd1WqlsA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(255,255,255,1);}.cd1WqlsA.overflowHiding{overflow: hidden;}.cd1WqlsA.overflowScrolling{overflow-y: auto;}.cd1WqlsA:hover,.proList .listBox:hover .listBoxHref .cd1WqlsA,.boxHoverParent:hover .cd1WqlsA{color:rgba(248,136,37,1);}.proList .cd1WqlsA .textLineP,.proList .cd1WqlsA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.cd1WqlsA:hover .pagepointA{color:rgba(248,136,37,1);}.cTdFzOg{margin:0rem 10% 0rem 10%;}.cTdFzOg:hover,.boxHoverParent:hover .cTdFzOg{transition: 0.3s;animation-duration:0.3s;}.rList .listBox .cTdFzOg .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cTdFzOgImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cTdFzOgImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cTdFzOg .imgHoverAn{transition-duration:0.3s;-webkit-transition-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.c33fLCfA{margin:0rem 0% 3rem 0%;font-size:1.6rem;line-height:170%;color:rgba(242,242,242,1);text-align:center;}.c33fLCfA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(242,242,242,1);}.c33fLCfA.overflowHiding{overflow: hidden;}.c33fLCfA.overflowScrolling{overflow-y: auto;}.cNcFvVh{margin:0rem 10% 0rem 10%;}.cNcFvVh:hover,.boxHoverParent:hover .cNcFvVh{transition: 0.3s;animation-duration:0.3s;}.rList .listBox .cNcFvVh .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cNcFvVhImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cNcFvVhImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cNcFvVh .imgHoverAn{transition-duration:0.3s;-webkit-transition-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.cFf8RMeA{margin:0rem 0% 3rem 0%;font-size:1.6rem;line-height:170%;color:rgba(242,242,242,1);text-align:center;}.cFf8RMeA .pagepointA{font-size:1.6rem;line-height:170%;color:rgba(242,242,242,1);}.cFf8RMeA.overflowHiding{overflow: hidden;}.cFf8RMeA.overflowScrolling{overflow-y: auto;}.row_line  .cqFE3wmrow_col{width:33.33%;}.cqFE3wmrow_col.hidden{display:none;}.cqFE3wmrow_col>.rowListBg{background:none ;}.cqFE3wmrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .c4sv6inrow_col{width:33.33%;}.c4sv6inrow_col.hidden{display:none;}.c4sv6inrow_col>.rowListBg{background:none ;}.c4sv6inrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .cGaJ1wurow_col{width:33.33%;}.cGaJ1wurow_col.hidden{display:none;}.cGaJ1wurow_col>.rowListBg{background:none ;}.cGaJ1wurow_col>.sticky{position: sticky;z-index: 1;}.row_line  .cam7VDqrow_col{width:60%;}.cam7VDqrow_col.hidden{display:none;}.cam7VDqrow_col>.rowListBg{background:none ;}.cam7VDqrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .cMaWTgUrow_col{width:40%;}.cMaWTgUrow_col.hidden{display:none;}.cMaWTgUrow_col>.rowListBg{background:none ;}.cMaWTgUrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .c5kvhojrow_col{width:50%;}.c5kvhojrow_col.hidden{display:none;}.c5kvhojrow_col>.rowListBg{background:none ;}.c5kvhojrow_col>.sticky{position: sticky;z-index: 1;}.row_line  .cZfjHRWrow_col{width:50%;}.cZfjHRWrow_col.hidden{display:none;}.cZfjHRWrow_col>.rowListBg{background:none ;}.cZfjHRWrow_col>.sticky{position: sticky;z-index: 1;}.cLEqYjaboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.cLEqYjaboxCont.overflowScrolling{overflow-y: auto;}.cLEqYjaboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:1;border-radius:5px;}.cSuJISWboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.cSuJISWboxCont.overflowScrolling{overflow-y: auto;}.cSuJISWboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:0.5;border-radius:5px;}.clbjG4BboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.clbjG4BboxCont.overflowScrolling{overflow-y: auto;}.clbjG4BboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:1;border-radius:5px;}.c9EBNHsboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.c9EBNHsboxCont.overflowScrolling{overflow-y: auto;}.c9EBNHsboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:0.5;border-radius:5px;}.clx0TpBboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.clx0TpBboxCont.overflowScrolling{overflow-y: auto;}.clx0TpBboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:1;border-radius:5px;}.cctd9U8boxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.cctd9U8boxCont.overflowScrolling{overflow-y: auto;}.cctd9U8boxCont>.rowListBg{background:none no-repeat center center / cover;opacity:0.5;border-radius:5px;}.chS14BbboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.chS14BbboxCont.overflowScrolling{overflow-y: auto;}.chS14BbboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:1;border-radius:5px;}.cZVJBpBboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.cZVJBpBboxCont.overflowScrolling{overflow-y: auto;}.cZVJBpBboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:0.5;border-radius:5px;}.c60zNviboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.c60zNviboxCont.overflowScrolling{overflow-y: auto;}.c60zNviboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:1;border-radius:5px;}.cDXelefboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.cDXelefboxCont.overflowScrolling{overflow-y: auto;}.cDXelefboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:0.5;border-radius:5px;}.cHZ7B2LboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.cHZ7B2LboxCont.overflowScrolling{overflow-y: auto;}.cHZ7B2LboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:1;border-radius:5px;}.cgIYNPkboxCont{background-color:rgba(13,13,13,1);border-radius:5px;}.cgIYNPkboxCont.overflowScrolling{overflow-y: auto;}.cgIYNPkboxCont>.rowListBg{background:none no-repeat center center / cover;opacity:0.5;border-radius:5px;}.c0Vq9k0A{margin:1rem auto 1rem auto;max-width:20rem;font-weight:bold;font-size:2rem;color:#f9f9f9;background:rgba(248,136,37,1);border-radius:25px;border:0px solid #2196f3;text-align:center;}.c0Vq9k0A  .c0Vq9k0Te .pagepointA{font-weight:bold;font-size:2rem;color:#f9f9f9;}.c0Vq9k0A:hover .c0Vq9k0Te .pagepointA{font-size:2rem;color:rgba(255,255,255,1);}.c0Vq9k0TextBox {padding:10px 3px 10px 3px;}.c0Vq9k0A.minWidth{transition:0.3s;-webkit-transition:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.c0Vq9k0A:hover,.boxHoverParent:hover .c0Vq9k0A{font-size:2rem;color:rgba(255,255,255,1);background:rgba(248,136,37,1);}.c0Vq9k0A.backgroundAnimation:before,.c0Vq9k0A.backgroundBottomAna:before{background:rgba(248,136,37,1);}.c0Vq9k0A.backgroundAnimation:hover,.c0Vq9k0A.backgroundBottomAna:hover{background:transparent;}.c0Vq9k0A:hover .pagepointA{color:rgba(255,255,255,1);}.ceCBw1TA{margin:1rem auto 1rem auto;max-width:20rem;font-weight:bold;font-size:2rem;color:#f9f9f9;background:rgba(248,136,37,1);border-radius:25px;border:0px solid #2196f3;text-align:center;}.ceCBw1TA  .ceCBw1TTe .pagepointA{font-weight:bold;font-size:2rem;color:#f9f9f9;}.ceCBw1TA:hover .ceCBw1TTe .pagepointA{font-size:2rem;color:rgba(255,255,255,1);}.ceCBw1TTextBox {padding:10px 3px 10px 3px;}.ceCBw1TA.minWidth{transition:0.3s;-webkit-transition:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.ceCBw1TA:hover,.boxHoverParent:hover .ceCBw1TA{font-size:2rem;color:rgba(255,255,255,1);background:rgba(248,136,37,1);}.ceCBw1TA.backgroundAnimation:before,.ceCBw1TA.backgroundBottomAna:before{background:rgba(248,136,37,1);}.ceCBw1TA.backgroundAnimation:hover,.ceCBw1TA.backgroundBottomAna:hover{background:transparent;}.ceCBw1TA:hover .pagepointA{color:rgba(255,255,255,1);}.ctSPtR9A{margin:1rem auto 1rem auto;max-width:20rem;font-weight:bold;font-size:2rem;color:#f9f9f9;background:rgba(248,136,37,1);border-radius:25px;border:0px solid #2196f3;text-align:center;}.ctSPtR9A  .ctSPtR9Te .pagepointA{font-weight:bold;font-size:2rem;color:#f9f9f9;}.ctSPtR9A:hover .ctSPtR9Te .pagepointA{font-size:2rem;color:rgba(255,255,255,1);}.ctSPtR9TextBox {padding:10px 3px 10px 3px;}.ctSPtR9A.minWidth{transition:0.3s;-webkit-transition:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.ctSPtR9A:hover,.boxHoverParent:hover .ctSPtR9A{font-size:2rem;color:rgba(255,255,255,1);background:rgba(248,136,37,1);}.ctSPtR9A.backgroundAnimation:before,.ctSPtR9A.backgroundBottomAna:before{background:rgba(248,136,37,1);}.ctSPtR9A.backgroundAnimation:hover,.ctSPtR9A.backgroundBottomAna:hover{background:transparent;}.ctSPtR9A:hover .pagepointA{color:rgba(255,255,255,1);}.cHACei2{margin:27.3rem 0% 0rem 0%;}.cHACei2:hover,.boxHoverParent:hover .cHACei2{transition: 0.3s;animation-duration:0.3s;}.rList .listBox .cHACei2 .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cHACei2Img,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cHACei2Img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cHACei2 .imgHoverAn{transition-duration:0.3s;-webkit-transition-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.croiGUd{margin:11rem 0% 0rem -10%;border-radius:500px;border:5px solid rgba(20,80,184,1);}.croiGUd:hover,.boxHoverParent:hover .croiGUd{transition: 0.3s;animation-duration:0.3s;}.rList .listBox .croiGUd .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .croiGUdImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .croiGUdImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.croiGUd .imgHoverAn{transition-duration:0.3s;-webkit-transition-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.coscvTt{margin:7.3rem 0% 0rem 0%;}.coscvTt:hover,.boxHoverParent:hover .coscvTt{transition: 0.3s;animation-duration:0.3s;}.rList .listBox .coscvTt .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .coscvTtImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .coscvTtImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.coscvTt .imgHoverAn{transition-duration:0.3s;-webkit-transition-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.c3WlIOL{border:0px solid #000000;}.c3WlIOL:hover,.boxHoverParent:hover .c3WlIOL{transition: 0.3s;animation-duration:0.3s;}.rList .listBox .c3WlIOL .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .c3WlIOLImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .c3WlIOLImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.c3WlIOL .imgHoverAn{transition-duration:0.3s;-webkit-transition-duration:0.3s;-webkit-animation-duration:0.3s;animation-duration:0.3s;}.cbpIUKyA{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);text-align:center;}.cbpIUKyA .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);}.cbpIUKyA.overflowHiding{overflow: hidden;}.cbpIUKyA.overflowScrolling{overflow-y: auto;}.ceTEeQaA{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.ceTEeQaA .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);}.ceTEeQaA.overflowHiding{overflow: hidden;}.ceTEeQaA.overflowScrolling{overflow-y: auto;}.c7tlc05A{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);text-align:center;}.c7tlc05A .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);}.c7tlc05A.overflowHiding{overflow: hidden;}.c7tlc05A.overflowScrolling{overflow-y: auto;}.cYUDUY4A{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cYUDUY4A .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);}.cYUDUY4A.overflowHiding{overflow: hidden;}.cYUDUY4A.overflowScrolling{overflow-y: auto;}.cbmhbtOA{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);text-align:center;}.cbmhbtOA .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);}.cbmhbtOA.overflowHiding{overflow: hidden;}.cbmhbtOA.overflowScrolling{overflow-y: auto;}.cJA2x8IA{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cJA2x8IA .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);}.cJA2x8IA.overflowHiding{overflow: hidden;}.cJA2x8IA.overflowScrolling{overflow-y: auto;}.cwrOfPMA{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);text-align:center;}.cwrOfPMA .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);}.cwrOfPMA.overflowHiding{overflow: hidden;}.cwrOfPMA.overflowScrolling{overflow-y: auto;}.c6uVd6dA{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.c6uVd6dA .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);}.c6uVd6dA.overflowHiding{overflow: hidden;}.c6uVd6dA.overflowScrolling{overflow-y: auto;}.cvI8bNWA{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);text-align:center;}.cvI8bNWA .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);}.cvI8bNWA.overflowHiding{overflow: hidden;}.cvI8bNWA.overflowScrolling{overflow-y: auto;}.cjwcoKNA{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cjwcoKNA .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);}.cjwcoKNA.overflowHiding{overflow: hidden;}.cjwcoKNA.overflowScrolling{overflow-y: auto;}.cFhMNukA{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);text-align:center;}.cFhMNukA .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(0,0,0,0);}.cFhMNukA.overflowHiding{overflow: hidden;}.cFhMNukA.overflowScrolling{overflow-y: auto;}.cSVIqZ7A{margin:12rem 0% 12rem 0%;font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);text-align:center;}.cSVIqZ7A .pagepointA{font-size:2.4rem;line-height:170%;color:rgba(255,255,255,1);}.cSVIqZ7A.overflowHiding{overflow: hidden;}.cSVIqZ7A.overflowScrolling{overflow-y: auto;}.cj4CUuT{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cj4CUuT>.gridLayout{display:grid;}.cj4CUuT>.gridLayout>.col{width:100%;}.cj4CUuT>.gridColsUnequal{grid-template-columns: !important;}}.cPBpqj4{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cPBpqj4>.gridLayout{display:grid;}.cPBpqj4>.gridLayout>.col{width:100%;}.cPBpqj4>.gridColsUnequal{grid-template-columns: !important;}}.cbrlBkIcL{width:15%;border-right:0px solid rgb(217, 217, 217);}.cbrlBkIcL.hidden{display:none;}.cbrlBkIcL>.sticky{position: sticky;z-index: 1;height:auto;}.c2kab3LcL{width:85%;}.c2kab3LcL.hidden{display:none;}.c2kab3LcL>.sticky{position: sticky;z-index: 1;height:auto;}@media screen and (min-width:961px){.c2kab3LcL{padding:0rem 0% 0rem 2%;padding:0rem 2rem 0rem 2rem;}}.cb6bOBkcL{width:15%;border-right:0px solid rgb(217, 217, 217);}.cb6bOBkcL.hidden{display:none;}.cb6bOBkcL>.sticky{position: sticky;z-index: 1;height:auto;}.cPs0U8VcL{width:85%;}.cPs0U8VcL.hidden{display:none;}.cPs0U8VcL>.sticky{position: sticky;z-index: 1;height:auto;}@media screen and (min-width:961px){.cPs0U8VcL{padding:0rem 0% 0rem 2%;padding:0rem 2rem 0rem 2rem;}}.cuGpxPvA{padding:1rem 1rem 1rem 1rem;background-color:rgba(242,242,242,1);text-align:center;}.cuGpxPvA .datetimeSun{font-weight:bold;font-size:3rem;line-height:140%;color:rgba(13,50,113,1);}.cuGpxPvA .datetimeYear{font-size: 1.6rem;color: #666;line-height:140%;}.cuGpxPvA:hover,.proList .listBox:hover .listBoxHref .cuGpxPvA{background-color:rgba(242,242,242,0.52);}.cuGpxPvA:hover .datetimeSun,.proList .listBox:hover .listBoxHref .cuGpxPvA .datetimeSun{color:rgba(20,80,184,1);}.cuGpxPvA:hover .datetimeYear,.proList .listBox:hover .listBoxHref .cuGpxPvA .datetimeYear{color:rgba(20,80,184,1);}.cW8dkhwA{margin:0.4rem 0% 0rem 0%;padding:0.5rem 0rem 0.5rem 0rem;font-weight:bold;font-size:1.6rem;line-height:140%;color:rgba(13,50,113,1);}.cW8dkhwA .pagepointA{font-weight:bold;font-size:1.6rem;line-height:140%;color:rgba(13,50,113,1);}.cW8dkhwA.overflowHiding{overflow: hidden;}.cW8dkhwA.overflowScrolling{overflow-y: auto;}.cW8dkhwA:hover,.proList .listBox:hover .listBoxHref .cW8dkhwA,.boxHoverParent:hover .cW8dkhwA{color:rgba(20,80,184,1);}.cW8dkhwA:hover .pagepointA{color:rgba(20,80,184,1);}.proList .cW8dkhwA .textLineP,.proList .cW8dkhwA .textLineP>p{line-clamp:1;-webkit-line-clamp:1;}.cK85KV6A{font-size:1.4rem;line-height:170%;color:#666;}.cK85KV6A .pagepointA{font-size:1.4rem;line-height:170%;color:#666;}.cK85KV6A.overflowHiding{overflow: hidden;}.cK85KV6A.overflowScrolling{overflow-y: auto;}.proList .cK85KV6A .textLineP,.proList .cK85KV6A .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}.cAUnTpMA{padding:1rem 1rem 1rem 1rem;background-color:rgba(242,242,242,1);text-align:center;}.cAUnTpMA .datetimeSun{font-weight:bold;font-size:3rem;line-height:140%;color:rgba(13,50,113,1);}.cAUnTpMA .datetimeYear{font-size: 1.6rem;color: #666;line-height:140%;}.cAUnTpMA:hover,.proList .listBox:hover .listBoxHref .cAUnTpMA{background-color:rgba(242,242,242,0.52);}.cAUnTpMA:hover .datetimeSun,.proList .listBox:hover .listBoxHref .cAUnTpMA .datetimeSun{color:rgba(20,80,184,1);}.cAUnTpMA:hover .datetimeYear,.proList .listBox:hover .listBoxHref .cAUnTpMA .datetimeYear{color:rgba(20,80,184,1);}.c3WrtPvA{margin:0.4rem 0% 0rem 0%;padding:0.5rem 0rem 0.5rem 0rem;font-weight:bold;font-size:1.6rem;line-height:140%;color:rgba(13,50,113,1);}.c3WrtPvA .pagepointA{font-weight:bold;font-size:1.6rem;line-height:140%;color:rgba(13,50,113,1);}.c3WrtPvA.overflowHiding{overflow: hidden;}.c3WrtPvA.overflowScrolling{overflow-y: auto;}.c3WrtPvA:hover,.proList .listBox:hover .listBoxHref .c3WrtPvA,.boxHoverParent:hover .c3WrtPvA{color:rgba(20,80,184,1);}.c3WrtPvA:hover .pagepointA{color:rgba(20,80,184,1);}.proList .c3WrtPvA .textLineP,.proList .c3WrtPvA .textLineP>p{line-clamp:1;-webkit-line-clamp:1;}.cbDjOrEA{font-size:1.4rem;line-height:170%;color:#666;}.cbDjOrEA .pagepointA{font-size:1.4rem;line-height:170%;color:#666;}.cbDjOrEA.overflowHiding{overflow: hidden;}.cbDjOrEA.overflowScrolling{overflow-y: auto;}.proList .cbDjOrEA .textLineP,.proList .cbDjOrEA .textLineP>p{line-clamp:2;-webkit-line-clamp:2;}/*narrowImage start*/
.narrowImage:hover,.proBox_List:hover .narrowImage,.proList .listBox:hover .narrowImage,.boxHoverParent:hover .narrowImage{ transform: scale(0.9); -moz-transform: scale(0.9); -webkit-transform: scale(0.9); -o-transform: scale(0.9);  }
/*narrowImage end*//*enlargeImage start*/
.enlargeImage:hover,.proBox_List:hover .enlargeImage,.proList .listBox:hover .enlargeImage,.boxHoverParent:hover .enlargeImage{ 
	transform: scale(1.1); -moz-transform: scale(1.1); /* Firefox */
	 -webkit-transform: scale(1.1); /* Safari and Chrome */ -o-transform: scale(1.1); /* Opera */ 
	z-index:2;
}
/*图片的不要提高层级，会影响列表中的控件有的会用负margin，要在图片上边显示，sxt 2024-12-10 */
/*列表li的hover时，也不要提高层级，影响负值 sxt 2025-6-6 */
.imgHoverAn.enlargeImage:hover,.proList .listBox:hover .imgHoverAn.enlargeImage,.boxHoverParent:hover .imgHoverAn.enlargeImage {
	z-index:0;
}
/*enlargeImage end*/        </style>
        <script type="application/ld+json" id="animate">
        	{"cJIMQYd":"aNone 1s 0s ","croiGUd":"aExpand-In 1s 0s ","cHACei2":"aBounce-In 1s 0s ","coscvTt":"bottomslide 1s 0s ","c3WlIOL":"aExpand-In 1s 0s ","ch2DXFG":"aBounce-In 1s 0s ","c6ay2H8":"aExpand-In 1s 0s ","cNCcSbt":"aFade-In 1s 0s ","c1SWuzB":"aGlide-In 1s 0s ","cZAscRe":"aBounce-In 1s 0s ","cddwzIl":"aExpand-In 1s 0s ","cR1lypk":"aGlide-In 1s 0s ","cLNT5Qh":"aFade-In 1s 0s ","cvViwYV":"aNone 1s 0s ","cfQMSY4":"aNone 1s 0s ","c3mBmPw":"aExpand-In 1s 0s ","calycyW":"aNone 1s 0s ","cFwiIxl":"aExpand-In 1s 0s ","cWugNxW":"aExpand-In 1s 0s ","cGwMWJM":"aExpand-In 1s 0s ","cbMAgGq":"aNone 1s 0s ","clKqt4d":"aNone 1s 0s "}        </script>
		<script type="application/ld+json" id="spec">
			{"v":1}		</script>
		<meta name="baidu-site-verification" content="codeva-V1ufKTVUF3" />	<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@type":"WebPage","name":"德州翔宇电机有限公司","url":"https://www.dianji66.cc","description":"德州翔宇电机有限公司座落于山东省德州市，是生产、研发工业用三相防爆电机、防爆变频电机、防爆制动电机、YE3、YE4、YE5及其派生系列电机的专业厂家","@id":"https://www.dianji66.cc/nofound.html#webpage"},{"@type":"BreadcrumbList","@id":"https://www.dianji66.cc/nofound.html#breadcrumblist"}]}
</script>
</head>
<body id="root" >
<div id="document"><style id="document_layoutWidth">body {
                    max-width:1920px;
                    margin:0 auto;
                }
                #SITE_HEADER[data-float="true"]{
                    max-width:1920px;
                }
                #SITE_FOOTER[data-float="true"]{
                    max-width:1920px;
                }
                </style><style id="document_globalCSS"> :root { --themeColor1:#333333;--themeColor2:#555555;--themeColor3:#666666;--themeColor4:#999999;--themeColor5:#aaaaaa;--themeColor6:#ffffff; } </style><div class="document-bg"></div><header id="SITE_HEADER" data-response="true" class="no-response "><div id="cNv913Z" data-fixed="true" class="cNv913Z row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="caYk5Gj" class="caYk5Gjrow_col rowcol "><div id="c4BdxTz" class="c4BdxTz ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="c4BdxTzImg img lazyload" data-slidew="79" data-slideh="85" width="79" height="85" alt="logo" data-src="https://img.bjyyb.net/sites/95500/95954/1756870191821706899469021184.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_79,h_85,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756870191821706899469021184.webp"/></div></div><div id="cE1ygbD" class="cE1ygbD ImghidCont "><a href="/" title="翔宇首页" class="imgHoverAn Imgbox clearfix "><img class="cE1ygbDImg img lazyload" data-slidew="79" data-slideh="85" width="79" height="85" alt="logo" data-src="https://img.bjyyb.net/sites/95500/95954/1756870191821706899469021184.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_79,h_85,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756870191821706899469021184.webp"/></a></div></div><div id="c9Jmqio" class="c9Jmqiorow_col rowcol "><div id="cI32OJI" class="cI32OJI ImghidCont "><a href="/fuzhichanpinzhongxin.html" title="复制产品中心" class="imgHoverAn Imgbox clearfix "><img class="cI32OJIImg img lazyload" data-slidew="244" data-slideh="94" width="244" height="94" alt="11" data-src="https://img.bjyyb.net/sites/95500/95954/1760000377834835851318484992.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_244,h_94,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1760000377834835851318484992.webp"/></a></div></div><div id="c6A7Aho" class="c6A7Ahorow_col rowcol "><div id="cbMAgGq" class="menubox"><nav class="nav"><ul data-switch="mouseover" class="cbMAgGqUl mainNav pcMainnav menuPageIcon  menuItemEqual"><li class="cbMAgGqLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/" class="cbMAgGqA mainNavLiA "><p>翔宇首页</p></a></li><li class="cbMAgGqLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/gongsijianjie.html" class="cbMAgGqA mainNavLiA "><p>公司简介</p></a></li><li class="cbMAgGqLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/fuzhichanpinzhongxin.html" class="cbMAgGqA mainNavLiA "><p>产品中心</p></a></li><li class="cbMAgGqLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/xinwenzhongxin.html" class="cbMAgGqA mainNavLiA "><p>技术资料</p></a></li><li class="cbMAgGqLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/fuwuanli.html" class="cbMAgGqA mainNavLiA "><p>服务案例</p></a></li><li class="cbMAgGqLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/yangbenxiazai.html" class="cbMAgGqA mainNavLiA "><p>样本下载</p></a></li><li class="cbMAgGqLi mainNavLi hoverMenuLi    subMenuAlignleft"><a href="/lianxiwomen.html" class="cbMAgGqA mainNavLiA "><p>联系我们</p></a></li></ul></nav></div></div><div id="cRaO5AP" class="cRaO5AProw_col rowcol "><div id="coXaMOL" class="coXaMOL row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="cAv6JTR" class="cAv6JTRrow_col rowcol "><div class="clKqt4dA btn3 btnbox btnCont btnAnati  " id="clKqt4d"><div class="clKqt4dIc btnIcon"><img height="40" width="40" class="btnImg lazyload" data-webp="https://img.bjyyb.net/icons/telred2_60.webp" alt="" data-src="https://img.bjyyb.net/icons/telred2_60.png" src="https://img.bjyyb.net/grey.png"/></div></div></div><div id="c3wNodX" class="c3wNodXrow_col rowcol "><div class="listTxt cFH1QkWA automatic   " id="cFH1QkW"><div class="textLineP">
<p>0534-2321210</p>
</div></div><div class="listTxt cWyPVC8A automatic   " id="cWyPVC8"><div class="textLineP">
<p>0534-2389100</p>
</div></div></div></div></div></div></div></div></header><div id="fhexhv" class="container no-response"><div id="cU0cdm8" class="advanced-slider"><script type="text/json">{"transition":"slide","duration":1,"interval":4,"autoPlay":true}</script><ul class="transform-content advanced-content advanced-fixed" style="position:relative;width:200%"><li style="display:inline-block;width:50%" class="transform-advanced advanced-item advanced-active transform-advanced" data-slide-index="0"><div id="cEacsfJ" class="cEacsfJ relative contentFullWidth componentsBox "><div style="background-image:url(https://img.bjyyb.net/sites/95500/95954/1756886093821773598658572288.webp)" data-first="true" class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756886093821773598658572288.jpg" data-webp="https://img.bjyyb.net/sites/95500/95954/1756886093821773598658572288.webp"></div><div class="rowList contentAutoDom cEacsfJrL adaptiveLayout   "><div id="cxG7TdO" class="cxG7TdO row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="ckvv9pV" class="ckvv9pVrow_col rowcol "><div class="listTxt ch2DXFGA automatic   " id="ch2DXFG"><div class="textLineP">
<p><span>德州翔宇电机有限公司</span></p>
</div></div><div class="listTxt cNCcSbtA automatic   " id="cNCcSbt"><div class="textLineP">
<p>专注电机研发、生产、销售、售后一站式服务商</p>
</div></div><div id="c6ay2H8" class="c6ay2H8 row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="cqFE3wm" class="cqFE3wmrow_col rowcol "><div class="c0Vq9k0A btn2 minWidth btnbox btnCont shadowAcross " id="c0Vq9k0"><div class="c0Vq9k0TextBox  textBox"><span class="c0Vq9k0Te btnText">库存充足</span></div></div></div><div id="c4sv6in" class="c4sv6inrow_col rowcol "><div class="ceCBw1TA btn2 minWidth btnbox btnCont shadowAcross " id="ceCBw1T"><div class="ceCBw1TTextBox  textBox"><span class="ceCBw1TTe btnText">规格齐全</span></div></div></div><div id="cGaJ1wu" class="cGaJ1wurow_col rowcol "><div class="ctSPtR9A btn2 minWidth btnbox btnCont shadowAcross " id="ctSPtR9"><div class="ctSPtR9TextBox  textBox"><span class="ctSPtR9Te btnText">样式可定制</span></div></div></div></div></div></div><div id="cXlhwLu" class="cXlhwLurow_col rowcol "><div id="cJMS39o" class="cJMS39o row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="cam7VDq" class="cam7VDqrow_col rowcol "><div id="cHACei2" class="cHACei2 ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img data-first="true" class="cHACei2Img img lazyload" data-slidew="432" data-slideh="346" width="432" height="346" alt="1634628630677285_副本" data-src="https://img.bjyyb.net/sites/95500/95954/1756887075821777718257823744.png" src="https://img.bjyyb.net/sites/95500/95954/1756887075821777718257823744.webp" data-webp="https://img.bjyyb.net/sites/95500/95954/1756887075821777718257823744.webp"/></div></div></div><div id="cMaWTgU" class="cMaWTgUrow_col rowcol "><div id="croiGUd" class="croiGUd ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img data-first="true" class="croiGUdImg img lazyload" data-slidew="500" data-slideh="500" width="500" height="500" alt="1634623677802338" data-src="https://img.bjyyb.net/sites/95500/95954/1756887236821778389988192256.jpg" src="https://img.bjyyb.net/sites/95500/95954/1756887236821778389988192256.webp" data-webp="https://img.bjyyb.net/sites/95500/95954/1756887236821778389988192256.webp"/></div></div></div></div></div></div></div></div></div></div></li><li style="display:inline-block;width:50%" class="transform-advanced advanced-item" data-slide-index="1"><div id="cvG9z4Z" class="cvG9z4Z relative contentFullWidth componentsBox "><div class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756888013821781650031968256.jpg" data-webp="https://img.bjyyb.net/sites/95500/95954/1756888013821781650031968256.webp"></div><div class="rowList contentAutoDom cvG9z4ZrL adaptiveLayout   "><div id="cXc9eVh" class="cXc9eVh row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="cQm2HVt" class="cQm2HVtrow_col rowcol "><div class="listTxt c1SWuzBA automatic   " id="c1SWuzB"><div class="textLineP">
<p>专业高效  品质保证</p>
</div></div><div id="cddwzIl" class="cddwzIl relative"></div><div class="listTxt cZAscReA automatic   " id="cZAscRe"><div class="textLineP">
<p>公司主营：YE3高效电机、YE4超高效电机、YEJA盘式交流制动电机、YVP变频电机、出口专用电机、风机专用电机、冷却塔电机、铝壳电机、内插轴电机、消防专用电机</p>
</div></div></div><div id="c70U0Ai" class="c70U0Airow_col rowcol "><div id="cpKcWV8" class="cpKcWV8 row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="c5kvhoj" class="c5kvhojrow_col rowcol "><div id="coscvTt" class="coscvTt ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="coscvTtImg img lazyload" data-slidew="476" data-slideh="342" width="476" height="342" alt="1634629057745581_副本" data-src="https://img.bjyyb.net/sites/95500/95954/1756888853821785172819488768.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_476,h_342,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756888853821785172819488768.webp"/></div></div></div><div id="cZfjHRW" class="cZfjHRWrow_col rowcol "><div id="c3WlIOL" class="c3WlIOL ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="c3WlIOLImg img lazyload" data-slidew="458" data-slideh="322" width="458" height="322" alt="1634629041705552_副本" data-src="https://img.bjyyb.net/sites/95500/95954/1756888852821785169069780992.png" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_458,h_322,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756888852821785169069780992.webp"/></div></div></div></div></div></div></div></div></div></div></li></ul><div class="advanced-arrow"><div class="left-arrow left-icon"><i class="yiyingbaoicon icon"></i></div><div class="right-arrow right-icon"><i class="yiyingbaoicon icon"></i></div></div><div class="advanced-btn "><button class="slideActive" data-index="0" aria-label="slide click 0"></button><button class="" data-index="1" aria-label="slide click 1"></button></div></div><div id="coHBUgT" class="coHBUgT row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="cQ9jWhL" class="cQ9jWhLrow_col rowcol "><div id="cg59kYH" class="menubox"><nav class="nav"><ul data-switch="mouseover" class="cg59kYHUl mainNav pcMainnav menuPageIcon  menuItemLayout"></ul></nav></div><div id="cJIMQYd" class="rList rListCol rList1  basicListPro  listDisplayflex"><span id="catsys"></span><ul class="proList " data-parentid="cJIMQYd" data-sourcetype="goods_list" id="cou4UpQ" data-touchslide="false" data-rownum="4" data-morownum="2"><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/YBX4xiliegebaoxingsanxiangyibudiandongji.html" data-goodsid="1430750" title="YBX4系列隔爆型三相异步电动机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YBX4系列隔爆型三相异步电动机" title="YBX4系列隔爆型三相异步电动机" data-src="https://img.bjyyb.net/sites/95500/95954/1760085447835192661405687808.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1760085447835192661405687808.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YBX4系列隔爆型三相异步电动机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/YBBPxiliegebaoxingbianpindiaosusanxiangyibudiandongji.html" data-goodsid="1431299" title="YBBP系列隔爆型变频调速三相异步电动机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YBBP系列隔爆型变频调速三相异步电动机" title="YBBP系列隔爆型变频调速三相异步电动机" data-src="https://img.bjyyb.net/sites/95500/95954/1760081988835178151047421952.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1760081988835178151047421952.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YBBP系列隔爆型变频调速三相异步电动机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/YBEJxilie_1432799.html" data-goodsid="1432799" title="YBEJ系列隔爆型电磁制动三相异步电动机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YBEJ系列隔爆型电磁制动三相异步电动机" title="YBEJ系列隔爆型电磁制动三相异步电动机" data-src="https://img.bjyyb.net/sites/95500/95954/1760082733835181279398420480.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1760082733835181279398420480.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YBEJ系列隔爆型电磁制动三相异步电动机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/YE3gaoxiaodianji_1400170.html" data-goodsid="1400170" title="YE3系列三相异步电动机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YE3系列三相异步电动机" title="YE3系列三相异步电动机" data-src="https://img.bjyyb.net/sites/95500/95954/1756858976821659859292696576.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756858976821659859292696576.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YE3系列三相异步电动机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/YE4chaogaoxiaodianji_1400165.html" data-goodsid="1400165" title="YE4系列三相异步电动机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YE4系列三相异步电动机" title="YE4系列三相异步电动机" data-src="https://img.bjyyb.net/sites/95500/95954/1756858838821659282622033920.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756858838821659282622033920.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YE4系列三相异步电动机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/YE5xiliesanxiangyibudiandongji.html" data-goodsid="1431314" title="YE5系列三相异步电动机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YE5系列三相异步电动机" title="YE5系列三相异步电动机" data-src="https://img.bjyyb.net/sites/95500/95954/1760083017835182468928180224.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1760083017835182468928180224.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YE5系列三相异步电动机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/YVPbianpindianji_1400161.html" data-goodsid="1400161" title="YVF2系列变频调速三相异步电动机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YVF2系列变频调速三相异步电动机" title="YVF2系列变频调速三相异步电动机" data-src="https://img.bjyyb.net/sites/95500/95954/1756858657821658521255194624.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756858657821658521255194624.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YVF2系列变频调速三相异步电动机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/YEJ2xiliediancizhidongsanxiangyibudiandongji.html" data-goodsid="1431420" title="YEJ2系列电磁制动三相异步电动机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YEJ2系列电磁制动三相异步电动机" title="YEJ2系列电磁制动三相异步电动机" data-src="https://img.bjyyb.net/sites/95500/95954/1760082540835180470174580736.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1760082540835180470174580736.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YEJ2系列电磁制动三相异步电动机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/YEJApanshijiaoliuzhidongdianji_1400163.html" data-goodsid="1400163" title="YEJA系列交流电磁制动三相异步电动机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YEJA系列交流电磁制动三相异步电动机" title="YEJA系列交流电磁制动三相异步电动机" data-src="https://img.bjyyb.net/sites/95500/95954/1756858753821658923577028608.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756858753821658923577028608.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YEJA系列交流电磁制动三相异步电动机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/YD3xiliebianjiduosusanxiangyibudiandongji.html" data-goodsid="1431443" title="YD系列变极多速三相异步电动机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YD系列变极多速三相异步电动机" title="YD系列变极多速三相异步电动机" data-src="https://img.bjyyb.net/sites/95500/95954/1759993893834808653912047616.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1759993893834808653912047616.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YD系列变极多速三相异步电动机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/lengquetadianji_1400155.html" data-goodsid="1400155" title="冷却塔电机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="冷却塔电机" title="冷却塔电机" data-src="https://img.bjyyb.net/sites/95500/95954/1756858409821657484049952768.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756858409821657484049952768.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">冷却塔电机</div></div></a></li><li class="cJIMQYdLi listBox  "><a href="/products/shouyechanpin/neichazhoudianji_1400147.html" data-goodsid="1400147" title="YYB油泵专用三相异步电机" class="listBoxHref" target="_self"><div  class="ciI6a2X ImghidCont "><div class="imgHoverAn Imgbox clearfix narrowImage"><img class="ciI6a2XImg img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="YYB油泵专用三相异步电机" title="YYB油泵专用三相异步电机" data-src="https://img.bjyyb.net/sites/95500/95954/1756858141821656360312025088.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_600,h_450,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756858141821656360312025088.webp"/><span class="videoMantle hidden" data-videosrc=""></span></div></div><div class="listTxt czd6Cb0A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YYB油泵专用三相异步电机</div></div></a></li></ul></div></div></div></div><div id="cHF4oXV" class="cHF4oXV row_line contentFullWidth "><div class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756946168822025569688793088.jpg" data-webp="https://img.bjyyb.net/sites/95500/95954/1756946168822025569688793088.webp"></div><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="c8E9gdE" class="c8E9gdErow_col rowcol "><div class="listTxt cClP9nFA automatic   " id="cClP9nF"><div class="textLineP">
<p>About Us</p>
</div></div><div class="listTxt cDxgOeOA automatic   " id="cDxgOeO"><div class="textLineP">
<p>关于我们</p>
</div></div><div id="cFwiIxl" class="cFwiIxl relative"></div><div class="listTxt c3mBmPwA automatic   " id="c3mBmPw"><div class="textLineP">
<p><span>德州翔宇电机有限公司座落于“德州扒鸡”美称的山东省德州市，是生产高效节能、超高效节能三相异步电机及其派生系列电机的专业厂家。<br />
翔宇电机成立于2006年，经过10多年的发展，在电机生产制造方面积累了丰富的经验，是鲁西北地区最具规模和实力的电机生产企业，公司占地80多亩，下设机械加工车间、嵌线车间、装配车间、电机出厂检测等部门。公司产品通过了SO9001质量管理体系认证。并严格按照GB14711-2013《中小型旋转电机通用安全要求标准》、GB18613-2012《能效标准》等标准生产制造。<br />
翔宇电机在不断发展中始终保持:以管理为基础、以质量为核心、以客户为中心的原则，与广大新老客户真诚合作、共创美好的明天。</span></p>
</div></div><a href="/gongsijianjie.html" title="公司简介" class="cLNT5QhA btn2 minWidth btnbox btnCont  " id="cLNT5Qh"><div class="cLNT5QhTextBox  textBox"><span class="cLNT5QhTe btnText">查看更多</span></div></a></div><div id="cCNwCaV" class="cCNwCaVrow_col rowcol "><div class="listTxt cz6rMJPA automatic   " id="cz6rMJP"><div class="textLineP">
<p>厂区展示</p>
</div></div><div id="cR1lypk" class="rList rListCol rList1   listDisplayflex"><ul class="bxslider listBxSlider proList listImgBig" id="crQ5dKH" data-parentid="cR1lypk" data-pause="1" data-preicon="" data-nexticon="" data-play="true" data-touchslide="false" data-controls="true" data-rownum="3" data-morownum="2" data-mode="horizontal" data-hoverduration="0.3"><li class="cR1lypkLi listBox  "><div class="listBoxHref"><div  class="cafqCu5 ImghidCont "><div class="clearfix baguetteBox"><a href="https://img.bjyyb.net/sites/95500/95954/1756859889821663692072857600.png" data-enlarge-webp="https://img.bjyyb.net/sites/95500/95954/1756859889821663692072857600.webp" data-caption="" class="imgHoverAn enlargeImage Imgbox"><img class="cafqCu5Img img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="1634634727545583" title="" data-src="https://img.bjyyb.net/sites/95500/95954/1756859889821663692072857600.png@!jw600" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_500,h_375,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859889821663692072857600.webp?x-oss-process=image/resize,m_lfit,w_600/quality,q_75"/></a></div></div></div></li><li class="cR1lypkLi listBox  "><div class="listBoxHref"><div  class="cafqCu5 ImghidCont "><div class="clearfix baguetteBox"><a href="https://img.bjyyb.net/sites/95500/95954/1756859889821663689199759360.png" data-enlarge-webp="https://img.bjyyb.net/sites/95500/95954/1756859889821663689199759360.webp" data-caption="" class="imgHoverAn enlargeImage Imgbox"><img class="cafqCu5Img img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="1634634714814856" title="" data-src="https://img.bjyyb.net/sites/95500/95954/1756859889821663689199759360.png@!jw600" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_500,h_375,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859889821663689199759360.webp?x-oss-process=image/resize,m_lfit,w_600/quality,q_75"/></a></div></div></div></li><li class="cR1lypkLi listBox  "><div class="listBoxHref"><div  class="cafqCu5 ImghidCont "><div class="clearfix baguetteBox"><a href="https://img.bjyyb.net/sites/95500/95954/1756859888821663686158888960.png" data-enlarge-webp="https://img.bjyyb.net/sites/95500/95954/1756859888821663686158888960.webp" data-caption="" class="imgHoverAn enlargeImage Imgbox"><img class="cafqCu5Img img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="1634634699858315" title="" data-src="https://img.bjyyb.net/sites/95500/95954/1756859888821663686158888960.png@!jw600" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_500,h_375,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859888821663686158888960.webp?x-oss-process=image/resize,m_lfit,w_600/quality,q_75"/></a></div></div></div></li><li class="cR1lypkLi listBox  "><div class="listBoxHref"><div  class="cafqCu5 ImghidCont "><div class="clearfix baguetteBox"><a href="https://img.bjyyb.net/sites/95500/95954/1756859887821663683310956544.png" data-enlarge-webp="https://img.bjyyb.net/sites/95500/95954/1756859887821663683310956544.webp" data-caption="" class="imgHoverAn enlargeImage Imgbox"><img class="cafqCu5Img img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="1634634685278728" title="" data-src="https://img.bjyyb.net/sites/95500/95954/1756859887821663683310956544.png@!jw600" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_500,h_375,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859887821663683310956544.webp?x-oss-process=image/resize,m_lfit,w_600/quality,q_75"/></a></div></div></div></li><li class="cR1lypkLi listBox  "><div class="listBoxHref"><div  class="cafqCu5 ImghidCont "><div class="clearfix baguetteBox"><a href="https://img.bjyyb.net/sites/95500/95954/1756859887821663679754186752.png" data-enlarge-webp="https://img.bjyyb.net/sites/95500/95954/1756859887821663679754186752.webp" data-caption="" class="imgHoverAn enlargeImage Imgbox"><img class="cafqCu5Img img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="1634634669112494" title="" data-src="https://img.bjyyb.net/sites/95500/95954/1756859887821663679754186752.png@!jw600" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_500,h_375,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859887821663679754186752.webp?x-oss-process=image/resize,m_lfit,w_600/quality,q_75"/></a></div></div></div></li><li class="cR1lypkLi listBox  "><div class="listBoxHref"><div  class="cafqCu5 ImghidCont "><div class="clearfix baguetteBox"><a href="https://img.bjyyb.net/sites/95500/95954/1756859886821663676704927744.png" data-enlarge-webp="https://img.bjyyb.net/sites/95500/95954/1756859886821663676704927744.webp" data-caption="" class="imgHoverAn enlargeImage Imgbox"><img class="cafqCu5Img img lazyload" data-slidew="600" data-slideh="450" width="600" height="450" alt="1634634340282754" title="" data-src="https://img.bjyyb.net/sites/95500/95954/1756859886821663676704927744.png@!jw600" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_500,h_375,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859886821663676704927744.webp?x-oss-process=image/resize,m_lfit,w_600/quality,q_75"/></a></div></div></div></li></ul></div></div></div></div><div id="cRvZnSp" class="cRvZnSp row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="c8qxkgv" class="c8qxkgvrow_col rowcol "><div class="listTxt cWHkkqkA automatic   " id="cWHkkqk"><div class="textLineP">
<p>应用领域</p>
</div></div><div class="listTxt cW9z7LBA automatic   " id="cW9z7LB"><div class="textLineP">
<p><span style="color:#2c3e50;">广泛应用于电力、矿山、化工、冶金、建筑、铁路、钢铁、造纸、纺织、风机、水泵、机床及新能源等多个行业和领域</span></p>
</div></div><div id="cWugNxW" class="cWugNxW relative"></div><div id="cvViwYV" class="cvViwYV row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="cabVMex" class="cabVMexrow_col rowcol "><div id="cryXRI8" class="preview-hoverbox" data-hoveranimation=""><div data-animation-hidden="1" class="hover-default hoverBoxParent hoverBoxDefault "><div id="cLEqYja" class="cLEqYjaboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859803821663330234445824.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859803821663330234445824.webp"></div><div class="cLEqYjaBox boxContent  "><div class="listTxt cbpIUKyA automatic   " id="cbpIUKy"><div class="textLineP">
<p>钢铁石化</p>
</div></div></div></div></div><div data-animation-hidden="0" class="hover-target edit-hidden hoverBoxPopup  "><div id="cSuJISW" class="cSuJISWboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859803821663330234445824.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859803821663330234445824.webp"></div><div class="cSuJISWBox boxContent  "><div class="listTxt ceTEeQaA automatic   " id="ceTEeQa"><div class="textLineP">
<p>钢铁石化</p>
</div></div></div></div></div></div></div><div id="cxvnEbj" class="cxvnEbjrow_col rowcol "><div id="c03Zwvw" class="preview-hoverbox"><div data-animation-hidden="1" class="hover-default hoverBoxParent hoverBoxDefault "><div id="clbjG4B" class="clbjG4BboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859802821663325964644352.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859802821663325964644352.webp"></div><div class="clbjG4BBox boxContent  "><div class="listTxt c7tlc05A automatic   " id="c7tlc05"><div class="textLineP">
<p>电力水利</p>
</div></div></div></div></div><div data-animation-hidden="0" class="hover-target edit-hidden hoverBoxPopup  "><div id="c9EBNHs" class="c9EBNHsboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859802821663325964644352.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859802821663325964644352.webp"></div><div class="c9EBNHsBox boxContent  "><div class="listTxt cYUDUY4A automatic   " id="cYUDUY4"><div class="textLineP">

<p>电力水利</p>
</div></div></div></div></div></div></div><div id="ccb7RD1" class="ccb7RD1row_col rowcol "><div id="cJ5Re01" class="preview-hoverbox"><div data-animation-hidden="1" class="hover-default hoverBoxParent hoverBoxDefault "><div id="clx0TpB" class="clx0TpBboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859804821663333866713088.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859804821663333866713088.webp"></div><div class="clx0TpBBox boxContent  "><div class="listTxt cbmhbtOA automatic   " id="cbmhbtO"><div class="textLineP">
<p>数控机床</p>
</div></div></div></div></div><div data-animation-hidden="0" class="hover-target edit-hidden hoverBoxPopup  "><div id="cctd9U8" class="cctd9U8boxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859804821663333866713088.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859804821663333866713088.webp"></div><div class="cctd9U8Box boxContent  "><div class="listTxt cJA2x8IA automatic   " id="cJA2x8I"><div class="textLineP">

<p>数控机床</p>
</div></div></div></div></div></div></div></div></div><div id="cfQMSY4" class="cfQMSY4 row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="c8JXmOT" class="c8JXmOTrow_col rowcol "><div id="cGhQLsS" class="preview-hoverbox"><div data-animation-hidden="1" class="hover-default hoverBoxParent hoverBoxDefault "><div id="chS14Bb" class="chS14BbboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859805821663338031656960.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859805821663338031656960.webp"></div><div class="chS14BbBox boxContent  "><div class="listTxt cwrOfPMA automatic   " id="cwrOfPM"><div class="textLineP">
<p>水泥矿业</p>
</div></div></div></div></div><div data-animation-hidden="0" class="hover-target edit-hidden hoverBoxPopup  "><div id="cZVJBpB" class="cZVJBpBboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859805821663338031656960.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859805821663338031656960.webp"></div><div class="cZVJBpBBox boxContent  "><div class="listTxt c6uVd6dA automatic   " id="c6uVd6d"><div class="textLineP">

<p>水泥矿业</p>
</div></div></div></div></div></div></div><div id="cBCZmSN" class="cBCZmSNrow_col rowcol "><div id="cu0NYms" class="preview-hoverbox"><div data-animation-hidden="1" class="hover-default hoverBoxParent hoverBoxDefault "><div id="c60zNvi" class="c60zNviboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859807821663344276975616.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859807821663344276975616.webp"></div><div class="c60zNviBox boxContent  "><div class="listTxt cvI8bNWA automatic   " id="cvI8bNW"><div class="textLineP">

<p>液压设备</p>
</div></div></div></div></div><div data-animation-hidden="0" class="hover-target edit-hidden hoverBoxPopup  "><div id="cDXelef" class="cDXelefboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859807821663344276975616.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859807821663344276975616.webp"></div><div class="cDXelefBox boxContent  "><div class="listTxt cjwcoKNA automatic   " id="cjwcoKN"><div class="textLineP">


<p>液压设备</p>
</div></div></div></div></div></div></div><div id="cehgf24" class="cehgf24row_col rowcol "><div id="cQVPySH" class="preview-hoverbox"><div data-animation-hidden="1" class="hover-default hoverBoxParent hoverBoxDefault "><div id="cHZ7B2L" class="cHZ7B2LboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859806821663340950892544.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859806821663340950892544.webp"></div><div class="cHZ7B2LBox boxContent  "><div class="listTxt cFhMNukA automatic   " id="cFhMNuk"><div class="textLineP">

<p>通风行业</p>
</div></div></div></div></div><div data-animation-hidden="0" class="hover-target edit-hidden hoverBoxPopup  "><div id="cgIYNPk" class="cgIYNPkboxCont  boxCont " data-link="0"><div class="rowListBg lazyload" data-src="https://img.bjyyb.net/sites/95500/95954/1756859806821663340950892544.png" data-webp="https://img.bjyyb.net/sites/95500/95954/1756859806821663340950892544.webp"></div><div class="cgIYNPkBox boxContent  "><div class="listTxt cSVIqZ7A automatic   " id="cSVIqZ7"><div class="textLineP">


<p>通风行业</p>
</div></div></div></div></div></div></div></div></div></div></div></div><div id="calycyW" class="calycyW row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="c8OeBQr" class="c8OeBQrrow_col rowcol "><div class="listTxt cps8m3jA automatic   " id="cps8m3j"><div class="textLineP">
<p>新闻资讯</p>
</div></div><div id="cGwMWJM" class="cGwMWJM relative"></div><div id="cJC9EBI" class="cJC9EBI row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="cwx2NOL" class="cwx2NOLrow_col rowcol "><div id="c0de9cm" class="rList listrowCol listrowCol1  "><ul class="proList " data-parentid="c0de9cm" data-sourcetype="content_list" id="cBIcH3s" data-touchslide="false"><li class="c0de9cmLi listBox  "><a href="/news/xinwenzhongxin/YBX4fangbaodianjijiexianhejishuziliao.html" data-goodsid="451623" title="YBX4防爆电机接线盒技术资料" class="listBoxHref" target="_self"><div  class="cj4CUuT relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cj4CUuTrL adaptiveLayout   m_r"><div  class="cbrlBkIcL col "><div class="cbrlBkIcB col-box boxSiz  "><div  data-datetime="2025-11-28" class="listTxt cuGpxPvA datetimeBox datetimeSource "><div class="datetime" data-source="publish_time"><b class="datetimeSun">00</b><p class="datetimeYear">0000-00</p></div></div></div></div><div  class="c2kab3LcL col "><div class="c2kab3LcB col-box boxSiz  "><div class="listTxt cW8dkhwA automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YBX4防爆电机接线盒技术资料</div></div><div class="listTxt cK85KV6A automatic   " ><div class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue="">YBX4防爆电机接线盒技术资料</div></div></div></div></div></div></a></li><li class="c0de9cmLi listBox  "><a href="/news/xinwenzhongxin/gebaoxingfangbaodianjiBT4heCT4dequbie.html" data-goodsid="441052" title="隔爆型防爆电机BT4和CT4的区别" class="listBoxHref" target="_self"><div  class="cj4CUuT relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cj4CUuTrL adaptiveLayout   m_r"><div  class="cbrlBkIcL col "><div class="cbrlBkIcB col-box boxSiz  "><div  data-datetime="2025-11-08" class="listTxt cuGpxPvA datetimeBox datetimeSource "><div class="datetime" data-source="publish_time"><b class="datetimeSun">00</b><p class="datetimeYear">0000-00</p></div></div></div></div><div  class="c2kab3LcL col "><div class="c2kab3LcB col-box boxSiz  "><div class="listTxt cW8dkhwA automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">隔爆型防爆电机BT4和CT4的区别</div></div><div class="listTxt cK85KV6A automatic   " ><div class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue="">防爆电机BT4和CT4的区别</div></div></div></div></div></div></a></li><li class="c0de9cmLi listBox  "><a href="/news/xinwenzhongxin/YBX4xiliegebaodianjifangbaobiaoshihanyi-pinpai-xiangyudegao-.html" data-goodsid="440078" title="YBX4系列隔爆电机防爆标识含义（品牌：翔宇德高）" class="listBoxHref" target="_self"><div  class="cj4CUuT relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cj4CUuTrL adaptiveLayout   m_r"><div  class="cbrlBkIcL col "><div class="cbrlBkIcB col-box boxSiz  "><div  data-datetime="2025-11-06" class="listTxt cuGpxPvA datetimeBox datetimeSource "><div class="datetime" data-source="publish_time"><b class="datetimeSun">00</b><p class="datetimeYear">0000-00</p></div></div></div></div><div  class="c2kab3LcL col "><div class="c2kab3LcB col-box boxSiz  "><div class="listTxt cW8dkhwA automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">YBX4系列隔爆电机防爆标识含义（品牌：翔宇德高）</div></div><div class="listTxt cK85KV6A automatic   " ><div class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue="">防爆标志解析、应用环境</div></div></div></div></div></div></a></li><li class="c0de9cmLi listBox  "><a href="/news/xinwenzhongxin/bianpinqiduidianjideshidabaohuzuoyong.html" data-goodsid="456228" title="变频器对电机的十大保护作用" class="listBoxHref" target="_self"><div  class="cj4CUuT relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cj4CUuTrL adaptiveLayout   m_r"><div  class="cbrlBkIcL col "><div class="cbrlBkIcB col-box boxSiz  "><div  data-datetime="2025-12-07" class="listTxt cuGpxPvA datetimeBox datetimeSource "><div class="datetime" data-source="publish_time"><b class="datetimeSun">00</b><p class="datetimeYear">0000-00</p></div></div></div></div><div  class="c2kab3LcL col "><div class="c2kab3LcB col-box boxSiz  "><div class="listTxt cW8dkhwA automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">变频器对电机的十大保护作用</div></div><div class="listTxt cK85KV6A automatic   " ><div class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue="">变频器对电机的十大保护作用</div></div></div></div></div></div></a></li><li class="c0de9cmLi listBox  "><a href="/news/xinwenzhongxin/dianjizhouchengwenduguogaodeyuanyin.html" data-goodsid="443775" title="电机轴承选用及技术分析" class="listBoxHref" target="_self"><div  class="cj4CUuT relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cj4CUuTrL adaptiveLayout   m_r"><div  class="cbrlBkIcL col "><div class="cbrlBkIcB col-box boxSiz  "><div  data-datetime="2025-11-13" class="listTxt cuGpxPvA datetimeBox datetimeSource "><div class="datetime" data-source="publish_time"><b class="datetimeSun">00</b><p class="datetimeYear">0000-00</p></div></div></div></div><div  class="c2kab3LcL col "><div class="c2kab3LcB col-box boxSiz  "><div class="listTxt cW8dkhwA automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">电机轴承选用及技术分析</div></div><div class="listTxt cK85KV6A automatic   " ><div class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue="">电机轴承选用及技术分析</div></div></div></div></div></div></a></li></ul></div></div><div id="cAMRcTI" class="cAMRcTIrow_col rowcol "><div id="cth6vDG" class="rList listrowCol listrowCol1  "><ul class="proList " data-parentid="cth6vDG" data-sourcetype="content_list" id="cPElOAh" data-touchslide="false"><li class="cth6vDGLi listBox  "><a href="/news/xingyexinwen/shiyongsanxiangyibudiandongjiyoushenmeyoushi-.html" data-goodsid="413710" title="使用三相异步电动机有什么优势?" class="listBoxHref" target="_self"><div  class="cPBpqj4 relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cPBpqj4rL adaptiveLayout   m_r"><div  class="cb6bOBkcL col "><div class="cb6bOBkcB col-box boxSiz  "><div  data-datetime="2025-09-03" class="listTxt cAUnTpMA datetimeBox datetimeSource "><div class="datetime" data-source="publish_time"><b class="datetimeSun">00</b><p class="datetimeYear">0000-00</p></div></div></div></div><div  class="cPs0U8VcL col "><div class="cPs0U8VcB col-box boxSiz  "><div class="listTxt c3WrtPvA automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">使用三相异步电动机有什么优势?</div></div><div class="listTxt cbDjOrEA automatic   " ><div class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue="">更好的维护功能。YE2系列高效三相异步电动机的结构设计满意了对外界固体和水溅的维护要求，有效地避免了外来物质对电动机和人体的损伤。</div></div></div></div></div></div></a></li></ul></div></div></div></div></div></div></div></div><footer id="SITE_FOOTER" class="no-response  mofootPadbtm"><div id="chk8lm7" class="chk8lm7 relative contentFullWidth componentsBox "><div class="rowList contentAutoDom chk8lm7rL adaptiveLayout   m_c"><div id="chjkdln" class="chjkdlncL col "><div class="chjkdlncB col-box boxSiz  "><div class="listTxt chk2sh5A automatic   " id="chk2sh5"><div class="textLineP">
<p>主营产品</p>
</div></div><div id="cyXcCzI" class="cyXcCzI row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="cCd3I4x" class="cCd3I4xrow_col rowcol "><div class="listTxt cgYs0kKA automatic   " id="cgYs0kK"><div class="textLineP">
<p><span>YBX4系列</span></p>
</div></div><div class="listTxt cXm47lGA automatic   " id="cXm47lG"><div class="textLineP">
<p><span>YBBP系列</span></p>
</div></div><div class="listTxt cYAkw8HA automatic   " id="cYAkw8H"><div class="textLineP">
<p><span>YBEJ系列</span></p>
</div></div><div class="listTxt cuRmblZA automatic   " id="cuRmblZ"><div class="textLineP">
<p><span>YE3系列</span></p>
</div></div><div class="listTxt cb0dswtA automatic   " id="cb0dswt"><div class="textLineP">
<p><span>YE4系列</span></p>
</div></div><div class="listTxt c87ucpMA automatic   " id="c87ucpM"><div class="textLineP">
<p><span>YE5系列</span></p>
</div></div><div class="listTxt cIzbCFcA automatic   " id="cIzbCFc"><div class="textLineP">
<p><span>YVF3系列</span></p>
</div></div></div><div id="ck8jLp8" class="ck8jLp8row_col rowcol "><div class="listTxt c6Jsb8qA automatic   " id="c6Jsb8q"><div class="textLineP">
<p><span>YEJ系列</span></p>
</div></div><div class="listTxt c559ju5A automatic   " id="c559ju5"><div class="textLineP">
<p><span>YEJA盘式制动</span></p>
</div></div><div class="listTxt cXEYi1xA automatic   " id="cXEYi1x"><div class="textLineP">
<p><span>YD3系列</span></p>
</div></div><div class="listTxt c0z7rFkA automatic   " id="c0z7rFk"><div class="textLineP">
<p><span>冷却塔专用电机</span></p>
</div></div><div class="listTxt co5OMK1A automatic   " id="co5OMK1"><div class="textLineP">
<p><span>内插轴专用电机</span></p>
</div></div><div class="listTxt caJ54kcA automatic   " id="caJ54kc"><div class="textLineP">
<p><span>铝壳电机</span></p>
</div></div><div class="listTxt cd1WqlsA automatic   " id="cd1Wqls"><div class="textLineP">
<p><span>风机专用电机</span></p>
</div></div></div></div></div></div></div><div id="chkb11v" class="chkb11vcL col "><div class="chkb11vcB col-box boxSiz  "><div class="listTxt ctL7U97A automatic   " id="ctL7U97"><div class="textLineP">
<p>联系我们</p>
</div></div><div class="cCYjoz8A btn btnbox btnCont minWidth  " id="cCYjoz8"><div class="cCYjoz8TextBox  textBox"><i class="cCYjoz8Ic btnIcon yiyingbaoicon"></i><span class="cCYjoz8Te btnText">0534-2321210</span></div></div><div class="cdVv5GqA btn btnbox btnCont minWidth  " id="cdVv5Gq"><div class="cdVv5GqTextBox  textBox"><i class="cdVv5GqIc btnIcon yiyingbaoicon"></i><span class="cdVv5GqTe btnText">133-0534-5200</span></div></div><div class="cvaiVHyA btn btnbox btnCont minWidth  " id="cvaiVHy"><div class="cvaiVHyTextBox  textBox"><i class="cvaiVHyIc btnIcon yiyingbaoicon"></i><span class="cvaiVHyTe btnText">dianji66@163.com</span></div></div><div class="cvJexl5A btn btnbox btnCont minWidth  " id="cvJexl5"><div class="cvJexl5TextBox  textBox"><i class="cvJexl5Ic btnIcon yiyingbaoicon"></i><span class="cvJexl5Te btnText">山东省德州市天衢工业园</span></div></div><a href="https://www.dianji66.cc/sitemap.html" target="_blank" class="cOxfHoJA btn btnbox btnCont minWidth  " id="cOxfHoJ"><div class="cOxfHoJTextBox  textBox"><span class="cOxfHoJTe btnText">网站地图</span></div></a></div></div><div id="chjohdd" class="chjohddcL col "><div class="chjohddcB col-box boxSiz  "><div class="listTxt cVm4GTYA automatic   " id="cVm4GTY"><div class="textLineP">
<p>社交关注</p>
</div></div><div id="cqxlZE4" class="cqxlZE4 row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="c31PWSB" class="c31PWSBrow_col rowcol "><div id="cTdFzOg" class="cTdFzOg ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="cTdFzOgImg img lazyload" data-slidew="150" data-slideh="150" width="150" height="150" alt="weixinerweima" data-src="https://img.bjyyb.net/sites/95500/95954/1756869078821702232529891328.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_150,h_150,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756869078821702232529891328.webp"/></div></div><div class="listTxt c33fLCfA automatic   " id="c33fLCf"><div class="textLineP">
<p>微信二维码</p>
</div></div></div><div id="cFdQ8NV" class="cFdQ8NVrow_col rowcol "><div id="cNcFvVh" class="cNcFvVh ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="cNcFvVhImg img lazyload" data-slidew="150" data-slideh="150" width="150" height="150" alt="gongzhongerweima" data-src="https://img.bjyyb.net/sites/95500/95954/1756869078821702230688591872.jpg" src="https://img.bjyyb.net/grey.png?x-oss-process=image/resize,m_fixed,w_150,h_150,limit_0" data-webp="https://img.bjyyb.net/sites/95500/95954/1756869078821702230688591872.webp"/></div></div><div class="listTxt cFf8RMeA automatic   " id="cFf8RMe"><div class="textLineP">

<p>关注翔宇电机</p>
</div></div></div></div></div></div></div></div></div><div id="cfeer61" class="cfeer61 relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cfeer61rL adaptiveLayout   m_c"><div id="cfe0cir" class="cfe0circL col "><div class="cfe0circB col-box boxSiz  "><div class="listTxt cfe3dkhA automatic   " id="cfe3dkh"><div class="textLineP">
<p>© <span>德州翔宇电机有限公司   <a href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank"><span style="color:#ecf0f1;">鲁ICP备2025185554号-1</span></a></span></p>
</div></div></div></div><div id="cwlcJBJ" class="cwlcJBJcL col "><div class="cwlcJBJcB col-box boxSiz  "><div class="listTxt cURmffgA automatic   " id="cURmffg"><div class="textLineP">
<p>版权所有</p>
</div></div></div></div></div></div></footer></div><script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'baidu_verify_codeva-VoCPNOF1x0.html', {'siteSpeedSampleRate': 50});
  ga('send', 'pageview');

		</script></body>
<script src="//img.bjyyb.net/public/v1.2.97/mini/before.js"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/lazysizes.js"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/public.js"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/advanced.js?v=1.1"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/baguetteBox.js?v=3"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/menu.js"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/jquery.bxslider.min.js"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/template_parse.js"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/handlePagination.js"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/box.js?v=3"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/hoverbox.js?v=1"></script><script src="//img.bjyyb.net/public/v1.2.97/mini/datetime.js"></script> 

</html>