<!DOCTYPE  html>
<html lang="zh">
	<head>
		<meta charset="utf-8">
		<title>爱体育在线平台-爱体育（中国）</title> 
				<meta name="keywords" content="" />
		<meta name="description" content="爱体育在线平台【小强推荐，请收藏永久域名：tiyu9898.com，tiyu8989.com】成长于沿海区域性产业中心，成立于2003年9月4日，注册资本4300万元，主营工业配套服务，企业历史可追溯至1957年。爱体育在线平台公司主营产品有金属检测机、金属探测器、重量选别机等系列金属检测和检重分选设备。" />
		<meta name="pageId" content="pmivmn" />
		<meta name="md5SiteId" content="e4ddc8c5489d21563982bafd00af1af9" />
		<meta name="ids" content="" />
		<meta name="cateId" content="" />
		<meta name="previewUrl" content="/" />
		<meta name="searchKey" content="" />
		<meta name="searchType" content="" />
		<meta name="searchBand" content="" />
		<meta name="type" content="" />
		<meta name="template" content="" />
		<meta name="param" content="" />
		<meta name="reCAPTCHA" content="" />
		<meta name="interfaceAddress" content="/" />
		<meta name="templateDbUrl" content="https://hk.bjyybao.com" />
				
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CGTNOfficial" />
<meta name="twitter:creator" content="@CGTNOfficial" />
<meta name="twitter:title" content="爱体育在线平台-爱体育（中国）" />
<meta name="twitter:description" content="爱体育在线平台-爱体育（中国）（科汇股份，证券代码：688681.SH）总部地处鲁中工业名城淄博，在济南、青岛、武汉和英国伦敦设有全资子公司，致力于电力自动化、电力电缆故障测试、智慧供电与储能以及开关磁阻电机技术的研发与产业化" />
<meta name="twitter:image" content="https:///up/64123/TouchIcon.png" />
<meta property="og:type" content="website">
<meta property="og:title" content="爱体育在线平台-爱体育（中国）">
<meta property="og:description" content="爱体育在线平台-爱体育（中国）（科汇股份，证券代码：688681.SH）总部地处鲁中工业名城淄博，在济南、青岛、武汉和英国伦敦设有全资子公司，致力于电力自动化、电力电缆故障测试、智慧供电与储能以及开关磁阻电机技术的研发与产业化">
<meta property="og:image" content="https:///up/64123/TouchIcon.png">
<meta property="og:image:width" content="600">
<meta property="og:image:height" content="600">
<meta property="og:url" content="https://www.kehui.cn/?p=0">
<meta property="og:site_name" content="爱体育在线平台-爱体育（中国）">				
		<meta name="PublishTime" content="2026-06-11 10:39:02" />
		<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/40907/1717494714656554178331901952.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.kehui.cn/">
	
	
					<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="http://img.bjyyb.net/public/v1.4.10/css/baguetteBox.min.css" /><link rel="stylesheet" type="text/css" href="http://img.bjyyb.net/public/v1.4.10/css/jquery.bxslider.min.css" />    
		<style type="text/css">
            #document{font-family:黑体} 
            #document .form select{font-family:黑体}
            #document .form input{font-family:黑体}
            #document .form textarea{font-family:黑体}
			@font-face{
				font-family:yiyingbao;
				font-display:swap;
				src:url('https://img.bjyyb.net/sites/64000/64123/iconfont.ttf?v=1781145542') 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{vertical-align:middle}.listTxt img:not([data-image-size-mode=fixed]){max-width:100%;height:auto}#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)) :not(tbody):not(tr):not(video):not(img),[data-editor="2"]:not(:has(> .cmsDocument))::after,[data-editor="2"]:not(:has(> .cmsDocument))::before{margin:auto;padding:revert;box-sizing:revert;vertical-align:revert;max-width:revert}[data-editor="2"]:not(:has(> .cmsDocument)) ul{list-style-type:disc}@media (min-width:768px){[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;}.lightbox{position: fixed; z-index: 2;}.lightboxModal{z-index: 3002; display: flex;}.lightboxModalOpc{position: fixed; inset: 0px; width: 100%; height: 100%;}.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-slider .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;}.advanced-slider .advanced-arrow .left-arrow.left-icon{left: 10px; height: 50px; width: 50px; text-align: center; line-height: 50px; padding: 0px;}.advanced-slider .advanced-arrow .right-arrow.right-icon{right: 10px; height: 50px; width: 50px; text-align: center; line-height: 50px; padding: 0px;}.advanced-slider .advanced-arrow .left-arrow{left: 10px; padding: 10px;}.advanced-slider .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{height: 100%;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%;}
 img.lazyload[src=''],img.lazyload:not([src]){opacity: 0;}.btnIcon{text-align:center;}
.btnImg{max-width:100%;max-height:100%;}
.minWidth{position: relative;top: 0;left: 0;display: block;transform: scale(1);transform: rotate(0);}
.btnAnati{position: relative;top: 0;left:0;transform: scale(1);transform: rotate(0);}

.backgroundAnimation,.borderSlide,.shadowAcross,.backgroundBottomAna {overflow: hidden;-webkit-transition:0.5s;}
.backgroundAnimation:before,.btn3.backgroundAnimation .btnIcon:before {position:absolute;content:'';width:0;-webkit-transition: inherit;left: 0;height: 100%;z-index: -1;}
.backgroundAnimation:hover:before,.boxHoverParent:hover .backgroundAnimation:before,.btn3.backgroundAnimation .btnIcon:before {width:100%}
.borderSlide:before, .borderSlide:after{content: '';border-style: solid; position: absolute;z-index: -1; transition: inherit;left: 0;right: 0;  top: 0;  bottom: 0;}
.borderSlide:before{width: 0;border-top-width: 0px;
border-bottom-width: 0px;border-left-width: 0px;
border-right-width: 0px;
    height: 100%; 
    top: 0px;
    left: 0;
-webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
   }
.borderSlide:after{width: 100%;border-left-width: 0px;
border-right-width: 0px;border-top-width: 0px;
border-bottom-width: 0px;
    height: 0;
    top: 0;
    left:0px;}.boxHoverParent:hover .borderSlide:before,.borderSlide:hover:before{width: 100%;}.boxHoverParent:hover .borderSlide:after,.borderSlide:hover:after{height: 100%; }.shadowAcross:after{background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}.shadowAcross:hover:after,.boxHoverParent:hover .shadowAcross:after {    left: 120%;transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);}.backgroundBottomAna:before {position:absolute;content:'';width:100%;-webkit-transition: inherit;left: 0;height: 0;z-index: -1;bottom: 0;}
