Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - ynfrt.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.24.0
Date: Tue, 06 May 2025 19:30:53 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: http://www.ynfrt.com/

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - http://www.ynfrt.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.24.0
Date: Tue, 06 May 2025 19:30:54 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-Powered-By: PHP/7.4.33

HTTP Code 200 OK

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

When is Code 200 used?

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

What does Code 200 mean for the user?

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

GET / HTTP/1.1
Host: ynfrt.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="云南弗瑞特科技有限公司,xylem赛莱默水泵,ITT水泵,fFranklin富兰克林水泵,Bray阀门,电力成套设备,电站外循环冷却器,滤水器,非标产品" />
<meta name="description" content="xylem赛莱默水泵,ITT水泵,fFranklin富兰克林水泵,Bray阀门,电力成套设备,电站外循环冷却器,滤水器,非标产品" />
<title>云南弗瑞特科技有限公司 | xylem赛莱默水泵 | ITT水泵 | fFranklin富兰克林水泵 | Bray阀门 | 电力成套设备 | 电站外循环冷却器 | 滤水器 | 非标产品 | 云南弗瑞特科技有限公司</title>
<link href="http://www.ynfrt.com/public/css/default.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://www.ynfrt.com/public/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript">
var URL = "http://www.ynfrt.com/";
var S_URL = "http://www.ynfrt.com/public";
var SITE_URL = "http://www.ynfrt.com/";
$(function(){
	//导航
    $('.menu li').each(function(){
        $(this).hover(function(){
            $('.menu li').removeClass('current');
            $(this).addClass('current');
            $('.menu li div').hide();
            $(this).find('div').show();
        },function(){
			$(this).removeClass('current');
			$(this).find('div').hide();
		})
    })
	
	//返回顶部
	$('.back_top a').click(function(){
		$(window).scrollTop(0);
	})
	
	$('.online_center li.phone').hover(function(){
		$('.online_contact').show();
	},function(){
		$('.online_contact').hide();
	})
	
	//在线客服
	online_top();
    
	$(window).scroll(function(){
		online_top();
		back_top();
	});
	$('.online .close').click(function(){
		$('.online').hide();
	})
	$('.online .online_footer a').click(function(){
		$(window).scrollTop(0);
	})
	
	//公告滚动
	if($("#notice li").length > 1) {
		setInterval('NoticeAutoScroll("#notice")',3000);
	}
	
});

function back_top(){
	if($(window).scrollTop() > 300){
					var top = parseInt(($(window).height()-$('.back_top').height()))+$(window).scrollTop()-100;
				$('.back_top').css('top',top);
		$('.back_top').show();
	}else{
		$('.back_top').hide();
	}
}
function online_top(){
			var top = parseInt(($(window).height()-$('.online').height())/2)+$(window).scrollTop()-120;
		$('.online').css('top',top+'px');
}

function NoticeAutoScroll(obj){
    $(obj).find("ul:first").animate({
        marginTop:"-40px"
    },500,function(){
        $(this).css({marginTop:"0px"}).find("li:first").appendTo(this);
    }); 
}

function SetHome(obj,vrl){
	try{
		obj.style.behavior='url(#default#homepage)';obj.setHomePage(vrl);
		}
	catch(e){
		if(window.netscape) {
			try { 
			netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");  
			}  
			catch(e){ 
				alert("你的浏览器不支持");
			}
			var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
			prefs.setCharPref('browser.startup.homepage',vrl);
		 }
	}
}

function AddFavorite(vrl,title){
	if(!vrl){
		vrl=window.location.href;
	}
    if(!title){
    	title=document.title;	
	}
    try{//IE
        window.external.AddFavorite(vrl,title);
    }catch(e){//FF
        window.sidebar.addPanel(title,vrl,"");
    }
}
</script>

<!--禁止网页另存为: -->
<noscript>
    <iframe src="/*"></iframe>
