<? include "inc/config.php";?>
<!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 id="Head1">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<?
$id = (int)$_GET['id'];
$sql = "select * from products where id=".$id;
SQL($sql);
$rss = TOP();
?>
<title>
<?=$rss['name'];?>
-<? echo $pagetitle_cn;?></title>
<meta name="keywords" content="<? echo $keyword_cn;?>" />
<meta name="description" content="<? echo $keydesc_cn;?>" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/resetcommonindex2.css" rel="stylesheet" type="text/css" />
<link href="css/Style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/NSW_Index.js"></script>
<!-- jinhaobi.com Baidu tongji analytics -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?a9f67843137ac498d8fea7cdfbab9eaa";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body><?php include_once("baidu_js_push.php") ?>
<?
$ii =4;
include "top.php";
include "search.php";?>
<div class="topadcs"> <a href="/product/" title="全佳福不锈钢制品"><img src="images/20150515110224_78113.jpg" title="全佳福不锈钢制品" alt="全佳福不锈钢制品" /></a> </div>
<div class="content">
<div class="leftr">
<? include "left.php";?>
<div class="clear"> </div>
<? include "left_c.php";?>
</div>
<div class="rightl">
<div class="pro_main">
<div id="printableview">
<div class="pro_curmbs"><span>当前位置:</span><a href="index.php" title="首页">首页</a> » <a href='production.php' title="生产现场">生产现场</a></div>
<div class="mt10"></div>
<div class="pright" style="width:100%; text-align:center">
<div class="propar">
<h4 class="corange">
<?=$rss['name'];?>
</h4>
</div>
<div class="clear"></div>
<div class="propar" style="text-align: center; padding-top: 20px;"> <img src="sysadm/products/uploadfiles/<?=$rss['bigPic'];?>" width="80%"/> </div>
</div>
<div class="clear"> </div>
</div>
</div>
</div>
<script type="text/javascript">
$(function () {
$(".pro_uls li").each(function () {
$(this).hover(function () {
$(".pro_uls li span").css("display", "block");
$(".pro_uls li p").css("display", "none");
$(this).addClass("cur");
$(this).find("p").css("display", "block");
$(this).find("span").css("display", "none");
}, function () {
$(".pro_uls li p").css("display", "none");
$(".pro_uls li span").css("display", "block");
$(this).removeClass("cur");
})
})
})
</script>
<div class="clear"> </div>
<div id="mailArticle"> </div>
</div>
<div class="mt10"> </div>
<? include "bottom.php";?>
</html>