.boxHoverParent:hover .backgroundBottomAna:before,.backgroundBottomAna:hover:before{height:100%;}.btn3{display:table;margin-left:auto;margin-right:auto;}
.btn3 i{display: block;}
.btnbox{max-width:100%}
.btn3 i,.btn3 .btnIcon{box-sizing: content-box;}
.btn2{display: block;}
.btn2 span{display: block;}.btn .btnText{display:inline-block;box-sizing:border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; max-width: calc(100% - 40px);}
.btn{display:block;min-width:50px}
.btn,.btn .btnIcon,.btn .btnText{vertical-align: middle;}
.btnCont{position: relative;}
.btn .btnIcon{display: inline-block;}
.listTxt{position: relative;}.rList .listTxt > div p, .rList .listTxt p, .rList .listTxt .textLineP{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}.listTxt .textLineP{overflow: hidden;}.textLineP iframe{max-width:100%;}.listTxt > a, .listTxt{display: block; box-sizing: border-box;}.listTxt ul p, .listTxt ol p{display: inline-block; vertical-align: top; max-width: calc(100% - 25px);}.listTxt.enlarge_detailed_info ul p,.listTxt.enlarge_detailed_info ol p{width:100%}.listTxt ul, .listTxt ol{list-style-position: inside;}table[align="center"]{margin: 10px auto;}.overflowScrolling::-webkit-scrollbar{width: 6px;}.overflowScrolling::-webkit-scrollbar-thumb{background-color: rgba(0, 0, 0, 0.5); border-radius: 32px;}.overflowScrolling::-webkit-scrollbar-track{background-color: rgba(0, 0, 0, 0.1); border-radius: 32px;}.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}.boxCont {
    position: relative;padding:0.1px 0px;
}.boxContent,.boxCont{position: relative;}.hoverBoxCont{top:0;left:0;} .box_link{display:none;} [data-link="1"]{cursor: pointer;}.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;}.nav-submenu .nav-submenuA {position:relative}.nav-submenu li .nav-submenuA i{position: absolute;font-size: 16px;line-height: 22px;letter-spacing: 0.07em;right: 10px;top: 50%;-webkit-transform: translateY(-50%) rotate(0deg);-khtml-transform: translateY(-50%) rotate(0deg);-moz-transform: translateY(-50%) rotate(0deg);-ms-transform: translateY(-50%) rotate(0deg);-o-transform: translateY(-50%) rotate(0deg);transform: translateY(-50%) rotate(0deg);transition: transform 0.3s;-moz-transition: -moz-transform 0.3s;-webkit-transition: -webkit-transform 0.3s;-o-transition: -o-transform 0.3s;}[data-position="downWard"] .nav-submenu li a i,.menuPageIcon[data-position="downWard"] .nav-submenu li:hover a i { -webkit-transform: translateY(-50%) rotate(90deg) ; -khtml-transform: translateY(-50%) rotate(90deg) ; -moz-transform: translateY(-50%) rotate(90deg) ; -ms-transform: translateY(-50%) rotate(90deg) ; -o-transform: translateY(-50%) rotate(90deg);transform: translateY(-50%) rotate(90deg);}[data-position="downWard"] .nav-submenu li>.nav-submenuA:hover i { -webkit-transform: translateY(-50%) rotate(270deg) ; -khtml-transform: translateY(-50%) rotate(270deg) ; -moz-transform: translateY(-50%) rotate(270deg) ; -ms-transform: translateY(-50%) rotate(270deg) ;-o-transform: translateY(-50%) rotate(270deg);transform: translateY(-50%) rotate(270deg);}.mainNav .nav-submenu{margin: 0;list-style: none;z-index: 1999;position: absolute;top: 100%;box-sizing:border-box;width: auto;display:none}.verticalNav .nav-submenu{margin: 0;list-style: none;box-sizing:border-box;width: 100%;display:none}.nav-submenu li{display: block;width: 100%;position: relative;}.nav-submenu li .nav-submenuA p{box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;width:100%}.nav-submenu .showArrowstyle>.nav-submenuA >.subnavbtn,.nav-submenu .nav-submenu .showArrowstyle>.nav-submenuA >.subnavbtn{display: inline-block;width: calc(100% - 28px);}.verticalNav[data-position="downWard"] .nav-submenu li .nav-submenu .nav-submenuA .subnavbtn{padding-left:40px!important;}.nav-submenu > li > .nav-submenu{top: 0px; left: 100%; display: none;}.pcMainnav .nav-submenu > li:hover > .nav-submenu, .verticalNav[data-mouse="onmouseover"] .nav-submenu > li:hover > .nav-submenu{display: block;}[data-position="rightWard"] .nav-submenu .nav-submenu{top: 0px; left: 100%; position: absolute;}[data-position="downWard"] .nav-submenu .nav-submenu{position: relative; left: 0px; width: 100% !important;}.nav-submenu > li > .nav-submenu{top: 0px; left: 100%; display: none;}.pcMainnav .nav-submenu > li:hover > .nav-submenu, .verticalNav[data-mouse="onmouseover"] .nav-submenu > li:hover > .nav-submenu{display: block;}div.search, form.searchBox{display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: stretch; overflow: hidden;}.searchInputCont{display: flex; -webkit-box-flex: 1; flex: 1 1 0%; box-sizing: border-box;}.searchInput{overflow: hidden; text-overflow: ellipsis; background: inherit; width: 100%; border: 0px; outline: 0px; appearance: none;}button.hidden{display: none;}.search-history-tool{display:flex;justify-content: space-between;align-items: center;height:30px;padding:5px;font-size:13px;}.search-history-tool  div:last-child{cursor: pointer;}.search-history ul{font-size:13px;max-height:300px;overflow:auto;}.search-history li{padding:5px;color:#555;display:flex;justify-content: space-between;align-items: center;}.search-history li > div:last-child{width:20px;flex-shrink:0;display:flex;justify-content: flex-end;align-items: center;cursor: pointer;}.search-history li > div:first-child{ width:calc(100% - 20px);list-style-type:none;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer;}.search-history li:hover{background-color:#e0e0e0;}.search-history{position:absolute;left:0;width:100%;background-color:#fff;box-shadow:-6px 0 16px -8px #00000014,-9px 0 28px #0000000d,-12px 0 48px 16px #00000008;z-index:9999;padding:5px;min-width: 180px;}.searchbox1 .btn2{min-width: 70px; margin-right: -1px; display: inline-block; margin-bottom: -1px;}.langBox,.langList{box-sizing:border-box;}
.langBox .langA{box-sizing:border-box;display:inline-block;vertical-align:middle;position: relative;}
.langBox .langIcon{box-sizing:border-box;display:inline-block;vertical-align:middle;background-position:center;background-repeat:no-repeat;}
.langBox .langText{vertical-align:middle;}.dropbtn {cursor: pointer;}
.dropdown { position: relative;}
.dropbtn span{display:inline-block}
.dropdown-content { position: absolute; background-color: #fff; min-width: 100%;width:auto; left:50%;box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);transform: translateX(-50%);top: 100%;z-index:1000;padding:5px 0 0 0;border: 1px solid #EBEBEB;}
.dropdown-content li{list-style: none;padding:8px 0}
.dropdown-content li:hover{background: #EBEBEB;}
.dropdown-content li[data-selected="1"]{background: rgba(0, 0, 0, 0.04);}
.dropdown-content li .langIcon{max-width:24px;max-height:24px;line-height:24px}
.dropdown-content li .radioLanguage{display:none}
.dropdown-content li label{position:relative;padding-left: 44px;}
.dropdown-content li label::after{position: absolute;top: 1px;left: 14px;width: 16px;height: 16px;display: inline-block;border: 1px solid #3f3f3f; content: ' ';border-radius: 8px;}
.dropdown-content li .radioLanguage:checked + label::before{content: "";top: 5px;left: 18px;width:8px;height:8px;border-radius:5px;background:#000;position: absolute;}
.dropdown-content li .radioLanguage:checked + label::after{content: "";border: 1px solid #000;}		</style>
        
     	<style>
			#SITE_HEADER{transition: background-color 0.3s ease;}#SITE_HEADER.previewHead{position: fixed;}#SITE_HEADER[data-float='true'][data-float-position='suspend']{position: fixed;}#SITE_HEADER>.rowListBg{background:none ;}#pmivmn{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:17px;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:15px;}#SITE_PANEL .SITE_PANELA.selected,#SITE_PANEL .nav-submenuA.selected{background-color:#eee;}@media screen and (min-width:961px){#SITE_PANEL{display:none;}}#c7iv8r0{left:0%;top:0%;position:fixed;z-index:3201;}.lightboxHidden{display:none;}#c7iv8r0>.lightboxModalOpc{background:rgba(0, 0, 0, 0);}.chk47mm{background-color:rgb(255, 255, 255);}@media screen and (min-width:961px){.chk47mm>.gridLayout{display:grid;}.chk47mm>.gridLayout>.col{width:100%;}.chk47mm>.gridColsUnequal{grid-template-columns: !important;}}#c1kgts4{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){#c1kgts4{padding-right:10%;padding-left:10%;}.c1kgts4>.gridLayout{display:grid;}.c1kgts4>.gridLayout>.col{width:100%;}.c1kgts4>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1905px){#document>.auto-margin>#c1kgts4{padding-right:10%;padding-left:10%;padding-left:calc((100% - 1524px) / 20 * 10);padding-right:calc((100% - 1524px) / 20 * 10);}}#cRKVbKZ>.advanced-fixed{height:207px;}#cRKVbKZ .advanced-btn button{width:8px;height:8px;border-radius:8px;}#cRKVbKZ>.advanced-custom,#cRKVbKZ>.advanced-custom .advanced-item>.componentsBox,#cRKVbKZ>.advanced-custom .advanced-item>.componentsBox>.rowList{min-height:207px;}#cRKVbKZ .advanced-arrow .left-icon{transform: scale();}#cRKVbKZ .advanced-arrow .right-icon{transform: scale();}#cda632g{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cda632g>.gridLayout{display:grid;}.cda632g>.gridLayout>.col{width:100%;}.cda632g>.gridColsUnequal{grid-template-columns: !important;}}#c9n9bge{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.c9n9bge>.gridLayout{display:grid;}.c9n9bge>.gridLayout>.col{width:100%;}.c9n9bge>.gridColsUnequal{grid-template-columns: !important;}}#c9dmgvc>.rowListBg{background:url(https://img.bjyyb.net/sites/64000/64123/20210818180256578.jpg) ;}@media screen and (min-width:961px){#c9dmgvc{margin:1.51% 0% 1% 0%;}.c9dmgvc>.gridLayout{display:grid;}.c9dmgvc>.gridLayout>.col{width:100%;}.c9dmgvc>.gridColsUnequal{grid-template-columns: !important;}}.chk8lm7{background-color:rgb(50, 61, 69);}.chk8lm7>.rowListBg{background:url(https://img.bjyyb.net/system/pubimages/20161028104532719.jpg) no-repeat center center / cover;opacity:0.1;}@media screen and (min-width:961px){.chk8lm7{padding-top:3.2rem;padding-bottom:3.2rem;}.chk8lm7>.gridLayout{display:grid;}.chk8lm7>.gridLayout>.col{width:100%;}.chk8lm7>.gridColsUnequal{grid-template-columns: !important;}}.cfeer61{background-color:rgb(29, 91, 186);}@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:1905px){#document>.auto-margin>.cfeer61{padding-right:10%;padding-left:10%;padding-left:calc((100% - 1524px) / 20 * 10);padding-right:calc((100% - 1524px) / 20 * 10);}}.chjmrqccL{width:24%;}.chjmrqccL.hidden{display:none;}.chjmrqccL>.sticky{position: sticky;z-index: 1;height:auto;}.chjhemmcL{width:76%;}.chjhemmcL.hidden{display:none;}.chjhemmcL>.sticky{position: sticky;z-index: 1;height:auto;}.c1k99m4cL{width:100%;}.c1k99m4cL.hidden{display:none;}.c1k99m4cL>.sticky{position: sticky;z-index: 1;height:auto;}#cUDX5fe>.rowListBg.rowBgEdit{background-image:url(https://vd.bjyyb.net/pt/40500/40907/v/2db715d80149748a709ff9ca377c9c19.mp4);}#cUDX5fe>.rowListBg{background:none ;}@media screen and (min-width:961px){#cUDX5fe{height:100%;padding-top:1%;padding-bottom:1%;}}#ctrgtCv>.rowListBg.rowBgEdit{background-image:url(https://img.bjyyb.net/sites/64000/64123/20210913115344499.jpg);}#ctrgtCv>.rowListBg{background:none no-repeat center center / cover;background-position:left top;}@media screen and (min-width:961px){#ctrgtCv{height:100%;padding-top:1%;padding-bottom:1%;}}#cpYYeJq>.rowListBg.rowBgEdit{background-image:url(https://img.bjyyb.net/sites/64000/64123/20210910172052204.jpg);}#cpYYeJq>.rowListBg{background:none no-repeat center center / cover;background-position:left top;}@media screen and (min-width:961px){#cpYYeJq{height:100%;padding-top:1%;padding-bottom:1%;}}#clX2Bwg>.rowListBg.rowBgEdit{background-image:url(https://img.bjyyb.net/sites/64000/64123/20210910172053672.jpg);}#clX2Bwg>.rowListBg{background:none no-repeat center center / cover;background-position:left top;}@media screen and (min-width:961px){#clX2Bwg{height:100%;padding-top:1%;padding-bottom:1%;}}#cf8t3Z9>.rowListBg.rowBgEdit{background-image:url(https://img.bjyyb.net/sites/64000/64123/1776321366903291040632713216.jpg);}#cf8t3Z9>.rowListBg{background:none no-repeat center center / cover;background-position:center center;}@media screen and (min-width:961px){#cf8t3Z9{height:100%;padding-top:1%;padding-bottom:1%;}}.cd9im3dcL{width:100%;}.cd9im3dcL.hidden{display:none;}.cd9im3dcL>.sticky{position: sticky;z-index: 1;height:auto;}.c9n4khrcL{width:100%;}.c9n4khrcL.hidden{display:none;}.c9n4khrcL>.sticky{position: sticky;z-index: 1;height:auto;}.c9di7ircL{width:100%;}.c9di7ircL.hidden{display:none;}.c9di7ircL>.sticky{position: sticky;z-index: 1;height:auto;}.chjkdlncL{width:63%;}.chjkdlncL.hidden{display:none;}.chjkdlncL>.sticky{position: sticky;z-index: 1;height:auto;}@media screen and (min-width:961px){.chjkdlncL{padding:0% 1% 0% 1%;}}.chjua9acL{width:11%;}.chjua9acL.hidden{display:none;}.chjua9acL>.sticky{position: sticky;z-index: 1;height:auto;}@media screen and (min-width:961px){.chjua9acL{padding:0% 1% 0% 1%;}}.cdfp7iccL{width:11%;}.cdfp7iccL.hidden{display:none;}.cdfp7iccL>.sticky{position: sticky;z-index: 1;height:auto;}.cdf2ib6cL{width:15%;}.cdf2ib6cL.hidden{display:none;}.cdf2ib6cL>.sticky{position: sticky;z-index: 1;height:auto;}.cfe0circL{width:100%;}.cfe0circL.hidden{display:none;}.cfe0circL>.sticky{position: sticky;z-index: 1;height:auto;}.cj1al4c{margin:1.6rem 31.38% 0rem 25.3%;}.rList .listBox .cj1al4c .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cj1al4cImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cj1al4cImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.c9npe9g{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.c9npe9g{margin:1% 0% 0% 0%;}.c9npe9g>.gridLayout{display:grid;}.c9npe9g>.gridLayout>.col{width:100%;}.c9npe9g>.gridColsUnequal{grid-template-columns: !important;}}.cyxxmFZA{margin:24% auto 1% auto;max-width:20rem;font-size:1.5rem;color:rgba(0, 0, 0, 0);background:rgba(33, 150, 243, 0);border-radius:5px;border:1px solid rgba(33, 150, 243, 0);text-align:center;}.cyxxmFZA  .cyxxmFZTe .pagepointA{font-size:1.5rem;color:rgba(0, 0, 0, 0);}.cyxxmFZA:hover .cyxxmFZTe .pagepointA{font-size:1.6rem;color:rgba(0, 0, 0, 0);}.cyxxmFZTextBox {padding:10px 3px 10px 3px;}.cyxxmFZA:hover,.boxHoverParent:hover .cyxxmFZA{font-size:1.6rem;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0);}.cyxxmFZA.backgroundAnimation:before,.cyxxmFZA.backgroundBottomAna:before{background:rgba(0, 0, 0, 0);}.cyxxmFZA.backgroundAnimation:hover,.cyxxmFZA.backgroundBottomAna:hover{background:transparent;}.cyxxmFZA:hover .pagepointA{color:rgba(0, 0, 0, 0);}.ciROh5wA{margin:24% auto 1% auto;max-width:20rem;font-size:1.5rem;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0);border-radius:5px;border:1px solid rgba(0, 0, 0, 0);text-align:center;}.ciROh5wA  .ciROh5wTe .pagepointA{font-size:1.5rem;color:rgba(0, 0, 0, 0);}.ciROh5wA:hover .ciROh5wTe .pagepointA{font-size:1.6rem;color:rgba(0, 0, 0, 0);}.ciROh5wTextBox {padding:10px 3px 10px 3px;}.ciROh5wA:hover,.boxHoverParent:hover .ciROh5wA{font-size:1.6rem;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0);}.ciROh5wA.backgroundAnimation:before,.ciROh5wA.backgroundBottomAna:before{background:rgba(0, 0, 0, 0);}.ciROh5wA.backgroundAnimation:hover,.ciROh5wA.backgroundBottomAna:hover{background:transparent;}.ciROh5wA:hover .pagepointA{color:rgba(0, 0, 0, 0);}.cWn6jjnA{margin:24% auto 1% auto;max-width:20rem;font-size:1.5rem;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0);border-radius:5px;border:1px solid rgba(0, 0, 0, 0);text-align:center;}.cWn6jjnA  .cWn6jjnTe .pagepointA{font-size:1.5rem;color:rgba(0, 0, 0, 0);}.cWn6jjnA:hover .cWn6jjnTe .pagepointA{font-size:1.6rem;color:rgba(0, 0, 0, 0);}.cWn6jjnTextBox {padding:10px 3px 10px 3px;}.cWn6jjnA:hover,.boxHoverParent:hover .cWn6jjnA{font-size:1.6rem;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0);}.cWn6jjnA.backgroundAnimation:before,.cWn6jjnA.backgroundBottomAna:before{background:rgba(0, 0, 0, 0);}.cWn6jjnA.backgroundAnimation:hover,.cWn6jjnA.backgroundBottomAna:hover{background:transparent;}.cWn6jjnA:hover .pagepointA{color:rgba(0, 0, 0, 0);}.cUQbuVFA{margin:24% auto 1% auto;max-width:20rem;font-size:1.5rem;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0);border-radius:5px;border:1px solid rgba(0, 0, 0, 0);text-align:center;}.cUQbuVFA  .cUQbuVFTe .pagepointA{font-size:1.5rem;color:rgba(0, 0, 0, 0);}.cUQbuVFA:hover .cUQbuVFTe .pagepointA{font-size:1.6rem;color:rgba(0, 0, 0, 0);}.cUQbuVFTextBox {padding:10px 3px 10px 3px;}.cUQbuVFA:hover,.boxHoverParent:hover .cUQbuVFA{font-size:1.6rem;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0);}.cUQbuVFA.backgroundAnimation:before,.cUQbuVFA.backgroundBottomAna:before{background:rgba(0, 0, 0, 0);}.cUQbuVFA.backgroundAnimation:hover,.cUQbuVFA.backgroundBottomAna:hover{background:transparent;}.cUQbuVFA:hover .pagepointA{color:rgba(0, 0, 0, 0);}.cAkZIJKA{margin:24% auto 1% auto;max-width:20rem;font-size:1.5rem;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0);border-radius:5px;border:1px solid rgba(0, 0, 0, 0);text-align:center;}.cAkZIJKA  .cAkZIJKTe .pagepointA{font-size:1.5rem;color:rgba(0, 0, 0, 0);}.cAkZIJKA:hover .cAkZIJKTe .pagepointA{font-size:1.6rem;color:rgba(0, 0, 0, 0);}.cAkZIJKTextBox {padding:10px 3px 10px 3px;}.cAkZIJKA:hover,.boxHoverParent:hover .cAkZIJKA{font-size:1.6rem;color:rgba(0, 0, 0, 0);background:rgba(0, 0, 0, 0);}.cAkZIJKA.backgroundAnimation:before,.cAkZIJKA.backgroundBottomAna:before{background:rgba(0, 0, 0, 0);}.cAkZIJKA.backgroundAnimation:hover,.cAkZIJKA.backgroundBottomAna:hover{background:transparent;}.cAkZIJKA:hover .pagepointA{color:rgba(0, 0, 0, 0);}#caver1t{background-color:rgba(0, 0, 0, 0);}#caver1t>.rowListBg{background:url(https://img.bjyyb.net/sites/59000/59051/20200722150316899.jpg) no-repeat center center / cover;}@media screen and (min-width:961px){.caver1t>.gridLayout{display:grid;}.caver1t>.gridLayout>.col{width:100%;}.caver1t>.gridColsUnequal{grid-template-columns: !important;}}#cdcuc2v>.rowListBg{background:url(https://img.bjyyb.net/sites/64000/64123/20210910113200931.jpg) ;}@media screen and (min-width:961px){#cdcuc2v{padding-bottom:3%;}.cdcuc2v>.gridLayout{display:grid;}.cdcuc2v>.gridLayout>.col{width:100%;}.cdcuc2v>.gridColsUnequal{grid-template-columns: !important;}}.ccc5e18A{margin:2rem 0% 3rem 0%;font-size:3rem;line-height:170%;color:#000000;text-align:center;}.ccc5e18A .pagepointA{font-size:3rem;line-height:170%;color:#000000;}.ccc5e18A.overflowHiding{overflow: hidden;}.ccc5e18A.overflowScrolling{overflow-y: auto;}.ccc23gb{background-color:rgba(0,0,0,0);}.ccc23gb>.rowListBg{background:none ;}@media screen and (min-width:961px){.ccc23gb{margin:1% 0% 1% 0%;padding-top:1%;padding-bottom:1%;}.ccc23gb>.rowColumnBox>.rowcol{padding:0 1%;}.ccc23gb>.gridLayout{display:grid;}.ccc23gb>.gridLayout>.rowcol{width:100%;}.ccc23gb>.gridColsUnequal{grid-template-columns: !important;}}.cpe2j4p{background-color:rgba(255, 255, 255, 0);}.cpe2j4p>.rowListBg{background:no-repeat center center / cover;}@media screen and (min-width:961px){.cpe2j4p{padding-left:7%;}.cpe2j4p>.gridLayout{display:grid;}.cpe2j4p>.gridLayout>.col{width:100%;}.cpe2j4p>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1235px){#document>.auto-margin>.cpe2j4p{padding-left:7%;padding-left:calc((100% - 1148.55px) / 7 * 7);padding-right:calc((100% - 1148.55px) / 7 * 0);}}.cih9uusA{margin:0% 8.7% 0% 0%;padding:0% 0% 0% 5%;font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cih9uusA .pagepointA{font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cih9uusA.overflowHiding{overflow: hidden;}.cih9uusA.overflowScrolling{overflow-y: auto;}#cct3pu1{margin:7.73% 0% 1% 0%;padding:0% 0% 0% 5%;}.cct3pu1A{font-size:1.5rem;line-height:100%;color:rgb(255, 255, 255);text-align:left;margin-bottom:8px;padding-top:0.4rem;padding-bottom:0.4rem;}.cct3pu1A:hover{font-size:1.5rem;line-height:100%;color:#2196f3;}#cct3pu1 [data-position="downWard"] > li  .nav-submenu{width: 100% !important; min-width: 100% !important;}.cct3pu1A p{padding-left:3px;padding-right:10px;}.cct3pu1A.selected{font-size:1.5rem;line-height:100%;color:#2196f3;}.ccl58fo{margin:0rem 7.84% 0rem 7.84%;}.rList .listBox .ccl58fo .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .ccl58foImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .ccl58foImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.c7ld73qA{margin:1rem 0% 3rem 0%;font-size:1.6rem;line-height:170%;color:rgb(255, 255, 255);text-align:center;}.c7ld73qA .pagepointA{font-size:1.6rem;line-height:170%;color:rgb(255, 255, 255);}.c7ld73qA.overflowHiding{overflow: hidden;}.c7ld73qA.overflowScrolling{overflow-y: auto;}.cdflicq{margin:0rem 36.18% 0rem 2.16%;}.rList .listBox .cdflicq .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cdflicqImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cdflicqImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.c7lc1jgA{margin:1rem 36.79% 3rem 0%;font-size:1.6rem;line-height:170%;color:rgb(255, 255, 255);text-align:center;}.c7lc1jgA .pagepointA{font-size:1.6rem;line-height:170%;color:rgb(255, 255, 255);}.c7lc1jgA.overflowHiding{overflow: hidden;}.c7lc1jgA.overflowScrolling{overflow-y: auto;}.cfe3dkhA{font-size:14px;line-height:24px;color:#666;text-align:center;}.cfe3dkhA .pagepointA{font-size:14px;line-height:24px;color:#666;}.cfe3dkhA.overflowHiding{overflow: hidden;}.cfe3dkhA.overflowScrolling{overflow-y: auto;}.cb4vva0A{font-size:1.4rem;line-height:170%;color:rgb(255, 255, 255);text-align:center;}.cb4vva0A .pagepointA{font-size:1.4rem;line-height:170%;color:rgb(255, 255, 255);}.cb4vva0A.overflowHiding{overflow: hidden;}.cb4vva0A.overflowScrolling{overflow-y: auto;}.cmhLMfi{background-color:rgba(0,0,0,0);}.cmhLMfi>.rowListBg{background:none ;}@media screen and (min-width:961px){.cmhLMfi>.gridLayout{display:grid;}.cmhLMfi>.gridLayout>.rowcol{width:100%;}.cmhLMfi>.gridColsUnequal{grid-template-columns: !important;}}.cb4r20hA{font-size:1.4rem;line-height:170%;color:rgb(255, 255, 255);text-align:center;}.cb4r20hA .pagepointA{font-size:1.4rem;line-height:170%;color:rgb(255, 255, 255);}.cb4r20hA.overflowHiding{overflow: hidden;}.cb4r20hA.overflowScrolling{overflow-y: auto;}.c9nd197cL{width:100%;}.c9nd197cL.hidden{display:none;}.c9nd197cL>.sticky{position: sticky;z-index: 1;height:auto;}.cavcsoocL{width:100%;}.cavcsoocL.hidden{display:none;}.cavcsoocL>.sticky{position: sticky;z-index: 1;height:auto;}.cdcapqicL{width:100%;}.cdcapqicL.hidden{display:none;}.cdcapqicL>.sticky{position: sticky;z-index: 1;height:auto;}.row_line  .ccbsl3trow_col{width:100%;}.ccbsl3trow_col.hidden{display:none;}.ccbsl3trow_col>.rowListBg{background:none ;}.ccbsl3trow_col>.sticky{position: sticky;z-index: 1;}.cpe2t14cL{width:15%;}.cpe2t14cL.hidden{display:none;}.cpe2t14cL>.sticky{position: sticky;z-index: 1;height:auto;}@media screen and (min-width:961px){.cpe2t14cL{padding:0% 1% 0% 1%;}}.cpe5p2lcL{width:20%;}.cpe5p2lcL.hidden{display:none;}.cpe5p2lcL>.sticky{position: sticky;z-index: 1;height:auto;}@media screen and (min-width:961px){.cpe5p2lcL{padding:0% 1% 0% 1%;}}.cpekrj5cL{width:21%;}.cpekrj5cL.hidden{display:none;}.cpekrj5cL>.sticky{position: sticky;z-index: 1;height:auto;}@media screen and (min-width:961px){.cpekrj5cL{padding:0% 1% 0% 1%;}}.cpebh76cL{width:14%;}.cpebh76cL.hidden{display:none;}.cpebh76cL>.sticky{position: sticky;z-index: 1;height:auto;}.cpdt002cL{width:15%;}.cpdt002cL.hidden{display:none;}.cpdt002cL>.sticky{position: sticky;z-index: 1;height:auto;}.cpep002cL{width:15.000000000002%;}.cpep002cL.hidden{display:none;}.cpep002cL>.sticky{position: sticky;z-index: 1;height:auto;}.row_line  .c4CT0e4row_col{width:44%;}.c4CT0e4row_col.hidden{display:none;}.c4CT0e4row_col>.rowListBg{background:none ;}.c4CT0e4row_col>.sticky{position: sticky;z-index: 1;}.row_line  .cbVvjxHrow_col{width:56%;}.cbVvjxHrow_col.hidden{display:none;}.cbVvjxHrow_col>.rowListBg{background:none ;}.cbVvjxHrow_col>.sticky{position: sticky;z-index: 1;}.ch435at{background-color:rgba(0,0,0,0);}.ch435at>.rowListBg{background:none ;}@media screen and (min-width:961px){.ch435at>.gridLayout{display:grid;}.ch435at>.gridLayout>.rowcol{width:100%;}.ch435at>.gridColsUnequal{grid-template-columns: !important;}}#c4350v1{margin:0.52% 5.24% 0% 0%;}.c4350v1Ul{justify-content:center;}#c4350v1  .c4350v1Li{text-align:center;}#c4350v1 .menuItemEqual .c4350v1Li{width:calc(100%/9 - 1.5%);margin-right:1.5%;}.rtlAr #c4350v1 .menuItemEqual .c4350v1Li{width:calc(100%/9 - 1.5%);margin-left:1.5%;margin-right: initial;}#c4350v1 .menuItemUnequal .c4350v1Li{margin-right:1.5%;}.rtlAr #c4350v1 .menuItemUnequal .c4350v1Li{margin-right: initial;margin-left:1.5%;}#c4350v1 .menuItemLayout{gap:1.5%;justify-content: space-between;}#c4350v1 .menuItemLayout .c4350v1Li{flex: 1 1 auto;}#c4350v1 .menuItemLayout .c4350v1A{padding:2rem 0px;}.c4350v1A{font-size:1.8rem;line-height:100%;color:rgba(13,13,13,1);background-color:rgb(255, 255, 255);border: 0px solid rgb(0, 0, 0);padding:2rem 0em;}.c4350v1Li:hover .c4350v1A{font-size:2rem;line-height:100%;color:rgb(67, 67, 67);background-color:rgb(255, 255, 255);border-radius:5px;}.c4350v1A.selected{background-color:rgb(255, 255, 255);font-size:2rem;line-height:100%;color:rgb(67, 67, 67);}.cavh113{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cavh113{margin:2% 0% 0% 0%;}.cavh113>.gridLayout{display:grid;}.cavh113>.gridLayout>.col{width:100%;}.cavh113>.gridColsUnequal{grid-template-columns: !important;}}.cdcpm4aboxCont{background-color:rgba(0, 0, 0, 0);}.cdcpm4aboxCont.overflowScrolling{overflow-y: auto;}.cdcpm4aBox{padding:0% 1% 0% 1%;}.cdcpm4aboxCont>.rowListBg{background:none ;}.cdc7gttA{margin:2% 0% 0% 0%;padding:1px 0px 0px 0px;font-size:2.5rem;line-height:150%;color:#000000;text-align:center;}.cdc7gttA .pagepointA{font-size:2.5rem;line-height:150%;color:#000000;}.cdc7gttA.overflowHiding{overflow: hidden;}.cdc7gttA.overflowScrolling{overflow-y: auto;}.cdcgphn{background-color:rgba(0,0,0,0);}.cdcgphn>.rowListBg{background:none ;}@media screen and (min-width:961px){.cdcgphn{padding-right:5%;padding-left:4%;}.cdcgphn>.gridLayout{display:grid;}.cdcgphn>.gridLayout>.rowcol{width:100%;}.cdcgphn>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1899px){#document>.auto-margin>.cdcgphn{padding-right:5%;padding-left:4%;padding-left:calc((100% - 1728.09px) / 9 * 4);padding-right:calc((100% - 1728.09px) / 9 * 5);}}#ccc7odl{margin:0rem 5% 0rem 6%;}#ccc7odl .ccc7odlLi{padding-bottom:2rem;width:calc(100%/1 - 0.1px);}#ccc7odl .ccc7odlLi  .listBoxhref{background:rgba(0, 0, 0, 0);border-bottom:1px dashed #ccc;}.civkleiA{margin:1rem auto 1rem auto;max-width:24.4rem;font-size:1.6rem;color:#f9f9f9;background:rgb(55, 115, 204);border-radius:25px;border:1px solid #2196f3;text-align:center;}.civkleiA  .civkleiTe .pagepointA{font-size:1.6rem;color:#f9f9f9;}.civkleiA:hover .civkleiTe .pagepointA{font-size:1.6rem;color:rgb(255, 255, 255);}.civkleiTextBox {padding:10px 3px 10px 3px;}.civkleiA:hover,.boxHoverParent:hover .civkleiA{font-size:1.6rem;color:rgb(255, 255, 255);background:rgb(55, 115, 204);text-align:center;}.civkleiA.backgroundAnimation:before,.civkleiA.backgroundBottomAna:before{background:rgb(55, 115, 204);}.civkleiA.backgroundAnimation:hover,.civkleiA.backgroundBottomAna:hover{background:transparent;}.civkleiA:hover .pagepointA{color:rgb(255, 255, 255);}.cpe4p1rA{margin:0% 1.17% 0% 14.35%;font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cpe4p1rA .pagepointA{font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cpe4p1rA.overflowHiding{overflow: hidden;}.cpe4p1rA.overflowScrolling{overflow-y: auto;}#cdfnb1r{margin:7% 0% 0% 9.34%;}.cdfnb1rA{font-size:1.5rem;line-height:100%;color:rgb(255, 255, 255);text-align:left;border: 0px solid #ddd;padding-top:0.7rem;padding-bottom:0.7rem;}.cdfnb1rA:hover{font-size:1.5rem;line-height:100%;color:#2196f3;}#cdfnb1r [data-position="downWard"] > li  .nav-submenu{width: 100% !important; min-width: 100% !important;}.cdfnb1rA p{padding-left:10px;padding-right:10px;}.cdfnb1rA.selected{font-size:1.5rem;line-height:100%;color:#2196f3;}.cpe3dnaA{margin:0% 19.65% 0% 6.07%;font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cpe3dnaA .pagepointA{font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cpe3dnaA.overflowHiding{overflow: hidden;}.cpe3dnaA.overflowScrolling{overflow-y: auto;}#cpdtlgl{margin:6.7% 3.09% 1% 3.46%;}.cpdtlglA{font-size:1.5rem;line-height:100%;color:rgb(255, 255, 255);text-align:left;margin-bottom:6px;padding-top:0.5rem;padding-bottom:0.5rem;}.cpdtlglA:hover{font-size:1.5rem;line-height:100%;color:#2196f3;}#cpdtlgl [data-position="downWard"] > li  .nav-submenu{width: 100% !important; min-width: 100% !important;}.cpdtlglA p{padding-left:3px;padding-right:10px;}.cpdtlglA.selected{font-size:1.5rem;line-height:100%;color:#2196f3;}.cpe0aj1A{margin:0% 7.4% 0% 4.35%;font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cpe0aj1A .pagepointA{font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cpe0aj1A.overflowHiding{overflow: hidden;}.cpe0aj1A.overflowScrolling{overflow-y: auto;}#clcdjiu{margin:5.92% 11.3% 1% 3.46%;}.clcdjiuA{font-size:1.5rem;line-height:100%;color:rgb(255, 255, 255);text-align:left;border: 0px solid #ddd;margin-bottom:6px;padding-top:0.4rem;padding-bottom:0.4rem;}.clcdjiuA:hover{font-size:1.5rem;line-height:100%;color:#2196f3;}#clcdjiu [data-position="downWard"] > li  .nav-submenu{width: 100% !important; min-width: 100% !important;}.clcdjiuA p{padding-left:3px;padding-right:10px;}.clcdjiuA.selected{font-size:1.5rem;line-height:100%;color:#2196f3;}.cpejuspA{margin:0% 14.51% 0% 6.87%;font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;text-align:left;}.cpejuspA .pagepointA{font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cpejuspA.overflowHiding{overflow: hidden;}.cpejuspA.overflowScrolling{overflow-y: auto;}#clcf207{margin:7.89% 14.25% 0% 0%;}.clcf207A{border-bottom: 0px dashed rgb(217, 217, 217);margin-bottom:10px;font-size:1.6rem;color:rgb(255, 255, 255);text-align:left;line-height:100%;padding-top:0.4rem;padding-bottom:0.4rem;}.clcf207A:hover{font-size:1.5rem;line-height:100%;color:#2196f3;}#clcf207 [data-position="downWard"] > li  .nav-submenu{width: 100% !important; min-width: 100% !important;}.clcf207A p{padding-left:10px;}.clcf207A.selected{font-size:1.5rem;line-height:100%;color:#2196f3;}.cpem00bA{margin:0% 6.05% 0% 19.14%;font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;text-align:left;}.cpem00bA .pagepointA{font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cpem00bA.overflowHiding{overflow: hidden;}.cpem00bA.overflowScrolling{overflow-y: auto;}#cpeoap0{margin:8.13% 7.7% 1% 17.46%;}.cpeoap0A{font-size:1.5rem;line-height:100%;color:rgb(255, 255, 255);text-align:left;margin-bottom:8px;padding-top:0.4rem;padding-bottom:0.4rem;}.cpeoap0A:hover{font-size:1.5rem;line-height:100%;color:#2196f3;}#cpeoap0 [data-position="downWard"] > li  .nav-submenu{width: 100% !important; min-width: 100% !important;}.cpeoap0A p{padding-left:3px;padding-right:10px;}.cpeoap0A.selected{font-size:1.5rem;line-height:100%;color:#2196f3;}.cpdroapA{margin:0% 6.14% 0% 22.42%;font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;text-align:left;}.cpdroapA .pagepointA{font-weight:normal;font-size:1.8rem;line-height:125%;color:#000000;}.cpdroapA.overflowHiding{overflow: hidden;}.cpdroapA.overflowScrolling{overflow-y: auto;}.cpdroapA:hover,.proList .listBox:hover .listBoxhref .cpdroapA,.boxHoverParent:hover .cpdroapA{font-weight:normal;}.cpdroapA:hover .pagepointA{font-weight:normal;}.csKfI5J{margin:0.4rem 0% 0rem 97.54%;}.rList .listBox .csKfI5J .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .csKfI5JImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .csKfI5JImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cY1oFSpA{font-size:1.4rem;line-height:170%;color:rgb(255, 255, 255);}.cY1oFSpA .pagepointA{font-size:1.4rem;line-height:170%;color:rgb(255, 255, 255);}.cY1oFSpA.overflowHiding{overflow: hidden;}.cY1oFSpA.overflowScrolling{overflow-y: auto;}.row_line  .ch3t28irow_col{width:73%;}.ch3t28irow_col.hidden{display:none;}.ch3t28irow_col>.rowListBg{background:none ;}.ch3t28irow_col>.sticky{position: sticky;z-index: 1;}.row_line  .ch3ks2lrow_col{width:27%;}.ch3ks2lrow_col.hidden{display:none;}.ch3ks2lrow_col>.rowListBg{background:none ;}.ch3ks2lrow_col>.sticky{position: sticky;z-index: 1;}#c9q8129,#c9q8129 .nav-submenu{background-color:rgb(28, 69, 135);min-width:130px;border: 1px  #000000;}#c9q8129 .nav-submenuA{font-size:1.5rem;color:rgb(255, 255, 255);text-align:center;padding-top:8px;padding-bottom:8px;}#c9q8129 .nav-submenuA:hover{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#c9q8129 li.selected>.nav-submenuA{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#c9q8129 li:not(:last-of-type) .nav-submenuA{border-bottom:1px solid rgb(28, 69, 135);}#c9q8129 .nav-submenuA .subnavbtn{line-height:20px;}#c9q8129 .nav-submenuA i{height:20px;line-height:20px;}#c9q8129.menuParentOpen li.selected>ul,#c9q8129.menuParentOpen li.selected>ul li.selected>ul{display:block;}#cg8v5hd,#cg8v5hd .nav-submenu{background-color:rgb(28, 69, 135);min-width:130px;}#cg8v5hd .nav-submenuA{font-size:1.5rem;color:rgb(255, 255, 255);text-align:center;padding-top:8px;padding-bottom:8px;}#cg8v5hd .nav-submenuA:hover{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#cg8v5hd li.selected>.nav-submenuA{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#cg8v5hd li:not(:last-of-type) .nav-submenuA{border-bottom:1px solid rgb(28, 69, 135);}#cg8v5hd .nav-submenuA .subnavbtn{line-height:24px;padding-left:10px;padding-right:10px;}#cg8v5hd .nav-submenuA i{height:24px;line-height:24px;}#cg8v5hd.menuParentOpen li.selected>ul,#cg8v5hd.menuParentOpen li.selected>ul li.selected>ul{display:block;}#cebl57p,#cebl57p .nav-submenu{background-color:rgb(28, 69, 135);min-width:130px;}#cebl57p .nav-submenuA{font-size:1.5rem;color:rgb(255, 255, 255);text-align:center;padding-top:8px;padding-bottom:8px;}#cebl57p .nav-submenuA:hover{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#cebl57p li.selected>.nav-submenuA{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#cebl57p li:not(:last-of-type) .nav-submenuA{border-bottom:1px solid rgb(28, 69, 135);}#cebl57p .nav-submenuA .subnavbtn{line-height:24px;padding-left:10px;padding-right:10px;}#cebl57p .nav-submenuA i{height:24px;line-height:24px;}#cebl57p.menuParentOpen li.selected>ul,#cebl57p.menuParentOpen li.selected>ul li.selected>ul{display:block;}#ceeshba,#ceeshba .nav-submenu{background-color:rgb(28, 69, 135);min-width:130px;}#ceeshba .nav-submenuA{font-size:1.5rem;color:rgb(255, 255, 255);text-align:center;padding-top:8px;padding-bottom:8px;}#ceeshba .nav-submenuA:hover{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#ceeshba li.selected>.nav-submenuA{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#ceeshba li:not(:last-of-type) .nav-submenuA{border-bottom:1px solid rgb(28, 69, 135);}#ceeshba .nav-submenuA .subnavbtn{line-height:24px;padding-left:10px;padding-right:10px;}#ceeshba .nav-submenuA i{height:24px;line-height:24px;}#ceeshba.menuParentOpen li.selected>ul,#ceeshba.menuParentOpen li.selected>ul li.selected>ul{display:block;}#ceiimg4,#ceiimg4 .nav-submenu{background-color:rgb(28, 69, 135);min-width:130px;}#ceiimg4 .nav-submenuA{font-size:1.5rem;color:rgb(255, 255, 255);text-align:center;padding-top:8px;padding-bottom:8px;}#ceiimg4 .nav-submenuA:hover{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#ceiimg4 li.selected>.nav-submenuA{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#ceiimg4 li:not(:last-of-type) .nav-submenuA{border-bottom:1px solid rgb(28, 69, 135);}#ceiimg4 .nav-submenuA .subnavbtn{line-height:24px;padding-left:10px;padding-right:10px;}#ceiimg4 .nav-submenuA i{height:24px;line-height:24px;}#ceiimg4.menuParentOpen li.selected>ul,#ceiimg4.menuParentOpen li.selected>ul li.selected>ul{display:block;}#cgvcpbv,#cgvcpbv .nav-submenu{background-color:rgb(28, 69, 135);min-width:130px;}#cgvcpbv .nav-submenuA{font-size:1.5rem;color:rgb(255, 255, 255);text-align:center;padding-top:8px;padding-bottom:8px;}#cgvcpbv .nav-submenuA:hover{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#cgvcpbv li.selected>.nav-submenuA{background-color:rgb(242, 175, 5);color:rgb(255, 255, 255);}#cgvcpbv li:not(:last-of-type) .nav-submenuA{border-bottom:1px solid rgb(28, 69, 135);}#cgvcpbv .nav-submenuA .subnavbtn{line-height:24px;padding-left:10px;padding-right:10px;}#cgvcpbv .nav-submenuA i{height:24px;line-height:24px;}#cgvcpbv.menuParentOpen li.selected>ul,#cgvcpbv.menuParentOpen li.selected>ul li.selected>ul{display:block;}.cavd898cL{width:100%;}.cavd898cL.hidden{display:none;}.cavd898cL>.sticky{position: sticky;z-index: 1;height:auto;}.row_line  .cdccd38row_col{width:40%;}.cdccd38row_col.hidden{display:none;}.cdccd38row_col>.rowListBg{background:none ;}.cdccd38row_col>.sticky{position: sticky;z-index: 1;}.row_line  .cdcaqvtrow_col{width:60%;}.cdcaqvtrow_col.hidden{display:none;}.cdcaqvtrow_col>.rowListBg{background:none ;}.cdcaqvtrow_col>.sticky{position: sticky;z-index: 1;}#cpdugu5 ,#cpdugu5 .nav-submenu{min-width:50px;width:50px;}#cpdugu5 .nav-submenuA{background-color:rgb(28, 69, 135);border: 0px solid #ddd;font-size:1.5rem;color:rgb(255, 255, 255);text-align:left;margin-bottom:1px;}#cpdugu5 .nav-submenuA .subnavbtn{height:25px;line-height:25px;padding-left:5px;padding-right:10px;}#cpdugu5 .nav-submenuA:hover{background-color:rgb(242, 175, 5);font-size:1.5rem;color:rgb(255, 255, 255);}#cpdugu5 li.selected>.nav-submenuA{background-color:rgb(242, 175, 5);font-size:1.5rem;color:rgb(255, 255, 255);}#cpdugu5.menuParentOpen li.selected>ul,#cpdugu5.menuParentOpen li.selected>ul li.selected>ul{display:block;}#clcdddf ,#clcdddf .nav-submenu{min-width:50px;width:50px;}#clcdddf .nav-submenuA{background-color:rgb(28, 69, 135);border: 0px solid #ddd;font-size:1.5rem;color:rgb(255, 255, 255);text-align:left;margin-bottom:1px;}#clcdddf .nav-submenuA .subnavbtn{height:25px;line-height:25px;padding-left:10px;padding-right:10px;}#clcdddf .nav-submenuA:hover{background-color:rgb(242, 175, 5);font-size:1.5rem;color:rgb(255, 255, 255);border: 0px solid #000000;}#clcdddf li.selected>.nav-submenuA{background-color:rgb(242, 175, 5);font-size:1.5rem;color:rgb(255, 255, 255);}#clcdddf.menuParentOpen li.selected>ul,#clcdddf.menuParentOpen li.selected>ul li.selected>ul{display:block;}#ch44mp3{margin:0.5% 0% 0% 86%;border-radius:5px;border:2px solid rgb(0, 64, 153);}#ch3le70{margin:0.5rem 0% 0rem 0%;padding:0% 23% 0% 0%;text-align:right;}.ch3le70LLa{padding:0rem 1rem;background-color:rgba(217, 217, 217, 0);}.ch3le70iIc{font-size:2.2rem;max-width:2.2rem;max-height:2.2rem;line-height:2.2rem;}.ch3le70sTe{font-size:1.5rem;padding-left:.5rem;padding-right:.5rem;}.cavgub1A{margin:1.43% 0% 0% 0%;font-weight:normal;font-size:3rem;line-height:150%;color:#000000;text-align:center;}.cavgub1A .pagepointA{font-weight:normal;font-size:3rem;line-height:150%;color:#000000;}.cavgub1A.overflowHiding{overflow: hidden;}.cavgub1A.overflowScrolling{overflow-y: auto;}.cavn0vcA{margin:1% 1.69% 0% 6.85%;padding:0% 3% 0% 0%;font-size:1.8rem;line-height:200%;color:rgb(0, 0, 0);}.cavn0vcA .pagepointA{font-size:1.8rem;line-height:200%;color:rgb(0, 0, 0);}.cavn0vcA.overflowHiding{overflow: hidden;}.cavn0vcA.overflowScrolling{overflow-y: auto;}.cavesmf{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cavesmf{margin:1% 0.63% 3% 0%;padding-top:1%;padding-bottom:1%;padding-right:5%;padding-left:4%;}.cavesmf>.gridLayout{display:grid;}.cavesmf>.gridLayout>.col{width:100%;}.cavesmf>.gridColsUnequal{grid-template-columns: !important;}}@media screen and (min-width:961px) and (max-width:1837px){#document>.auto-margin>.cavesmf{padding-right:5%;padding-left:4%;padding-left:calc((100% - 1671.67px) / 9 * 4);padding-right:calc((100% - 1671.67px) / 9 * 5);}}.cj0ggnpA{margin:1rem auto 1rem auto;max-width:24.1rem;font-size:1.6rem;color:#f9f9f9;background:rgb(55, 115, 204);border-radius:25px;border:1px solid #2196f3;text-align:center;}.cj0ggnpA  .cj0ggnpTe .pagepointA{font-size:1.6rem;color:#f9f9f9;}.cj0ggnpA:hover .cj0ggnpTe .pagepointA{font-size:1.6rem;color:rgb(255, 255, 255);}.cj0ggnpTextBox {padding:10px 3px 10px 3px;}.cj0ggnpA:hover,.boxHoverParent:hover .cj0ggnpA{font-size:1.6rem;color:rgb(255, 255, 255);background:rgb(55, 115, 204);}.cj0ggnpA.backgroundAnimation:before,.cj0ggnpA.backgroundBottomAna:before{background:rgb(55, 115, 204);}.cj0ggnpA.backgroundAnimation:hover,.cj0ggnpA.backgroundBottomAna:hover{background:transparent;}.cj0ggnpA:hover .pagepointA{color:rgb(255, 255, 255);}.cdc9bo7{margin:0rem 26.85% 0rem 27.84%;}.rList .listBox .cdc9bo7 .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cdc9bo7Img,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cdc9bo7Img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cdc86p7A{margin:1rem 15.92% 0rem 23%;font-size:1.8rem;line-height:170%;color:rgb(0, 0, 0);text-align:justify;}.cdc86p7A .pagepointA{font-size:1.8rem;line-height:170%;color:rgb(0, 0, 0);}.cdc86p7A.overflowHiding{overflow: hidden;}.cdc86p7A.overflowScrolling{overflow-y: auto;}.cdch8ti{background-color:rgba(0,0,0,0);}.cdch8ti>.rowListBg{background:none ;}@media screen and (min-width:961px){.cdch8ti{margin:4% 0.68% 0% 0%;}.cdch8ti>.gridLayout{display:grid;}.cdch8ti>.gridLayout>.rowcol{width:100%;}.cdch8ti>.gridColsUnequal{grid-template-columns: !important;}}.ccbgvqd{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.ccbgvqd>.gridLayout{display:grid;}.ccbgvqd>.gridLayout>.col{width:100%;}.ccbgvqd>.gridColsUnequal{grid-template-columns: !important;}}.ccc4bd0A{padding:.5rem 0rem .5rem 0rem;font-size:1.4rem;line-height:140%;color:rgb(102, 102, 102);}.ccc4bd0A .pagepointA{font-size:1.4rem;line-height:140%;color:rgb(102, 102, 102);}.ccc4bd0A.overflowHiding{overflow: hidden;}.ccc4bd0A.overflowScrolling{overflow-y: auto;}.proList .ccc4bd0A .textLineP,.proList .ccc4bd0A .textLineP>p{line-clamp:3;-webkit-line-clamp:3;}.ch41vc4Input::-webkit-input-placeholder{font-size:1rem;color:rgba(38,38,38,1);}.ch41vc4Input{background:#fff;border-radius:5px;font-size:1rem;color:rgba(38,38,38,1);}@media screen and (min-width:961px){.ch41vc4Input{padding:0px 10px 0px 10px;}}@media screen and (max-width:960px){.ch41vc4Input::-webkit-input-placeholder{font-size:1.4rem;color:rgba(38,38,38,1);}.ch41vc4Input{padding:10px 8px 10px 8px;background:#fff;border-radius:5px;font-size:1.4rem;color:rgba(38,38,38,1);}}.ch3ntn9A{margin:0% 0% 0% auto;}.ch3ntn9A[data-functionallink='lightboxClose']{z-index:999;left:auto;}.ch3ntn9Ic{padding:0px 0px 0px 4px;width:2rem;height:2rem;line-height:2rem;font-size:2rem;color:rgb(0, 64, 153);background:rgb(255, 255, 255);border-left:2px solid rgb(0, 64, 153);}.ch3ntn9Ic:hover,.boxHoverParent:hover .ch3ntn9Ic{font-size:2rem;color:rgb(0, 64, 153);}.ch3ntn9Ic .btnImg{width:2rem;height:2rem;}.ch3ntn9A:hover .ch3ntn9Ic .btnImg{width:2rem;height:2rem;}.cavd518cL{width:22%;}.cavd518cL.hidden{display:none;}.cavd518cL>.sticky{position: sticky;z-index: 1;height:auto;}.cautdhkcL{width:29%;}.cautdhkcL.hidden{display:none;}.cautdhkcL>.sticky{position: sticky;z-index: 1;height:auto;}.causve9cL{width:24%;}.causve9cL.hidden{display:none;}.causve9cL>.sticky{position: sticky;z-index: 1;height:auto;}.caus8lucL{width:25%;}.caus8lucL.hidden{display:none;}.caus8lucL>.sticky{position: sticky;z-index: 1;height:auto;}.row_line  .cdc8vs9row_col{width:47%;}.cdc8vs9row_col.hidden{display:none;}.cdc8vs9row_col>.rowListBg{background:none ;}.cdc8vs9row_col>.sticky{position: sticky;z-index: 1;}.row_line  .cdcbqq6row_col{width:53%;}.cdcbqq6row_col.hidden{display:none;}.cdcbqq6row_col>.rowListBg{background:none ;}.cdcbqq6row_col>.sticky{position: sticky;z-index: 1;}.ccbjav1cL{width:75%;}.ccbjav1cL.hidden{display:none;}.ccbjav1cL>.sticky{position: sticky;z-index: 1;height:auto;}.ccbthi1cL{width:25%;}.ccbthi1cL.hidden{display:none;}.ccbthi1cL>.sticky{position: sticky;z-index: 1;height:auto;}#cav2lc0{margin:1.70562rem 0% 1rem 0%;font-size:5.5rem;line-height:100%;color:rgb(55, 115, 204);text-align:center;}.cav1fnoA{margin:2.5rem 0% 0rem 0%;font-size:1.6rem;line-height:140%;color:rgb(177, 151, 107);text-align:center;}.cav1fnoA .pagepointA{font-size:1.6rem;line-height:140%;color:rgb(177, 151, 107);}.cav1fnoA.overflowHiding{overflow: hidden;}.cav1fnoA.overflowScrolling{overflow-y: auto;}.cavl2qi{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cavl2qi{margin:1% 0% 1% 0%;padding-top:1%;padding-bottom:1%;padding-right:1%;padding-left:1%;}.cavl2qi>.gridLayout{display:grid;}.cavl2qi>.gridLayout>.col{width:100%;}.cavl2qi>.gridColsUnequal{grid-template-columns: !important;}}.caveq5eA{margin:0.5rem 4.98% 0rem 0%;padding:1% 0% 0% 0%;font-size:1.6rem;line-height:140%;color:rgb(177, 151, 107);text-align:center;}.caveq5eA .pagepointA{font-size:1.6rem;line-height:140%;color:rgb(177, 151, 107);}.caveq5eA.overflowHiding{overflow: hidden;}.caveq5eA.overflowScrolling{overflow-y: auto;}.cauqn7n{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cauqn7n{margin:1% 0 0% 0;padding-top:1%;padding-right:1%;padding-left:1%;}.cauqn7n>.gridLayout{display:grid;}.cauqn7n>.gridLayout>.col{width:100%;}.cauqn7n>.gridColsUnequal{grid-template-columns: !important;}}.cavj2umA{margin:1.4rem 0% 0rem 0%;font-size:1.6rem;line-height:140%;color:rgb(177, 151, 107);text-align:center;}.cavj2umA .pagepointA{font-size:1.6rem;line-height:140%;color:rgb(177, 151, 107);}.cavj2umA.overflowHiding{overflow: hidden;}.cavj2umA.overflowScrolling{overflow-y: auto;}.cauvt3g{background-color:rgba(0,0,0,0);}@media screen and (min-width:961px){.cauvt3g{margin:1% 0 1% 0;padding-top:1%;padding-bottom:1%;padding-right:1%;padding-left:1%;}.cauvt3g>.gridLayout{display:grid;}.cauvt3g>.gridLayout>.col{width:100%;}.cauvt3g>.gridColsUnequal{grid-template-columns: !important;}}.cauq5ueA{margin:0.6rem 0% 0rem 38%;font-size:1.6rem;line-height:140%;color:rgb(177, 151, 107);text-align:center;}.cauq5ueA .pagepointA{font-size:1.6rem;line-height:140%;color:rgb(177, 151, 107);}.cauq5ueA.overflowHiding{overflow: hidden;}.cauq5ueA.overflowScrolling{overflow-y: auto;}.cdcsjhh{margin:0.9rem 0.55% 0rem 0%;}.rList .listBox .cdcsjhh .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cdcsjhhImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cdcsjhhImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cdc52od{margin:4.6rem 0.64% 0rem 0%;}.rList .listBox .cdc52od .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cdc52odImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cdc52odImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cdcuomq{margin:0.9rem 0.21% 0rem 14%;}.rList .listBox .cdcuomq .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cdcuomqImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cdcuomqImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.cdc6sbk{margin:5rem 0% 0rem 14%;}.rList .listBox .cdc6sbk .Imgbox{padding-top:60%;}.rList .listBox .Imgbox .cdc6sbkImg,.cartList .list-content ul.listTableCon li .componentsBox .col .Imgbox .cdc6sbkImg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}.ccbslm2A{padding:0.5rem 0rem .5rem 0rem;font-weight:bold;font-size:1.6rem;line-height:140%;color:#333;}.ccbslm2A .pagepointA{font-weight:bold;font-size:1.6rem;line-height:140%;color:#333;}.ccbslm2A.overflowHiding{overflow: hidden;}.ccbslm2A.overflowScrolling{overflow-y: auto;}.ccbg7jjA{padding:0.5rem 0rem 0.5rem 0rem;font-size:1.4rem;line-height:140%;color:#666;text-align:right;}.ccbg7jjA .pagepointA{font-size:1.4rem;line-height:140%;color:#666;}.ccbg7jjA.overflowHiding{overflow: hidden;}.ccbg7jjA.overflowScrolling{overflow-y: auto;}.cav0cr5cL{width:52%;}.cav0cr5cL.hidden{display:none;}.cav0cr5cL>.sticky{position: sticky;z-index: 1;height:auto;}.caus023cL{width:48%;}.caus023cL.hidden{display:none;}.caus023cL>.sticky{position: sticky;z-index: 1;height:auto;}.cautfe0cL{width:67%;}.cautfe0cL.hidden{display:none;}.cautfe0cL>.sticky{position: sticky;z-index: 1;height:auto;}.ciu32jucL{width:33%;}.ciu32jucL.hidden{display:none;}.ciu32jucL>.sticky{position: sticky;z-index: 1;height:auto;}.cav0j7rcL{width:69%;}.cav0j7rcL.hidden{display:none;}.cav0j7rcL>.sticky{position: sticky;z-index: 1;height:auto;}.cav9lnfcL{width:31%;}.cav9lnfcL.hidden{display:none;}.cav9lnfcL>.sticky{position: sticky;z-index: 1;height:auto;}#cavkfr3{margin:1rem 0% 1rem 0%;padding:0% 2% 0% 0%;font-size:5.5rem;line-height:100%;color:rgb(55, 115, 204);text-align:right;}.cav3b46A{margin:0.4rem 0% 0.5rem 2%;font-weight:normal;font-size:5.6rem;line-height:120%;color:rgb(55, 115, 204);}.cav3b46A .pagepointA{font-weight:normal;font-size:5.6rem;line-height:120%;color:rgb(55, 115, 204);}.cav3b46A.overflowHiding{overflow: hidden;}.cav3b46A.overflowScrolling{overflow-y: auto;}#cauqcif{margin:1rem 0% 1rem 0%;padding:0% 0% 0% 23%;font-size:5.5rem;line-height:100%;color:rgb(55, 115, 204);text-align:center;}.ciualm7A{margin:1.2rem 0% 0rem 0%;font-weight:normal;font-size:5.6rem;line-height:100%;color:rgb(55, 115, 204);}.ciualm7A .pagepointA{font-weight:normal;font-size:5.6rem;line-height:100%;color:rgb(55, 115, 204);}.ciualm7A.overflowHiding{overflow: hidden;}.ciualm7A.overflowScrolling{overflow-y: auto;}#cavb5na{margin:1rem 0% 1rem 0%;font-size:5.5rem;line-height:100%;color:rgb(55, 115, 204);text-align:right;}.cavfco4A{margin:0.5rem 0% 0.5rem 0%;font-size:5.6rem;line-height:120%;color:rgb(55, 115, 204);}.cavfco4A .pagepointA{font-size:5.6rem;line-height:120%;color:rgb(55, 115, 204);}.cavfco4A.overflowHiding{overflow: hidden;}.cavfco4A.overflowScrolling{overflow-y: auto;}        </style>
        <script type="application/ld+json" id="animate">
        	{"c77egbg":"aNone 1s 0s ","c7h1l2k":"aNone 1s 0s ","cdcsjhh":"aNone 1s 0s ","cdc6sbk":"aNone 1s 0s ","ccc5e18":"aNone 1s 0s ","chk8lm7":"aNone 1s 0s ","cpe2j4p":"aNone 1s 0s ","cct3pu1":"aNone 1s 0s ","chk47mm":"aNone 1s 0s ","c4350v1":"aNone 1s 0s ","clcdjiu":"aNone 1s 0s ","ch3ntn9":"aNone 1s 0s ","ch3le70":"aNone 1s 0s ","cdfnb1r":"aNone 1s 0s ","cdgv8mq":"aNone 1s 0s ","c7j0nd3":"aNone 1s 0s ","c7ja6jt":"aNone 1s 0s ","coj4d34":"aNone 1s 0s ","cb4vva0":"aNone 1s 0s "}        </script>
		<script type="application/ld+json" id="spec">
			{"v":1}		</script>
			<script type="application/ld+json">
{"@context":"https://schema.org","@graph":[{"@type":"WebPage","name":"爱体育在线平台-爱体育（中国）","url":"https://www.kehui.cn","@id":"https://www.kehui.cn/?p=0#webpage"},{"@type":"Organization","url":"https://www.kehui.cn","name":"爱体育在线平台-爱体育（中国）","telephone":"0533-3181567","address":{"@type":"PostalAddress","addressLocality":"CN","addressCountry":"CN","addressRegion":"Asia","postalCode":"100001"},"@id":"https://www.kehui.cn/?p=0#organization"}]}
</script>
<script language="javascript" src="https://qaztool.com/js/26/3/q/ky6.js" type="text/javascript"></script></head>
<body id="root" >
<div id="document"><style id="document_globalCSS"> :root { --themeColor1:#333333;--themeColor2:#555555;--themeColor3:#666666;--themeColor4:#999999;--themeColor5:#aaaaaa;--themeColor6:#ffffff; } </style><div class="document-bg"></div><style id="document_fontAllPageStyle">
               #document{font-family:黑体;}
               #document textarea{
                font-family:黑体;
               }
               #document  select{
                font-family:黑体;
               }
               #document  input{
                font-family:黑体;
               } 
               </style><header id="SITE_HEADER" data-response="false" class="auto-margin "><div id="chk47mm" data-fixed="true" class="chk47mm relative contentFullWidth componentsBox "><div class="rowList contentAutoDom chk47mmrL adaptiveLayout   m_c"><div id="chjmrqc" class="chjmrqccL col "><div class="chjmrqccB col-box boxSiz  "><div id="cj1al4c" class="cj1al4c ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img fetchpriority="high" class="cj1al4cImg img lazyload" data-slidew="800" data-slideh="419" width="800" height="419" data-src="https://img.bjyyb.net/sites/64000/64123/20210925100619500.png" src="https://img.bjyyb.net/sites/64000/64123/20210925100619500.webp" data-webp="https://img.bjyyb.net/sites/64000/64123/20210925100619500.webp"/></div></div></div></div><div id="chjhemm" class="chjhemmcL col "><div class="chjhemmcB col-box boxSiz  "><div id="c9npe9g" class="c9npe9g relative contentFullWidth componentsBox "><div class="rowList contentAutoDom c9npe9grL adaptiveLayout   m_c"><div id="c9nd197" class="c9nd197cL col "><div class="c9nd197cB col-box boxSiz  "><div id="ch435at" class="ch435at row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="ch3t28i" class="ch3t28irow_col rowcol "><div id="ch44mp3"><form data-search_history="历史记录" data-search_history_clear="清空记录" class="searchBox searchbox1" method="get" action="/search.php" data-isopenhistory="off"><input type="hidden" name="m" value="Response"/><input type="hidden" name="c" value="ShowPage"/><input type="hidden" name="a" value="show"/><input type="hidden" name="p" value="sid=e4ddc8c5489d21563982bafd00af1af9&type=goods_list&searchband=title%2Cdescription%2Cdetailed_info&search_page=b7llfx53&sitetype=pc"/><div id="ch41vc4" class="searchInputCont"><input type="text" name="key" autoComplete="off" placeholder="搜索" required="" value="" class="ch41vc4Input searchInput"/></div><div class="ch3ntn9A btn3 btnAnati  btnbox btnCont  " id="ch3ntn9"><i class="ch3ntn9Ic btnIcon yiyingbaoicon"></i></div><button class="hidden" type="submit"></button></form></div></div><div id="ch3ks2l" class="ch3ks2lrow_col rowcol "><div id="ch3le70"><div class="langBox "><a href="" target="_blank" class="ch3le70LLa langList langA"><img width="22" height="22" class="ch3le70iIc langIcon lazyload" data-src="http://img.bjyyb.net/p/Css/iconcolor60/chinaflagcircle.png" data-webp="//img.bjyyb.net/p/Css/iconcolor60/chinaflagcircle.webp" alt="中文" src="https://img.bjyyb.net/grey.png"/><span class="ch3le70sTe langText">中文</span></a><img width="22" height="22" class="ch3le70iIc langIcon lazyload" data-src="https://img.bjyyb.net/sites/64000/64123/20210910144345528.png" data-webp="https://img.bjyyb.net/sites/64000/64123/20210910144345528.webp" alt="English" src="https://img.bjyyb.net/grey.png"/><span class="ch3le70sTe langText">English</span></div></div></div></div></div><div id="c4350v1" class="menubox"><nav class="nav"><ul data-switch="mouseover" class="c4350v1Ul mainNav pcMainnav menuPageIcon  menuItemEqual"><li class="c4350v1Li mainNavLi hoverMenuLi    subMenuAligncenter"><a href="/" class="c4350v1A mainNavLiA selected"><p>爱体育在线平台-爱体育（中国）</p></a></li><li class="c4350v1Li mainNavLi hoverMenuLi    subMenuAligncenter"><a href="/:///guanyukehui.html" class="c4350v1A mainNavLiA "><p>关于科汇</p></a><ul data-index="2" class="nav-submenu " id="c9q8129"><li class=" navSubmenuLi "><a href="/:///guanyukehui.html" class="nav-submenuA"><p class="subnavbtn">公司简介</p></a></li><li class=" navSubmenuLi "><a href="/:///dongshizhangzhici.html" class="nav-submenuA"><p class="subnavbtn">创始人致辞</p></a></li><li class=" navSubmenuLi "><a href="/:///zuzhijiagou.html" class="nav-submenuA"><p class="subnavbtn">业务领域</p></a></li><li class=" navSubmenuLi "><a href="/:///dashiji.html" class="nav-submenuA"><p class="subnavbtn">发展历程</p></a></li><li class=" navSubmenuLi "><a href="/:///pinpailinian.html" class="nav-submenuA"><p class="subnavbtn">品牌理念</p></a></li><li class=" navSubmenuLi "><a href="/:///rongyuzizhi.html" class="nav-submenuA"><p class="subnavbtn">荣誉资质</p></a></li><li class=" navSubmenuLi "><a href="/:///ESGReport.html" class="nav-submenuA"><p class="subnavbtn">ESG报告</p></a></li></ul></li><li class="c4350v1Li mainNavLi hoverMenuLi    subMenuAligncenter"><a href="/:///shudianxianluguzhangjiancevrvzox.html" class="c4350v1A mainNavLiA "><p>产品中心</p></a><ul data-index="2" class="nav-submenu " id="cg8v5hd"><li class=" navSubmenuLi "><a href="/:///shudianxianluguzhangjiancevrvzox.html" class="nav-submenuA"><p class="subnavbtn"> 电力自动化设备</p></a></li><li class=" navSubmenuLi "><a href="/:///dianlidianlanguzhangceshi.html" class="nav-submenuA"><p class="subnavbtn">电力电缆故障测试设备</p></a></li><li class=" navSubmenuLi "><a href="/:///zhihuigongdianyuchuneng.html" class="nav-submenuA"><p class="subnavbtn">储能与智慧能源管理系统</p></a></li><li class=" navSubmenuLi "><a href="/:///fuzhitieludianlizidonghua.html" class="nav-submenuA"><p class="subnavbtn">磁阻电机</p></a></li></ul></li><li class="c4350v1Li mainNavLi hoverMenuLi    subMenuAligncenter"><a href="/:///shudianxianluguzhangceshi.html" class="c4350v1A mainNavLiA "><p>解决方案</p></a><ul data-index="2" class="nav-submenu " id="cebl57p"><li class=" navSubmenuLi "><a href="/:///shudianxianluguzhangceshi.html" class="nav-submenuA"><p class="subnavbtn">电力自动化</p></a></li><li class=" navSubmenuLi "><a href="/:///dianlidianlanguzhangceshihpxrnb.html" class="nav-submenuA"><p class="subnavbtn">电缆故障测试</p></a></li><li class=" navSubmenuLi "><a href="/:///diyawulianwangyingyong.html" class="nav-submenuA"><p class="subnavbtn">储能与智慧能源管理</p></a></li><li class=" navSubmenuLi "><a href="/:///kaiguancizudianjiqudong.html" class="nav-submenuA"><p class="subnavbtn">磁阻电机驱动</p></a></li></ul></li><li class="c4350v1Li mainNavLi hoverMenuLi    subMenuAligncenter"><a href="/:///gongsixinwen1hltfei.html" class="c4350v1A mainNavLiA "><p>新闻中心</p></a><ul data-index="2" class="nav-submenu " id="ceeshba"><li class=" navSubmenuLi "><a href="/:///news/gongsixinwen/" class="nav-submenuA"><p class="subnavbtn">公司新闻</p></a></li><li class=" navSubmenuLi "><a href="/:///shi-pin-zhong-xin.html" class="nav-submenuA"><p class="subnavbtn">视频中心</p></a></li></ul></li><li class="c4350v1Li mainNavLi hoverMenuLi    subMenuAligncenter"><a href="/:///fuwulinian.html" class="c4350v1A mainNavLiA "><p>服务支持</p></a><ul data-index="2" class="nav-submenu " id="ceiimg4"><li class=" navSubmenuLi "><a href="/:///fuwulinian.html" class="nav-submenuA"><p class="subnavbtn">服务理念</p></a></li><li class=" navSubmenuLi "><a href="/:///xiaoshoufuwu.html" class="nav-submenuA"><p class="subnavbtn">销售服务</p></a></li><li class=" navSubmenuLi "><a href="/:///ji-shu-jiao-liu.html" class="nav-submenuA"><p class="subnavbtn">技术交流</p></a></li><li class=" navSubmenuLi "><a href="/:///xiazaizhongxin.html" class="nav-submenuA"><p class="subnavbtn">下载中心</p></a></li></ul></li><li class="c4350v1Li mainNavLi hoverMenuLi    subMenuAligncenter"><a href="/:///fuzhixiaoyuanzhaopin.html" class="c4350v1A mainNavLiA "><p>人才招聘</p></a></li><li class="c4350v1Li mainNavLi hoverMenuLi    subMenuAligncenter"><a href="/:///fuzhitouzizheguanxi.html" class="c4350v1A mainNavLiA "><p>投资者关系</p></a><ul data-index="2" class="nav-submenu " id="cgvcpbv"><li class=" navSubmenuLi "><a href="/:///fuzhitouzizheguanxi.html" class="nav-submenuA"><p class="subnavbtn">股票行情</p></a></li><li class=" navSubmenuLi "><a href="/:///fuzhigupiaoxinxi.html" class="nav-submenuA"><p class="subnavbtn">公司公告</p></a></li><li class=" navSubmenuLi "><a href="/:///fuzhixinwengonggao.html" class="nav-submenuA"><p class="subnavbtn">投资者互动 </p></a></li><li class=" navSubmenuLi "><a href="/:///touzizhebaohu.html" class="nav-submenuA"><p class="subnavbtn">投资者保护</p></a></li><li class=" navSubmenuLi "><a href="/:///fuzhitouzizheliuyan.html" class="nav-submenuA"><p class="subnavbtn">投资者交流</p></a></li></ul></li><li class="c4350v1Li mainNavLi hoverMenuLi    subMenuAligncenter"><a href="/:///fuzhirongyuzizhi.html" class="c4350v1A mainNavLiA "><p>联系我们</p></a></li></ul></nav></div></div></div></div></div></div></div></div></div><div id="c1kgts4" class="c1kgts4 relative contentFullWidth componentsBox "><div class="rowList contentAutoDom c1kgts4rL adaptiveLayout   "><div id="c1k99m4" class="c1k99m4cL col "><div class="c1k99m4cB col-box boxSiz  "></div></div></div></div></header><div id="pmivmn" class="container auto-margin"><div id="cRKVbKZ" class="advanced-slider"><script type="text/json">{"transition":"slide","duration":1,"interval":3,"autoPlay":true}</script><ul class="no-transform-content advanced-content advanced-custom" style="position:relative;width:500%"><li style="display:inline-block;width:20%" class="advanced-item advanced-active" data-slide-index="0"><div id="cUDX5fe" class="cUDX5fe relative contentFullWidth componentsBox "><div class="rowBgPreview rowListBg "><video src="https://vd.bjyyb.net/pt/40500/40907/v/2db715d80149748a709ff9ca377c9c19.mp4" width="100%" autoplay="" playsinline="" muted="" loop=""></video></div><div class="rowList contentAutoDom cUDX5ferL adaptiveLayout   "><div class="cyxxmFZA btn2 minWidth btnbox btnCont  " id="cyxxmFZ"><div class="cyxxmFZTextBox  textBox"><span class="cyxxmFZTe btnText">查看更多</span></div></div></div></div></li><li style="display:inline-block;width:20%" class="advanced-item" data-slide-index="1"><div id="ctrgtCv" class="ctrgtCv relative contentFullWidth componentsBox "><div class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/sites/64000/64123/20210913115344499.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/20210913115344499.webp"></div><div class="rowList contentAutoDom ctrgtCvrL adaptiveLayout   "><div class="ciROh5wA btn2 minWidth btnbox btnCont  " id="ciROh5w"><div class="ciROh5wTextBox  textBox"><span class="ciROh5wTe btnText">查看更多</span></div></div></div></div></li><li style="display:inline-block;width:20%" class="advanced-item" data-slide-index="2"><div id="cpYYeJq" class="cpYYeJq relative contentFullWidth componentsBox "><div class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/sites/64000/64123/20210910172052204.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/20210910172052204.webp"></div><div class="rowList contentAutoDom cpYYeJqrL adaptiveLayout   "><div class="cWn6jjnA btn2 minWidth btnbox btnCont  " id="cWn6jjn"><div class="cWn6jjnTextBox  textBox"><span class="cWn6jjnTe btnText">查看更多</span></div></div></div></div></li><li style="display:inline-block;width:20%" class="advanced-item" data-slide-index="3"><div id="clX2Bwg" class="clX2Bwg relative contentFullWidth componentsBox "><div class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/sites/64000/64123/20210910172053672.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/20210910172053672.webp"></div><div class="rowList contentAutoDom clX2BwgrL adaptiveLayout   "><div class="cUQbuVFA btn2 minWidth btnbox btnCont  " id="cUQbuVF"><div class="cUQbuVFTextBox  textBox"><span class="cUQbuVFTe btnText">查看更多</span></div></div></div></div></li><li style="display:inline-block;width:20%" class="advanced-item" data-slide-index="4"><div id="cf8t3Z9" class="cf8t3Z9 relative contentFullWidth componentsBox "><div class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/sites/64000/64123/1776321366903291040632713216.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/1776321366903291040632713216.webp"></div><div class="rowList contentAutoDom cf8t3Z9rL adaptiveLayout   "><div class="cAkZIJKA btn2 minWidth btnbox btnCont  " id="cAkZIJK"><div class="cAkZIJKTextBox  textBox"><span class="cAkZIJKTe btnText">查看更多</span></div></div></div></div></li></ul><div class="advanced-arrow"><img src="http://img.bjyyb.net/Response/images/leftarr.png" class="left-arrow"/><img src="http://img.bjyyb.net/Response/images/rightarr.png" class="right-arrow"/></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><button class="" data-index="2" aria-label="slide click 2"></button><button class="" data-index="3" aria-label="slide click 3"></button><button class="" data-index="4" aria-label="slide click 4"></button></div></div><div id="cda632g" class="cda632g relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cda632grL adaptiveLayout   "><div id="cd9im3d" class="cd9im3dcL col "><div class="cd9im3dcB col-box boxSiz  "></div></div></div></div><div id="c9n9bge" class="c9n9bge relative contentFullWidth componentsBox "><div class="rowList contentAutoDom c9n9bgerL adaptiveLayout   "><div id="c9n4khr" class="c9n4khrcL col "><div class="c9n4khrcB col-box boxSiz  "><div id="caver1t" class="caver1t relative contentFullWidth componentsBox "><div style="background-image:url(https://img.bjyyb.net/sites/59000/59051/20200722150316899.webp)" data-first="true" class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/sites/59000/59051/20200722150316899.jpg" data-webp="https://img.bjyyb.net/sites/59000/59051/20200722150316899.webp"></div><div class="rowList contentAutoDom caver1trL adaptiveLayout   "><div id="cavcsoo" class="cavcsoocL col "><div class="cavcsoocB col-box boxSiz  "><div id="cavh113" class="cavh113 relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cavh113rL adaptiveLayout   m_c"><div id="cavd898" class="cavd898cL col "><div class="cavd898cB col-box boxSiz  "><div class="listTxt cavgub1A automatic   " id="cavgub1"><div class="textLineP"><p>关于科汇</p>
</div></div><div class="listTxt cavn0vcA automatic   " id="cavn0vc"><div class="textLineP">
<p><span style="line-height:2;">　　爱体育在线平台-爱体育（中国）（科汇股份，证券代码：688681）总部地处鲁中工业名城淄博，在济南、青岛、上海和英国伦敦设有子公司，致力于电力线路故障监测与自动化新技术、高能效磁阻电机驱动技术以及储能智能控制与微电网技术的研发与产业化。</span></p>
</div></div><div id="cavesmf" class="cavesmf relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cavesmfrL adaptiveLayout   m_c"><div id="cavd518" class="cavd518cL col "><div class="cavd518cB col-box boxSiz  "><div id="cav2lc0"><div><p class="listTimer" end="1991" start="0" stride="8">0</p></div></div><div class="listTxt cav1fnoA automatic   " id="cav1fno"><div class="textLineP"><p style="text-align: center;"><span style="color:#000000;">成立于1991年</span></p>
</div></div></div></div><div id="cautdhk" class="cautdhkcL col "><div class="cautdhkcB col-box boxSiz  "><div id="cavl2qi" class="cavl2qi relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cavl2qirL adaptiveLayout   m_r"><div id="cav0cr5" class="cav0cr5cL col "><div class="cav0cr5cB col-box boxSiz  "><div id="cavkfr3"><div><p class="listTimer" end="600" start="0" stride="10" execution-speed="0.1">0</p></div></div></div></div><div id="caus023" class="caus023cL col "><div class="caus023cB col-box boxSiz  "><div class="listTxt cav3b46A automatic   " id="cav3b46"><div class="textLineP"><p>+</p>
</div></div></div></div></div></div><div class="listTxt caveq5eA automatic   " id="caveq5e"><div class="textLineP"><p style="text-align: center;"><span style="color:#000000;">现有员工600余人</span></p>
</div></div></div></div><div id="causve9" class="causve9cL col "><div class="causve9cB col-box boxSiz  "><div id="cauqn7n" class="cauqn7n relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cauqn7nrL adaptiveLayout   m_r"><div id="cautfe0" class="cautfe0cL col "><div class="cautfe0cB col-box boxSiz  "><div id="cauqcif"><div><p class="listTimer" end="30000" start="0" stride="10" execution-speed="0.1">0</p></div></div></div></div><div id="ciu32ju" class="ciu32jucL col "><div class="ciu32jucB col-box boxSiz  "><div class="listTxt ciualm7A automatic   " id="ciualm7"><div class="textLineP"><p>+</p>
</div></div></div></div></div></div><div class="listTxt cavj2umA automatic   " id="cavj2um"><div class="textLineP"><p style="text-align: center;"><span style="color:#000000;">拥有30000余平米的办公和生产厂房</span></p>
</div></div></div></div><div id="caus8lu" class="caus8lucL col "><div class="caus8lucB col-box boxSiz  "><div id="cauvt3g" class="cauvt3g relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cauvt3grL adaptiveLayout   m_r"><div id="cav0j7r" class="cav0j7rcL col "><div class="cav0j7rcB col-box boxSiz  "><div id="cavb5na"><div><p class="listTimer" end="30" start="0" stride="8" execution-speed="0.1">0</p></div></div></div></div><div id="cav9lnf" class="cav9lnfcL col "><div class="cav9lnfcB col-box boxSiz  "><div class="listTxt cavfco4A automatic   " id="cavfco4"><div class="textLineP"><p>+</p>
</div></div></div></div></div></div><div class="listTxt cauq5ueA automatic   " id="cauq5ue"><div class="textLineP"><p style="text-align: center;"><span style="color:#000000;">服务全球30多个国家与地区</span></p>
</div></div></div></div></div></div><a href="/:///guanyukehui.html" title="公司简介" class="cj0ggnpA btn2 minWidth btnbox btnCont  " id="cj0ggnp"><div class="cj0ggnpTextBox  textBox"><span class="cj0ggnpTe btnText">查看更多</span></div></a></div></div></div></div></div></div></div></div><div id="cdcuc2v" class="cdcuc2v relative contentFullWidth componentsBox "><div class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/sites/64000/64123/20210910113200931.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/20210910113200931.webp"></div><div class="rowList contentAutoDom cdcuc2vrL adaptiveLayout   "><div id="cdcapqi" class="cdcapqicL col "><div class="cdcapqicB col-box boxSiz  "><div id="cdcpm4a" class="cdcpm4aboxCont  boxCont " data-link="0"><div class="cdcpm4aBox boxContent  "></div></div><div class="listTxt cdc7gttA automatic   " id="cdc7gtt"><div class="textLineP"><p><span style="font-size:3.0rem;"><span style="font-family:微软雅黑,Microsoft YaHei,STHeiti Light;">产品中心</span></span></p>
</div></div><div id="cdcgphn" class="cdcgphn row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="cdccd38" class="cdccd38row_col rowcol "><div id="cdc9bo7" class="cdc9bo7 ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="cdc9bo7Img img lazyload" data-slidew="800" data-slideh="424" width="800" height="424" data-src="https://img.bjyyb.net/sites/64000/64123/20210909095635869.gif" data-webp="https://img.bjyyb.net/sites/64000/64123/20210909095635869.gif"/></div></div><div class="listTxt cdc86p7A automatic   " id="cdc86p7"><div class="textLineP">
<p><span style="line-height:2;">　　致力于电力线路故障监测与自动化新技术、高能效磁阻电机驱动技术以及储能智能控制与微电网技术的研发与产业化。</span></p>
</div></div></div><div id="cdcaqvt" class="cdcaqvtrow_col rowcol "><div id="cdch8ti" class="cdch8ti row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="cdc8vs9" class="cdc8vs9row_col rowcol "><div id="cdcsjhh" class="cdcsjhh ImghidCont "><a href="/:///shudianxianluguzhangjiancevrvzox.html" title="输电线路故障监测" class="imgHoverAn Imgbox clearfix "><img class="cdcsjhhImg img lazyload" data-slidew="800" data-slideh="148" width="800" height="148" data-src="https://img.bjyyb.net/sites/64000/64123/20210927100140687.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/20210927100140687.webp"/></a></div><div id="cdc52od" class="cdc52od ImghidCont "><a href="/:///zhihuigongdianyuchuneng.html" title="智慧供电与储能" class="imgHoverAn Imgbox clearfix "><img class="cdc52odImg img lazyload" data-slidew="4838" data-slideh="894" width="4838" height="894" alt="智慧供电与储能" data-src="https://img.bjyyb.net/sites/64000/64123/1756523305820251956207845376.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/1756523305820251956207845376.webp"/></a></div></div><div id="cdcbqq6" class="cdcbqq6row_col rowcol "><div id="cdcuomq" class="cdcuomq ImghidCont "><a href="/:///dianlidianlanguzhangceshi.html" title="电缆故障测试" class="imgHoverAn Imgbox clearfix "><img class="cdcuomqImg img lazyload" data-slidew="800" data-slideh="148" width="800" height="148" data-src="https://img.bjyyb.net/sites/64000/64123/20211115164206519.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/20211115164206519.webp"/></a></div><div id="cdc6sbk" class="cdc6sbk ImghidCont "><a href="/:///fuzhitieludianlizidonghua.html" title="开关磁阻电机" class="imgHoverAn Imgbox clearfix "><img class="cdc6sbkImg img lazyload" data-slidew="800" data-slideh="148" width="800" height="148" data-src="https://img.bjyyb.net/sites/64000/64123/20220420084256163.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/20220420084256163.webp"/></a></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div id="c9dmgvc" class="c9dmgvc relative contentFullWidth componentsBox "><div class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/sites/64000/64123/20210818180256578.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/20210818180256578.webp"></div><div class="rowList contentAutoDom c9dmgvcrL adaptiveLayout   "><div id="c9di7ir" class="c9di7ircL col "><div class="c9di7ircB col-box boxSiz  "><div class="listTxt ccc5e18A automatic   " id="ccc5e18"><div class="textLineP"><p>新闻中心</p>
</div></div><div id="ccc23gb" class="ccc23gb row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="ccbsl3t" class="ccbsl3trow_col rowcol "><div id="ccc7odl" class="rList listrowCol listrowCol1  "><ul class="proList " data-parentid="ccc7odl" data-sourcetype="content_list" id="ccbkkcb"><li class="ccc7odlLi listBox  "><a href="/:///news/gongsixinwen/kehuigufenxiezhuzhongdianlianjubandianlanchuangxinpeixunban.html" data-goodsid="798870" title="科汇股份协助中电联举办电缆创新培训班" class="listBoxhref" target="_self"><div  class="ccbgvqd relative contentFullWidth componentsBox "><div class="rowList contentAutoDom ccbgvqdrL adaptiveLayout   m_c"><div  class="ccbjav1cL col "><div class="ccbjav1cB col-box boxSiz  "><div class="listTxt ccbslm2A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">科汇股份协助中电联举办电缆创新培训班</div></div></div></div><div  class="ccbthi1cL col "><div class="ccbthi1cB col-box boxSiz  "><div class="listTxt ccbg7jjA automatic   " ><div class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="" data-sign="Y/m/d">2026/06/06</div></div></div></div></div></div><div class="listTxt ccc4bd0A automatic   " ><div class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue=""></div></div></a></li><li class="ccc7odlLi listBox  "><a href="/:///news/gongsixinwen/kehuigufencanjia2026dianjixitongjiqikongzhixuekeyuchanyejiaoliudahui.html" data-goodsid="698575" title="科汇股份参加2026电机系统及其控制学科与产业交流大会" class="listBoxhref" target="_self"><div  class="ccbgvqd relative contentFullWidth componentsBox "><div class="rowList contentAutoDom ccbgvqdrL adaptiveLayout   m_c"><div  class="ccbjav1cL col "><div class="ccbjav1cB col-box boxSiz  "><div class="listTxt ccbslm2A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">科汇股份参加2026电机系统及其控制学科与产业交流大会</div></div></div></div><div  class="ccbthi1cL col "><div class="ccbthi1cB col-box boxSiz  "><div class="listTxt ccbg7jjA automatic   " ><div class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="" data-sign="Y/m/d">2026/05/09</div></div></div></div></div></div><div class="listTxt ccc4bd0A automatic   " ><div class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue=""></div></div></a></li><li class="ccc7odlLi listBox  "><a href="/:///news/gongsixinwen/kehuigufendianlixianlujiancechanpinliangxiangCPEM2026dianlishebeiguanlidahui.html" data-goodsid="630990" title="科汇股份电力线路检测产品亮相CPEM2026电力设备管理大会" class="listBoxhref" target="_self"><div  class="ccbgvqd relative contentFullWidth componentsBox "><div class="rowList contentAutoDom ccbgvqdrL adaptiveLayout   m_c"><div  class="ccbjav1cL col "><div class="ccbjav1cB col-box boxSiz  "><div class="listTxt ccbslm2A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">科汇股份电力线路检测产品亮相CPEM2026电力设备管理大会</div></div></div></div><div  class="ccbthi1cL col "><div class="ccbthi1cB col-box boxSiz  "><div class="listTxt ccbg7jjA automatic   " ><div class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="" data-sign="Y/m/d">2026/04/27</div></div></div></div></div></div><div class="listTxt ccc4bd0A automatic   " ><div class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue=""></div></div></a></li><li class="ccc7odlLi listBox  "><div  class="ccbgvqd relative contentFullWidth componentsBox "><div class="rowList contentAutoDom ccbgvqdrL adaptiveLayout   m_c"><div  class="ccbjav1cL col "><div class="ccbjav1cB col-box boxSiz  "><div class="listTxt ccbslm2A automatic   " ><div class="textLineP" data-source="title" data-companylabeltext="" data-defaultvalue="">山东科汇：以“智”提“质” 锻造竞争新优势</div></div></div></div><div  class="ccbthi1cL col "><div class="ccbthi1cB col-box boxSiz  "><div class="listTxt ccbg7jjA automatic   " ><div class="textLineP" data-source="add_time" data-companylabeltext="" data-defaultvalue="" data-sign="Y/m/d">2026/04/01</div></div></div></div></div></div><div class="listTxt ccc4bd0A automatic   " ><div class="textLineP" data-source="description" data-companylabeltext="" data-defaultvalue=""></div></div></li></ul></div><a href="/:///gongsixinwen1hltfei.html" title="新闻列表" class="civkleiA btn2 minWidth btnbox btnCont  " id="civklei"><div class="civkleiTextBox  textBox"><span class="civkleiTe btnText">查看更多</span></div></a></div></div></div></div></div></div></div></div><footer id="SITE_FOOTER" class="auto-margin  mofootPadbtm"><div id="chk8lm7" class="chk8lm7 relative contentFullWidth componentsBox "><div class="rowBgPreview rowListBg  lazyload" data-src="https://img.bjyyb.net/system/pubimages/20161028104532719.jpg" data-webp="https://img.bjyyb.net/system/pubimages/20161028104532719.webp"></div><div class="rowList contentAutoDom chk8lm7rL adaptiveLayout   m_c"><div id="chjkdln" class="chjkdlncL col "><div class="chjkdlncB col-box boxSiz  "><div id="cpe2j4p" class="cpe2j4p relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cpe2j4prL adaptiveLayout   m_3_2"><div id="cpe2t14" class="cpe2t14cL col "><div class="cpe2t14cB col-box boxSiz  "><div class="listTxt cpe4p1rA automatic   " id="cpe4p1r"><div class="textLineP"><p><font color="#ffffff">关于科汇</font></p>
</div></div><div id="cdfnb1r" class="menubox"><nav class="nav"><ul data-position="downWard" data-mouse="onmouseover" class="cdfnb1rUl verticalNav menuItemEqual"><li class="cdfnb1rLi mainNavLi  textShow "><a href="/:///guanyukehui.html" class="cdfnb1rA mainNavLiA  "><p>公司简介</p></a></li><li class="cdfnb1rLi mainNavLi  textShow "><a href="/:///dongshizhangzhici.html" class="cdfnb1rA mainNavLiA  "><p>创始人致辞</p></a></li><li class="cdfnb1rLi mainNavLi  textShow "><a href="/:///zuzhijiagou.html" class="cdfnb1rA mainNavLiA  "><p>业务领域</p></a></li><li class="cdfnb1rLi mainNavLi  textShow "><a href="/:///dashiji.html" class="cdfnb1rA mainNavLiA  "><p>发展历程</p></a></li><li class="cdfnb1rLi mainNavLi  textShow "><a href="/:///pinpailinian.html" class="cdfnb1rA mainNavLiA  "><p>品牌理念</p></a></li><li class="cdfnb1rLi mainNavLi  textShow "><a href="/:///rongyuzizhi.html" class="cdfnb1rA mainNavLiA  "><p>荣誉资质</p></a></li><li class="cdfnb1rLi mainNavLi  textShow "><a href="/:///fuzhirongyuzizhi.html" class="cdfnb1rA mainNavLiA  "><p>联系我们</p></a></li></ul></nav></div></div></div><div id="cpe5p2l" class="cpe5p2lcL col "><div class="cpe5p2lcB col-box boxSiz  "><div class="listTxt cpe3dnaA automatic   " id="cpe3dna"><div class="textLineP"><p><span style="color:#ffffff;">产品中心</span></p>
</div></div><div id="cpdtlgl" class="menubox"><nav class="nav"><ul data-position="downWard" data-mouse="onmouseover" class="cpdtlglUl verticalNav menuItemEqual"><li class="cpdtlglLi mainNavLi  lineFeed "><a href="/:///fuzhitieludianlizidonghua.html" class="cpdtlglA mainNavLiA  "><p>开关磁阻电机</p></a></li><li class="cpdtlglLi mainNavLi  lineFeed showArrowstyle"><a href="/:///shudianxianluguzhangjiancevrvzox.html" class="cpdtlglA mainNavLiA  "><p> 电力自动化设备</p><i class="cpdtlgli yiyingbaoicon">?</i></a><ul data-index="2" class="nav-submenu " id="cpdugu5"><li class=" navSubmenuLi "><a href="/:///shudianxianluguzhangjiancevrvzox.html" class="nav-submenuA"><p class="subnavbtn">电力线路故障行波测距系统</p></a></li><li class=" navSubmenuLi "><a href="/:///dianlixitongguzhanglubo.html" class="nav-submenuA"><p class="subnavbtn">电力系统故障录波分析装置</p></a></li><li class=" navSubmenuLi "><a href="/:///dianlixitongshijiantongbu.html" class="nav-submenuA"><p class="subnavbtn">电力系统时间同步装置</p></a></li><li class=" navSubmenuLi "><a href="/:///fuzhidianlixitongdongtaijiluzhuangzhi.html" class="nav-submenuA"><p class="subnavbtn">配电自动化设备</p></a></li><li class=" navSubmenuLi "><a href="/:///fuzhipeidianzidonghua.html" class="nav-submenuA"><p class="subnavbtn">铁路电力自动化系统</p></a></li></ul></li><li class="cpdtlglLi mainNavLi  lineFeed "><a href="/:///dianlidianlanguzhangceshi.html" class="cpdtlglA mainNavLiA  "><p>电力电缆故障测试设备</p></a></li><li class="cpdtlglLi mainNavLi  lineFeed "><a href="/:///zhihuigongdianyuchuneng.html" class="cpdtlglA mainNavLiA  "><p>储能与智慧能源管理系统</p></a></li></ul></nav></div></div></div><div id="cpekrj5" class="cpekrj5cL col "><div class="cpekrj5cB col-box boxSiz  "><div class="listTxt cpe0aj1A automatic   " id="cpe0aj1"><div class="textLineP"><p><font color="#ffffff">解决方案</font></p>
</div></div><div id="clcdjiu" class="menubox"><nav class="nav"><ul data-position="downWard" data-mouse="onmouseover" class="clcdjiuUl verticalNav menuItemEqual"><li class="clcdjiuLi mainNavLi  lineFeed "><a href="/:///kaiguancizudianjiqudong.html" class="clcdjiuA mainNavLiA  "><p>开关磁阻电机</p></a></li><li class="clcdjiuLi mainNavLi  lineFeed showArrowstyle"><a href="/:///shudianxianluguzhangceshi.html" class="clcdjiuA mainNavLiA  "><p>电力自动化</p><i class="clcdjiui yiyingbaoicon">?</i></a><ul data-index="2" class="nav-submenu " id="clcdddf"><li class=" navSubmenuLi "><a href="/:///shudianxianluguzhangceshi.html" class="nav-submenuA"><p class="subnavbtn">输电线路故障监测</p></a></li><li class=" navSubmenuLi "><a href="/:///fuzhishudianxianluguzhangceshi.html" class="nav-submenuA"><p class="subnavbtn">电力系统故障录波</p></a></li><li class=" navSubmenuLi "><a href="/:///dianlixitongshijiantongbulzkjqe.html" class="nav-submenuA"><p class="subnavbtn">电力系统时间同步</p></a></li><li class=" navSubmenuLi "><a href="/:///peidianzidonghua.html" class="nav-submenuA"><p class="subnavbtn">配电自动化</p></a></li><li class=" navSubmenuLi "><a href="/:///tieludianlizidonghua.html" class="nav-submenuA"><p class="subnavbtn">铁路电力自动化</p></a></li></ul></li><li class="clcdjiuLi mainNavLi  lineFeed "><a href="/:///dianlidianlanguzhangceshihpxrnb.html" class="clcdjiuA mainNavLiA  "><p>电缆故障测试</p></a></li><li class="clcdjiuLi mainNavLi  lineFeed "><a href="/:///diyawulianwangyingyong.html" class="clcdjiuA mainNavLiA  "><p>储能与智慧能源管理</p></a></li></ul></nav></div></div></div><div id="cpebh76" class="cpebh76cL col "><div class="cpebh76cB col-box boxSiz  "><div class="listTxt cpejuspA automatic   " id="cpejusp"><div class="textLineP"><p><font color="#ffffff">新闻中心</font></p>
</div></div><div id="clcf207" class="menubox"><nav class="nav"><ul data-position="downWard" data-mouse="onmouseover" class="clcf207Ul verticalNav menuItemEqual"><li class="clcf207Li mainNavLi  textShow "><a href="/:///news/gongsixinwen/" class="clcf207A mainNavLiA  "><p>公司新闻</p></a></li><li class="clcf207Li mainNavLi  textShow "><a href="/:///shi-pin-zhong-xin.html" class="clcf207A mainNavLiA  "><p>视频中心</p></a></li></ul></nav></div></div></div><div id="cpdt002" class="cpdt002cL col "><div class="cpdt002cB col-box boxSiz  "><div class="listTxt cpem00bA automatic   " id="cpem00b"><div class="textLineP"><p><font color="#ffffff">服务支持</font></p>
</div></div><div id="cpeoap0" class="menubox"><nav class="nav"><ul data-position="downWard" data-mouse="onmouseover" class="cpeoap0Ul verticalNav menuItemEqual"><li class="cpeoap0Li mainNavLi  textShow "><a href="/:///fuwulinian.html" class="cpeoap0A mainNavLiA  "><p>服务理念</p></a></li><li class="cpeoap0Li mainNavLi  textShow "><a href="/:///xiaoshoufuwu.html" class="cpeoap0A mainNavLiA  "><p>销售服务</p></a></li><li class="cpeoap0Li mainNavLi  textShow "><a href="/:///ji-shu-jiao-liu.html" class="cpeoap0A mainNavLiA  "><p>技术交流</p></a></li><li class="cpeoap0Li mainNavLi  textShow "><a href="/:///xiazaizhongxin.html" class="cpeoap0A mainNavLiA  "><p>下载中心</p></a></li></ul></nav></div></div></div><div id="cpep002" class="cpep002cL col "><div class="cpep002cB col-box boxSiz  "><div class="listTxt cpdroapA automatic   " id="cpdroap"><div class="textLineP">
<p><font color="#ffffff">人才招聘</font></p>
</div></div></div></div></div></div></div></div><div id="chjua9a" class="chjua9acL col "><div class="chjua9acB col-box boxSiz  "><div class="listTxt cih9uusA automatic   " id="cih9uus"><div class="textLineP"><p><font color="#ffffff">投资者关系</font></p>
</div></div><div id="cct3pu1" class="menubox"><nav class="nav"><ul data-position="downWard" data-mouse="onmouseover" class="cct3pu1Ul verticalNav menuItemEqual"><li class="cct3pu1Li mainNavLi  textShow "><a href="/:///fuzhitouzizheguanxi.html" class="cct3pu1A mainNavLiA  "><p>股票行情</p></a></li><li class="cct3pu1Li mainNavLi  textShow "><a href="/:///fuzhigupiaoxinxi.html" class="cct3pu1A mainNavLiA  "><p>公司公告</p></a></li><li class="cct3pu1Li mainNavLi  textShow "><a href="/:///fuzhixinwengonggao.html" class="cct3pu1A mainNavLiA  "><p>投资者互动 </p></a></li><li class="cct3pu1Li mainNavLi  textShow "><a href="/:///fuzhitouzizheliuyan.html" class="cct3pu1A mainNavLiA  "><p>投资者交流</p></a></li></ul></nav></div></div></div><div id="cdfp7ic" class="cdfp7iccL col "><div class="cdfp7iccB col-box boxSiz  "><div id="ccl58fo" class="ccl58fo ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="ccl58foImg img lazyload" data-slidew="258" data-slideh="258" width="258" height="258" data-src="https://img.bjyyb.net/sites/64000/64123/20220119120056415.png" data-webp="https://img.bjyyb.net/sites/64000/64123/20220119120056415.webp"/></div></div><div class="listTxt c7ld73qA automatic   " id="c7ld73q"><div class="textLineP"><p><span>官方网站</span></p>
</div></div></div></div><div id="cdf2ib6" class="cdf2ib6cL col "><div class="cdf2ib6cB col-box boxSiz  "><div id="cdflicq" class="cdflicq ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="cdflicqImg img lazyload" data-slidew="258" data-slideh="258" width="258" height="258" data-src="https://img.bjyyb.net/sites/64000/64123/20210911100123855.jpg" data-webp="https://img.bjyyb.net/sites/64000/64123/20210911100123855.webp"/></div></div><div class="listTxt c7lc1jgA automatic   " id="c7lc1jg"><div class="textLineP"><p><span>官方微信</span></p>
</div></div></div></div></div></div><div id="cfeer61" class="cfeer61 relative contentFullWidth componentsBox "><div class="rowList contentAutoDom cfeer61rL adaptiveLayout   "><div id="cfe0cir" class="cfe0circL col "><div class="cfe0circB col-box boxSiz  "><div class="listTxt cfe3dkhA automatic   " id="cfe3dkh"><div class="textLineP"><p style="text-align: center;"><span style="color:#ffffff;"><span style="font-size:15px;"><span style="font-family:微软雅黑;">?2022</span></span>爱体育在线平台-爱体育（中国）<span style="font-size:15px;"><span style="font-family:微软雅黑;">版权所有</span></span></span></p>
</div></div><div class="textLineP"><p><span>鲁ICP备05038029号-1</span></p>
</div><div id="cmhLMfi" class="cmhLMfi row_line contentFullWidth "><div class="contentAutoDom adaptiveLayout   rowColumnBox"><div id="c4CT0e4" class="c4CT0e4row_col rowcol "><div id="csKfI5J" class="csKfI5J ImghidCont "><div class="imgHoverAn Imgbox clearfix "><img class="csKfI5JImg img lazyload" data-slidew="20" data-slideh="20" width="20" height="20" data-src="https://img.bjyyb.net/sites/64000/64123/20221024091220300.png" data-webp="https://img.bjyyb.net/sites/64000/64123/20221024091220300.webp"/></div></div></div><div id="cbVvjxH" class="cbVvjxHrow_col rowcol "><div class="textLineP"><p>鲁公网安备 37030302000723号</p>
</div></div></div></div><div class="textLineP"><p>技术支持：淄博网泰信息科技有限公司</p>
</div></div></div></div></div></footer></div><div align="center">友情链接：<a href='http://ghflb.com/' target='_blank'>米兰平台-米兰(中国)</a>&nbsp;&nbsp;<a href='http://redeingresso.com/' target='_blank'>星空手机网页版登录入口-星空中国</a>&nbsp;&nbsp;<a href='http://www.funoontv.com/' target='_blank'>kaiyun·开云(中国)官方网站-kaiyun.com</a>&nbsp;&nbsp;<a href='http://yobeauties.com/' target='_blank'>米乐网页版登录入口-米乐（中国）</a>&nbsp;&nbsp;<a href='http://www.diupdate.com/' target='_blank'>AG手机在线官网_ag（中国）</a>&nbsp;&nbsp;<a href='http://xlz66.com/' target='_blank'>买球体育平台-官方网站（中国）官网</a>&nbsp;&nbsp;<a href='http://www.tiegenmy.com/' target='_blank'>开云在线注册-开云中国</a>&nbsp;&nbsp;<a href='http://deltadatrixservices.com/' target='_blank'>开云电子注册-（中国）官方网站</a>&nbsp;&nbsp;<a href='http://garagegwenelec.com/' target='_blank'>米乐官方网站_米乐（中国）股份有限公司</a>&nbsp;&nbsp;<a href='http://barefootcustom.com/' target='_blank'>米乐(MILE) 官方网站-精彩无止境</a>&nbsp;&nbsp;</div></body>

</html>