</noscript>
</head>
<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">
<!--<body>-->
<div class="wrap">
<!--	<div class="fixed">-->        <div class="header">
            <div class="c">
                <div class="top">
                    <div class="logo"><img title="云南弗瑞特科技有限公司" src="http://www.ynfrt.com/public/images/common/logo.png" /></div>
                    <div id="notice" class="other">
                        <ul>
                                                    </ul>
                    </div>
                </div>
            </div>
        </div>
        <div class="m_c">
            <div class="menu">
                <ul class="m">
                    <li class="current">
                        <a class="a1" href="http://www.ynfrt.com/">首页</a>
                    </li>
                                        <li class="">
                        <a class="a1" href="http://www.ynfrt.com/about/index.html">弗瑞特</a>
                                                    <div class="upline">
                                <dl>
                                                                        <dt><a href="http://www.ynfrt.com/about/1.html">公司简介</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/about/2.html">企业资质</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/about/3.html">企业文化</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/about/38.html">诚聘英才</a></dt>
                                                                    </dl>
                            </div>
                                            </li>
                                        <li class="">
                        <a class="a1" href="http://www.ynfrt.com/product/index.html">产品中心</a>
                                                    <div class="upline">
                                <dl>
                                                                        <dt><a href="http://www.ynfrt.com/product/index-9-1.html">xylem</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/product/index-11-1.html">Franklin</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/product/index-30-1.html">Bray</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/product/index-31-1.html">外循环冷却器</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/product/index-32-1.html">电力成套设备</a></dt>
                                                                    </dl>
                            </div>
                                            </li>
                                        <li class="">
                        <a class="a1" href="http://www.ynfrt.com/news/index.html">新闻动态</a>
                                                    <div class="upline">
                                <dl>
                                                                        <dt><a href="http://www.ynfrt.com/news/index-3-1.html">新闻资讯</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/news/index-4-1.html">行业动态</a></dt>
                                                                    </dl>
                            </div>
                                            </li>
                                        <li class="">
                        <a class="a1" href="http://www.ynfrt.com/success/index.html">成功业绩</a>
                                                    <div class="upline">
                                <dl>
                                                                        <dt><a href="http://www.ynfrt.com/success/index-12-1.html">国内业绩</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/success/index-13-1.html">出口业绩</a></dt>
                                                                    </dl>
                            </div>
                                            </li>
                                        <li class="">
                        <a class="a1" href="http://www.ynfrt.com/service/index.html">售后服务</a>
                                                    <div class="upline">
                                <dl>
                                                                        <dt><a href="http://www.ynfrt.com/service/4.html">售后服务</a></dt>
                                                                    </dl>
                            </div>
                                            </li>
                                        <li class="">
                        <a class="a1" href="http://www.ynfrt.com/contact/index.html">联系我们</a>
                                                    <div class="upline">
                                <dl>
                                                                        <dt><a href="http://www.ynfrt.com/guestbook/add.html">在线留言</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/guestbook/index.html">查看留言</a></dt>
                                                                        <dt><a href="http://www.ynfrt.com/contact/5.html">联系我们</a></dt>
                                                                    </dl>
                            </div>
                                            </li>
                                    </ul>
                <div class="back_top"><a href="javascript:void(0);"></a></div>
                <div class="online">
                    <div class="online_header"></div>
                    <div class="online_center">
                        <ul>
                            <li class="phone">
                                <a class="pic" href="javascript:void(0);" title="客服电话">
                                    <img src="http://www.ynfrt.com/public/images/default/online_phone.gif" />
                                </a>
                                 <div class="online_contact"><p>地址:昆明新亚洲体育城星都国际总部60栋401室</p><p>电话:<span style="font-family:微软雅黑;color:#cc3300;font-size:14px">0871-63549770<br /></span></p><p>手机:<span style="font-family:微软雅黑;color:#cc3300;font-size:14px">13529077732</span></p><p>网址:<a href="http://www.ynfrt.com" target="_self">www.ynfrt.com</a></p><p>邮箱:[email protected]</p><p>QQ:<span style="font-family:微软雅黑;color:#cc3300;font-size:14px">55754860 <a href="http://wpa.qq.com/msgrd?v=3&amp;uin=55754860&amp;site=qq&amp;menu=yes" target="_blank"><img title="点击这里给我发消息" alt="点击这里给我发消息" src="http://wpa.qq.com/pa?p=2:55754860:45" border="0" /></a></span></p></div>
                            </li>
                                                                        <li class="qq">
                                <a href="tencent://message/?uin=55754860" title="客服qq" target="_blank">
                                    <img src="http://www.ynfrt.com/public/images/default/online_qq.gif" />
                                </a>
                            </li>
                                                                    </ul>
                    </div>
                    <div class="online_footer"></div>
                </div>
            </div>
        </div>
    <!--</div>-->    <!--<div class="container" style="padding-top:149px;">-->    <div class="container">
<script type="text/javascript">
$(function(){
	
	//广告滚动
	var sWidth = $("#focus").width(); //获取焦点图的宽度(显示面积)
	var len = $("#focus ul li").length; //获取焦点图个数
	var index = 0;
	var picTimer;
	//为小按钮添加鼠标滑入事件,以显示相应的内容
	$("#focus .btn span").css("opacity",0.4).mouseover(function() {
		index = $("#focus .btn span").index(this);
		showPics(index);
	}).eq(0).trigger("mouseover");


	//本例为左右滚动,即所有li元素都是在同一排向左浮动,所以这里需要计算出外围ul元素的宽度
	$("#focus ul").css("width",sWidth * (len));
	
	//鼠标滑上焦点图时停止自动播放,滑出时开始自动播放
	$("#focus").hover(function() {
		clearInterval(picTimer);
	},function() {
		picTimer = setInterval(function() {
			showPics(index);
			index++;
			if(index == len) {index = 0;}
		},4000); //此4000代表自动播放的间隔,单位:毫秒
	}).trigger("mouseleave");
	
	//显示图片函数,根据接收的index值显示相应的内容
	function showPics(index) { //普通切换
		var nowLeft = -index*sWidth; //根据index值计算ul元素的left值
		$("#focus ul").stop(true,false).animate({"left":nowLeft},300); //通过animate()调整ul元素滚动到计算出的position
		$("#focus .btn span").stop(true,false).animate({"opacity":"0.4"},300).eq(index).stop(true,false).animate({"opacity":"1"},300); //为当前的按钮切换到选中的效果
	}
	
	$('.index_product .title li.l').each(function(n){
		$(this).hover(function(){
			$('.index_product .title li').removeClass('current');
			$(this).addClass('current');
			$('.index_product .box div').hide();
			$('.plist_'+n).show();
		})
	})

	$('.index_news .news_1 .title li').each(function(n){
		$(this).hover(function(){
			$('.index_news .news_1 .title li').removeClass('current');
			$(this).addClass('current');
			$('.index_news .news_1 .box').hide();
			$('.index_news .news_1 .nlist_'+n).show();
		})
	})
	
	$('.index_news .news_2 .title li').each(function(n){
		$(this).hover(function(){
			$('.index_news .news_2 .title li').removeClass('current');
			$(this).addClass('current');
			$('.index_news .news_2 .box').hide();
			$('.index_news .news_2 .nlist_'+n).show();
		})
	})
});
</script>
<div class="main_ad">
    <div class="ad" id="focus">
        <ul>
                        <li><a href="http://www.ynfrt.com" target="_blank"><img title="电站" src="http://www.ynfrt.com/public/data/attachment/201307/25/906661769d3cc72e755aa45aba28ab63.jpg" /></a></li>
                        <li><a href="http://www.ynfrt.com" target="_blank"><img title="ITT广告" src="http://www.ynfrt.com/public/data/attachment/201612/03/e591713f1d27c1939a85eddf583a6161.jpg" /></a></li>
                        <li><a href="http://www.ynfrt.com/" target="_blank"><img title="SL" src="http://www.ynfrt.com/public/data/attachment/201612/03/03f77db3adb91cd896ced5c54da12756.jpg" /></a></li>
                        <li><a href="http://www.ynfrt.com" target="_blank"><img title="xylem" src="http://www.ynfrt.com/public/data/attachment/201307/25/026487dc35e3c44a03b8adc4709e3ebf.jpg" /></a></li>
                        <li><a href="http://www.ynfrt.com" target="_blank"><img title="franklin" src="http://www.ynfrt.com/public/data/attachment/201306/26/a6e1ab7cd121593034967e01dbbb83db.jpg" /></a></li>
                        <li><a href="http://www.ynfrt.com" target="_blank"><img title="Bray" src="http://www.ynfrt.com/public/data/attachment/201612/03/254c91492e22926710310163b6080f0e.jpg" /></a></li>
                        <li><a href="http://www.baidu.com" target="_blank"><img title="首页广告" src="http://www.ynfrt.com/public/data/attachment/201306/29/37855e3efccba38080941ea63e5c7544.jpg" /></a></li>
                    </ul>
        <div class="btnBg"></div>
        <div class="btn">
                        <span><img width="90" height="35" title="电站" src="http://www.ynfrt.com/public/data/attachment/201307/25/906661769d3cc72e755aa45aba28ab63.jpg" /></span>
                        <span><img width="90" height="35" title="ITT广告" src="http://www.ynfrt.com/public/data/attachment/201612/03/e591713f1d27c1939a85eddf583a6161.jpg" /></span>
                        <span><img width="90" height="35" title="SL" src="http://www.ynfrt.com/public/data/attachment/201612/03/03f77db3adb91cd896ced5c54da12756.jpg" /></span>
                        <span><img width="90" height="35" title="xylem" src="http://www.ynfrt.com/public/data/attachment/201307/25/026487dc35e3c44a03b8adc4709e3ebf.jpg" /></span>
                        <span><img width="90" height="35" title="franklin" src="http://www.ynfrt.com/public/data/attachment/201306/26/a6e1ab7cd121593034967e01dbbb83db.jpg" /></span>
                        <span><img width="90" height="35" title="Bray" src="http://www.ynfrt.com/public/data/attachment/201612/03/254c91492e22926710310163b6080f0e.jpg" /></span>
                        <span><img width="90" height="35" title="首页广告" src="http://www.ynfrt.com/public/data/attachment/201306/29/37855e3efccba38080941ea63e5c7544.jpg" /></span>
                    </div>
    </div>
    <div class="ad_btm"></div>
</div>
<div class="main_intro">
	<div class="intro">
    	<div class="pic">
        	<a href="http://www.ynfrt.com/about/1.html"><img width="160" height="120" src="http://www.ynfrt.com/public/data/attachment/201302/19/57372d84e4de6e48a22925067c2cc492.jpg"/></a>
        </div>
        <div class="text">
        	云南弗瑞特科技有限公司于二00八年注册,是一家致力于水利水电、工矿、冶金及化工等领域,专业从事高端工业机械类产品销售及服务的股份制企业。
公司拥有数名高级机电技术人员,高品质是弗瑞特的技术发展战略,长期致力于机械设备的销售、安装调试及服务。随着工业飞速发展,我公司不断发展和完善产品结构。
旗下优良产品包括:电站外循环冷却器设计和加工、美国Xylem(原ITT,古尔兹)水泵,及其他电力设备非标产品等。
弗瑞特公司立志于为广大客户提供高性价比的优良产品、技术咨询及专业的服务,我们将成为您最可靠的合作伙伴。为使设备正常运行及有良好的维护、保养工作,弗瑞特公司设有专门的售后服务部门,为整套设备的安装、调试提供系统服务,并长期对客户进行回访。
<a href="http://www.ynfrt.com/about/1.html">[查看全文]</a>
        </div>
        <div class="clear"></div>
    </div>
</div>

<div class="main_product">
    <div class="index_product">
        <div class="title">
            <ul>
                                <li class="l p_0 current">
                	<a class="word" href="http://www.ynfrt.com/product/index-9-1.html"><span>xylem</span><img src="http://www.ynfrt.com/public/data/attachment/201306/23/e4293108742944778c255444d8115e0e.gif" /></a>
                </li>
                                <li class="l p_1 ">
                	<a class="word" href="http://www.ynfrt.com/product/index-11-1.html"><span>Franklin</span><img src="http://www.ynfrt.com/public/data/attachment/201306/23/e3f5a6378d655fed5653dc68a5ee516b.gif" /></a>
                </li>
                                <li class="l p_2 ">
                	<a class="word" href="http://www.ynfrt.com/product/index-30-1.html"><span>Bray</span><img src="http://www.ynfrt.com/public/data/attachment/201306/17/debf07c842623a64d3a9cb9a324fff3f.gif" /></a>
                </li>
                                <li class="l p_3 ">
                	<a class="word" href="http://www.ynfrt.com/product/index-31-1.html"><span>外循环冷却器</span><img src="http://www.ynfrt.com/public/data/attachment/201612/06/897173ed595e8f372a41c87466cb7bc7.jpg" /></a>
                </li>
                                <li class="l p_4 ">
                	<a class="word" href="http://www.ynfrt.com/product/index-32-1.html"><span>电力成套设备</span><img src="http://www.ynfrt.com/public/data/attachment/201306/23/0bef355d370dea464c974eb6d1d65919.gif" /></a>
                </li>
                            </ul>
            <div class="clear"></div>
        </div>
        
        <div class="box">
			            <div class="plist_0" >
                <ul>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/328.html"><img src="http://www.ynfrt.com/public/data/attachment/201804/11/826470727cf491f23dd303075e95aed5.jpg" title="RJC长轴深井泵" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/328.html">RJC长轴深井泵</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/219.html"><img src="http://www.ynfrt.com/public/data/attachment/201804/11/1436217acc9c498ab6d99cdee52586fb.jpg" title="QRJ潜水透平泵" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/219.html">QRJ潜水透平泵</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/329.html"><img src="http://www.ynfrt.com/public/data/attachment/201612/13/8c12ad20186f133fa87adb5fd2b723c9.png" title="VSX系列-中开式双吸离心泵" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/329.html">VSX系列-中开式双吸离心泵</a></p>
                    </li>
                                        <li class="first">
                        <a class="pic cross" href="http://www.ynfrt.com/product/218.html"><img src="http://www.ynfrt.com/public/data/attachment/201307/27/3a0c9cf852a4cdea1cd217ff7d26a62d.jpg" title="GISO系列卧式端吸离心泵" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/218.html">GISO系列卧式端吸离心泵</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/330.html"><img src="http://www.ynfrt.com/public/data/attachment/201612/13/9f61277e9dc58421eef69f6a8b841fcb.png" title=" SH系列-不锈钢卧式离心泵" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/330.html"> SH系列-不锈钢卧式离心泵</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/87.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/27/fb06c0d656b8f40713d6e12010db3395.png" title="e-SV 系列供水机组" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/87.html">e-SV 系列供水机组</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/83.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/27/f43021aa090748c2588dec97443c2ed7.png" title="N泵系列-潜水排污泵" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/83.html">N泵系列-潜水排污泵</a></p>
                    </li>
                                        <li class="first">
                        <a class="pic cross" href="http://www.ynfrt.com/product/84.html"><img src="http://www.ynfrt.com/public/data/attachment/201612/13/d571fd274509b0037d20a9ed5e2c7589.png" title="B泵系列-2600泥浆泵" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/84.html">B泵系列-2600泥浆泵</a></p>
                    </li>
                                    </ul>
                <div class="clear"></div>
            </div>
                        <div class="plist_1" style="display:none;">
                <ul>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/217.html"><img src="http://www.ynfrt.com/public/data/attachment/201307/27/578935ea1b6376dffd3eeb5856c6b463.jpg" title="ST深井潜水泵" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/217.html">ST深井潜水泵</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/213.html"><img src="http://www.ynfrt.com/public/data/attachment/201307/27/3c529b377706c184364134eb1c8b62fc.jpg" title="FT系列铸铁潜水泵" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/213.html">FT系列铸铁潜水泵</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/331.html"><img src="http://www.ynfrt.com/public/data/attachment/201612/14/1b78277a95a593d60ce3f9a32ad89379.png" title="潜水专用电机" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/331.html">潜水专用电机</a></p>
                    </li>
                                        <li class="first">
                        <a class="pic cross" href="http://www.ynfrt.com/product/327.html"><img src="http://www.ynfrt.com/public/data/attachment/201612/06/6bf4b0d500109d8d0be052d63de8be49.png" title="电机保护装置" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/327.html">电机保护装置</a></p>
                    </li>
                                    </ul>
                <div class="clear"></div>
            </div>
                        <div class="plist_2" style="display:none;">
                <ul>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/332.html"><img src="http://www.ynfrt.com/public/data/attachment/201612/14/5a94abff37dd7056adae247729f15e93.png" title="球阀" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/332.html">球阀</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/333.html"><img src="http://www.ynfrt.com/public/data/attachment/201612/14/5cc9c049c9ffa5899896815a243ccc38.png" title="蝶阀" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/333.html">蝶阀</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/68.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/25/6d84207233768c3e2884a098b3b5d8ab.png" title="系列92/93 -气动执行机构" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/68.html">系列92/93 -气动执行机构</a></p>
                    </li>
                                        <li class="first">
                        <a class="pic cross" href="http://www.ynfrt.com/product/66.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/25/eb16db0892e064e11d211e12d032779e.png" title="系列70-电动执行机构" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/66.html">系列70-电动执行机构</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/65.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/25/6f82382d58d69eead3068602374e543f.png" title="球阀-低温球阀" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/65.html">球阀-低温球阀</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/64.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/25/83d5f11496901e1b294e5b1f5f836063.png" title="球阀-S70/90,S80,S20,S40螺纹式阀门" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/64.html">球阀-S70/90,S80,S20,S40螺纹式阀门</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/63.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/25/99370ca25e75cac18a31f1d9d0bb176b.png" title="球阀-S85螺纹式阀门" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/63.html">球阀-S85螺纹式阀门</a></p>
                    </li>
                                        <li class="first">
                        <a class="pic cross" href="http://www.ynfrt.com/product/62.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/27/c7d831581aaa3f2477286808b76134e5.png" title="球阀-多端口法兰式系列" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/62.html">球阀-多端口法兰式系列</a></p>
                    </li>
                                    </ul>
                <div class="clear"></div>
            </div>
                        <div class="plist_3" style="display:none;">
                <ul>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/109.html"><img src="http://www.ynfrt.com/public/data/attachment/201611/30/272b724e9a91d3a15cb34f81bad820e4.png" title="产品介绍" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/109.html">产品介绍</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/306.html"><img src="http://www.ynfrt.com/public/data/attachment/201611/28/126aa8f3d6657db6d32fe9ea26f84c05.png" title="生产制造" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/306.html">生产制造</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/307.html"><img src="http://www.ynfrt.com/public/data/attachment/201611/28/fe4d1efcac7c8bc95d58f22676dd381c.png" title="包装运输" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/307.html">包装运输</a></p>
                    </li>
                                        <li class="first">
                        <a class="pic cross" href="http://www.ynfrt.com/product/308.html"><img src="http://www.ynfrt.com/public/data/attachment/201611/28/54e0a6e68a26b95f722dabcfca23e6aa.png" title="经典案列" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/308.html">经典案列</a></p>
                    </li>
                                    </ul>
                <div class="clear"></div>
            </div>
                        <div class="plist_4" style="display:none;">
                <ul>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/95.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/27/81529cc6c3aaabbf55553a4533d43202.png" title="绝缘油真空滤油机" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/95.html">绝缘油真空滤油机</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/96.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/27/56458fb75327846795f1bfce044ec044.png" title="ZLSG/DLS型全自动滤水器" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/96.html">ZLSG/DLS型全自动滤水器</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/104.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/27/e261f9eabc194bdae50fa1036dd629d4.png" title="BP系列磁翻板液位指示计" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/104.html">BP系列磁翻板液位指示计</a></p>
                    </li>
                                        <li class="first">
                        <a class="pic cross" href="http://www.ynfrt.com/product/334.html"><img src="http://www.ynfrt.com/public/data/attachment/201612/16/1cac27e187fc07a3c44743c2419c3532.png" title="地佩尔-阀门" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/334.html">地佩尔-阀门</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/113.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/27/bd064f833832cf7f13c72d95ee092c56.png" title="MPM580-582型电子式压力开关" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/113.html">MPM580-582型电子式压力开关</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/108.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/27/310662f58f2f8a6c4c681c71febae2d0.png" title="MPM482型LCD数字显示压力变送器" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/108.html">MPM482型LCD数字显示压力变送器</a></p>
                    </li>
                                        <li >
                        <a class="pic cross" href="http://www.ynfrt.com/product/110.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/27/8fe8ba61a22753962974da6db3533423.png" title="MPM483型压阻式压力变送器" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/110.html">MPM483型压阻式压力变送器</a></p>
                    </li>
                                        <li class="first">
                        <a class="pic cross" href="http://www.ynfrt.com/product/112.html"><img src="http://www.ynfrt.com/public/data/attachment/201306/27/567afbc19ac12d7946ac3deff9725c81.png" title="MPM580-582型电子式压力开关" width="201" height="136" /></a>
                        <p><a href="http://www.ynfrt.com/product/112.html">MPM580-582型电子式压力开关</a></p>
                    </li>
                                    </ul>
                <div class="clear"></div>
            </div>
                    </div>
    </div>
</div>
<div class="main_news">
    <div class="index_news">
        <div class="index_box news_1">
            <div class="title">
                <ul>
                                        <li class="current">
                        <a href="http://www.ynfrt.com/news/index-3-1.html">新闻资讯</a>
                    </li>
                                        <li class="">
                        <a href="http://www.ynfrt.com/news/index-4-1.html">行业动态</a>
                    </li>
                                    </ul>
            </div>
                        <div class="box nlist_0" style="display:block;">
                <ul>
                                        <li>
                        <a href="http://www.ynfrt.com/news/393.html">2022年水利规划计划工作座谈会在京召开</a>
                        <p>3月11日,2022年水利规划计划工作座谈会在北京召开,水利部副部长魏山忠出席会议并讲话。他强调,要以习近平新时代中国特色社会主义</p>
                    </li>
                                        <li>
                        <a href="http://www.ynfrt.com/news/356.html">云南省水利工程管理条例</a>
                        <p>云南省水利工程管理条例(2018年5月1日起施行)2018年3月31日云南省第十三届人民代表大会常务委员会第二次会议通过 第一章 </p>
                    </li>
                                        <li>
                        <a href="http://www.ynfrt.com/news/353.html">水利工程建设现代化管理模式分析</a>
                        <p>水利工程建设现代化管理模式分析作者:未知  摘 要:随着现代通信和计算机等技术的迅猛发展,水利工程建设也走入现代化管理模式,由最初</p>
                    </li>
                                    </ul>
            </div>
                        <div class="box nlist_1" >
                <ul>
                                        <li>
                        <a href="http://www.ynfrt.com/news/394.html">超级工程:滇中引水工程</a>
                        <p>滇中引水工程国内目前在建投资规模最大、建设难度最高的引调水工程,国家重大水利基建工程,同时也是云南壹字号调水工程。它涉及大半个云南</p>
                    </li>
                                        <li>
                        <a href="http://www.ynfrt.com/news/376.html">云南省牛栏江-清水海引水线路(上对龙)连通应急工程5月22日通水</a>
                        <p>应对昆明供水不足,经过5个多月的连续奋战,牛栏江-清水海引水线路(上对龙)连通应急工程(以下简称“上对龙连通工程”)。(5月22日</p>
                    </li>
                                        <li>
                        <a href="http://www.ynfrt.com/news/354.html">2018年重大水利工程建设全面提速</a>
                        <p>2018年重大水利工程建设全面提速  &nbsp; &nbsp; &nbsp; 一座座大坝拔地而起,一道道堤防加高培厚,一条条输水</p>
                    </li>
                                    </ul>
            </div>
                    </div>
        <div class="index_pad">&nbsp;</div>
        <div class="index_box news_2">
            <div class="title">
                <ul>
                                        <li class="current">
                        <a href="http://www.ynfrt.com/success/index-12-1.html">国内业绩</a>
                    </li>
                                        <li class="">
                        <a href="http://www.ynfrt.com/success/index-13-1.html">出口业绩</a>
                    </li>
                                    </ul>
            </div>
                        <div class="box nlist_0" style="display:block;">
                <ul>
                                        <li>
                        <a href="http://www.ynfrt.com/news/406.html">华电金沙江上游叶巴滩水电站阀门</a>
                        <p>我公司于2024年8月与华电金沙江上游水电开发有限公司叶巴滩分公司签订了金沙江上游叶巴滩水电站阀门设备采购合同供货范围:1、500</p>
                    </li>
                                        <li>
                        <a href="http://www.ynfrt.com/news/405.html">浙江天台抽水蓄能电站渗漏排水泵</a>
                        <p>我公司于2024年5月与杭州华晨电力控制工程有限公司签订了浙江天台抽水蓄能电站机组辅助系统设备检修排水泵设备采购合同供货范围:1、</p>
                    </li>
                                        <li>
                        <a href="http://www.ynfrt.com/news/404.html">浙江天台抽水蓄能电站检修排水泵</a>
                        <p>我公司于2024年5月与杭州华晨电力控制工程有限公司签订了浙江天台抽水蓄能电站机组辅助系统设备检修排水泵设备采购合同供货范围:1、</p>
                    </li>
                                    </ul>
            </div>
                        <div class="box nlist_1" >
                <ul>
                                        <li>
                        <a href="http://www.ynfrt.com/news/396.html">老挝东萨宏水电站扩建项目水泵阀门</a>
                        <p>我公司于2023年4月与中国水电建设集团国际工程有限公司签订了老挝东萨宏水电站扩建项目水泵、阀门及附件采购合同供货范围:水泵设备:</p>
                    </li>
                                        <li>
                        <a href="http://www.ynfrt.com/news/397.html">印尼巴塘水电站(Batang Toru HPP)项目水泵</a>
                        <p>我公司于2023年7月与中国水电建设集团国际工程有限公司签订了印尼巴塘水电站(Batang Toru HPP)项目水泵及附属系统设</p>
                    </li>
                                        <li>
                        <a href="http://www.ynfrt.com/news/391.html">巴基斯坦Tangir水电站油、气、水系统、全厂公用系统阀门</a>
                        <p>我公司于2021年11月与中国水电建设集团国际工程有限公司签订了巴基斯坦Tangir水电站油、气、水系统、全厂公用系统阀门及附属设</p>
                    </li>
                                    </ul>
            </div>
                    </div>
	</div>    
</div>
<div class="main_link">
	<div class="link">
    	<ul>
        	<li>友情链接:</li>
        	        	<li>
            	<a title="云南昆明logoVI设计" href="http://logovi.com/">云南昆明logoVI设计</a>
            </li>
                    	<li>
            	<a title="昆明品牌包装设计" href="http://www.sjcis.com/">昆明品牌包装设计</a>
            </li>
                    </ul>
        <div class="clear"></div>
    </div>
</div>
    </div>
    <div class="footer">
        <div class="copyright">
        	<div class="left">
                <p>
                    Copyright © 2013-2015 Yunnan Furuite Science &amp; Technology Co., Ltd. All Rights Reserved.
                </p>
                <p>
                    云南弗瑞特科技有限公司   <a target="_self" href="http://www.ynfrt.com">www.ynfrt.com</a><br />
                </p>
            </div>
            <div class="right">
                <div class="foot_nav">
                    <ul>
                        <li><a href="javascript:void(0);" onclick="SetHome(this,window.location);">设为首页</a>&nbsp;&nbsp;|&nbsp;&nbsp;</li>
                        <li><a href="javascript:void(0);" onclick="AddFavorite(window.location,document.title);">收藏本站</a>&nbsp;&nbsp;|&nbsp;&nbsp;</li>
                        <li><a href="http://www.ynfrt.com/contact/5.html">联系我们</a>&nbsp;&nbsp;|&nbsp;&nbsp;</li>
                        <li><a href="http://www.ynfrt.com/guestbook/add.html">在线留言</a></li>
                    </ul>
                    <div class="clear"></div>
                </div>
                <p>
                    <a target="_blank" href="https://beian.miit.gov.cn">滇ICP备11001924号-1</a>
                    &nbsp;&nbsp;技术支持:
                    <a href="http://www.logovis.cn" target="_blank">极佳创意</a>
                </p>
            </div>
            <div class="clear"></div>
        </div>
    </div>
    <div class="contact">
    	<p><p>地址:昆明市新亚洲体育城星都国际总部基地60栋401室 &nbsp; &nbsp; 联系人:钟经理 &nbsp; &nbsp; 邮箱:[email protected]<br /> 电话:0871-63549770 &nbsp;传真:0871-63310653 &nbsp;手机:13529077732 &nbsp;邮箱:[email protected]<br /></p></p>
    	<p><script src="http://s19.cnzz.com/stat.php?id=5455928&web_id=5455928&show=pic" language="JavaScript"></script></p>
    </div>
</div>
<script type="text/javascript" src="http://v3.jiathis.com/code/jiathis_r.js?uid=1370259935436756&type=left&amp;move=0&amp;btn=l2.gif" charset="utf-8"></script></body>
</html>                               

Whois info of domain