@ -0,0 +1,42 @@ |
|||||||
|
<html> |
||||||
|
<head> |
||||||
|
<title>该网站已暂停服务</title> |
||||||
|
</head> |
||||||
|
<style> |
||||||
|
.u_button{ |
||||||
|
display: inline-block; |
||||||
|
padding: 0 20px; |
||||||
|
height: 30px; |
||||||
|
border-radius: 3px; |
||||||
|
-webkit-border-radius: 3px; |
||||||
|
-moz-border-radius: 3px; |
||||||
|
border: none; |
||||||
|
vertical-align: middle; |
||||||
|
text-align: center; |
||||||
|
text-decoration: none; |
||||||
|
font-size: 12px; |
||||||
|
line-height: 30px; |
||||||
|
cursor: pointer; |
||||||
|
} |
||||||
|
.u_button_gray { |
||||||
|
background-color: #BDC3C7; |
||||||
|
} |
||||||
|
a.u_button_gray { |
||||||
|
color: #FFF; |
||||||
|
} |
||||||
|
.u_button_blue { |
||||||
|
background-color: #3498DB; |
||||||
|
color: #FFF; |
||||||
|
} |
||||||
|
</style> |
||||||
|
<body style="background-color: #E4E7EA;padding-top:5%"> |
||||||
|
<center> |
||||||
|
<img src="http://cdn.mingsoft.net/global/images/404.png"/> |
||||||
|
<div> |
||||||
|
<h3 style=" clear: both; line-height: 40px; font-size: 40px; color: #333;">该网站已暂停服务</h3> |
||||||
|
<p style=" clear: both; margin: 30px auto 20px auto; line-height: 35px; font-size: 20px; color: #999;">该网站因费用到期,暂停服务,详细请联系铭飞客服QQ:942770163</p> |
||||||
|
<a href="javascript:location.reload();" class="u_button u_button_gray">刷新该页</a> or <a class="u_button u_button_blue" href="/">返回首页</a> |
||||||
|
</div> |
||||||
|
</center> |
||||||
|
</body> |
||||||
|
</html> |
||||||
@ -0,0 +1,58 @@ |
|||||||
|
<!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" /> |
||||||
|
<title>{ms:global.name/}</title> |
||||||
|
<meta name="description" content="{ms:global.descrip/}" /> |
||||||
|
<meta name="keywords" content="{ms:global.keyword/}" /> |
||||||
|
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/news-detail.css"> |
||||||
|
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||||
|
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<#include "head.html"> |
||||||
|
<!--ffff主要内容--> |
||||||
|
<div class="main"> |
||||||
|
<!--新闻详情--> |
||||||
|
<div class="wrap"> |
||||||
|
<div class="container"> |
||||||
|
<div class="we"> |
||||||
|
</div> |
||||||
|
<div class="character"> |
||||||
|
<img src="{ms:global.host/}{@ms:file field.litpic/}"> |
||||||
|
{ms:field.content/} |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="qq"> |
||||||
|
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes" ><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||||
|
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||||
|
</div> |
||||||
|
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||||
|
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<#include "foot.html"> |
||||||
|
<body> |
||||||
|
</html> |
||||||
|
<script> |
||||||
|
$(".qq >a").hover( |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
|
||||||
|
$(".qq > .img_tel").hover( |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
</script> |
||||||
@ -0,0 +1,224 @@ |
|||||||
|
/*主要内容*/ |
||||||
|
.main{ |
||||||
|
width:100%; |
||||||
|
overflow: hidden; |
||||||
|
background:#f2f2f2; |
||||||
|
} |
||||||
|
.picture{ |
||||||
|
width:100%; |
||||||
|
height:480px; |
||||||
|
} |
||||||
|
/*产品图片*/ |
||||||
|
.container{ |
||||||
|
width:1217px; |
||||||
|
margin:45px auto; |
||||||
|
overflow:hidden; |
||||||
|
} |
||||||
|
.catena{ |
||||||
|
width:1197px; |
||||||
|
height:40px; |
||||||
|
clear: both; |
||||||
|
|
||||||
|
} |
||||||
|
.portable{ |
||||||
|
float:left; |
||||||
|
|
||||||
|
} |
||||||
|
.portable h2 a{ |
||||||
|
width: 128px; |
||||||
|
height: 35px; |
||||||
|
font-size: 24px; |
||||||
|
font-family: 微软雅黑; |
||||||
|
font-weight: 100; |
||||||
|
color:#000; |
||||||
|
|
||||||
|
} |
||||||
|
.more{ |
||||||
|
float:right; |
||||||
|
margin-top:10px; |
||||||
|
margin-right: 8px; |
||||||
|
-margin-right:9px; |
||||||
|
font-size:14px; |
||||||
|
} |
||||||
|
.more a{ |
||||||
|
color:#000; |
||||||
|
} |
||||||
|
/*产品名称*/ |
||||||
|
.outer{ |
||||||
|
width:1217px; |
||||||
|
height: 400px; |
||||||
|
} |
||||||
|
.outer ul{ |
||||||
|
width: 100%; |
||||||
|
height: 379px; |
||||||
|
float: left; |
||||||
|
margin-right: 13px; |
||||||
|
} |
||||||
|
.outer ul img{ |
||||||
|
width:280px; |
||||||
|
height:300px; |
||||||
|
} |
||||||
|
.outer ul li{ |
||||||
|
float: left; |
||||||
|
width: 290px; |
||||||
|
height: 380px; |
||||||
|
background: #fff; |
||||||
|
margin-right: 14px; |
||||||
|
} |
||||||
|
.name{ |
||||||
|
width: 242px; |
||||||
|
height: 70px; |
||||||
|
border-top: 1px solid #ccc; |
||||||
|
text-align: center; |
||||||
|
line-height: 70px; |
||||||
|
color: #717070; |
||||||
|
font-size: 14px; |
||||||
|
font-family: 微软雅黑; |
||||||
|
float: left; |
||||||
|
background: #fff; |
||||||
|
margin-left: 19px; |
||||||
|
_margin-left:10px; |
||||||
|
} |
||||||
|
.name a{ |
||||||
|
color: #717070; |
||||||
|
} |
||||||
|
.intro{ |
||||||
|
height:278px; |
||||||
|
} |
||||||
|
.icon { |
||||||
|
width: 100%; |
||||||
|
height: 80px; |
||||||
|
} |
||||||
|
.icon ul li { |
||||||
|
float: left; |
||||||
|
margin-left: 83px; |
||||||
|
} |
||||||
|
.icon { |
||||||
|
width: 57px; |
||||||
|
height: 24px; |
||||||
|
background: url(../images/photo.png) no-repeat; |
||||||
|
background-position: -10px -198px; |
||||||
|
display: inherit; |
||||||
|
float: right; |
||||||
|
} |
||||||
|
/*行业新闻*/ |
||||||
|
.line { |
||||||
|
width: 380px; |
||||||
|
height: 266px; |
||||||
|
padding-top: 10px; |
||||||
|
float: left |
||||||
|
} |
||||||
|
.line_new { |
||||||
|
width: 380px; |
||||||
|
height: 51px; |
||||||
|
} |
||||||
|
.line-icon { |
||||||
|
width: 35px; |
||||||
|
height: 33px; |
||||||
|
background: url(../images/photo.png) no-repeat; |
||||||
|
background-position: -2px -3px; |
||||||
|
display: inherit; |
||||||
|
float: left; |
||||||
|
margin-left: 7px; |
||||||
|
} |
||||||
|
.line_font { |
||||||
|
float: left; |
||||||
|
font-size: 24px; |
||||||
|
font-family: 微软雅黑; |
||||||
|
font-weight: 100; |
||||||
|
} |
||||||
|
.line_font a{ |
||||||
|
color:#000; |
||||||
|
} |
||||||
|
/*公司新闻*/ |
||||||
|
.liady { |
||||||
|
width: 380px; |
||||||
|
height: 210px; |
||||||
|
_height: 200px; |
||||||
|
} |
||||||
|
.liady_background { |
||||||
|
background: #e4f0ca; |
||||||
|
} |
||||||
|
.liady_font { |
||||||
|
margin-left: 24px; |
||||||
|
font-size: 12px; |
||||||
|
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; |
||||||
|
padding-bottom: 11px; |
||||||
|
} |
||||||
|
.liady_font.liady_new a{ |
||||||
|
color:#000; |
||||||
|
} |
||||||
|
|
||||||
|
.liady_icon { |
||||||
|
width: 12px; |
||||||
|
height: 12px; |
||||||
|
background: url(../images/photo.png) no-repeat; |
||||||
|
background-position: -8px -275px; |
||||||
|
float: left; |
||||||
|
margin-right: 5px; |
||||||
|
margin-top: 3px; |
||||||
|
} |
||||||
|
.liady_new { |
||||||
|
padding-top: 10px; |
||||||
|
margin-bottom: 9px; |
||||||
|
_margin-bottom:0px; |
||||||
|
} |
||||||
|
.liady_font.liady_new span{ |
||||||
|
float:left; |
||||||
|
} |
||||||
|
.liady_font span{ |
||||||
|
float:left; |
||||||
|
} |
||||||
|
/*联系我们*/ |
||||||
|
.company_news { |
||||||
|
width: 40px; |
||||||
|
height: 27px; |
||||||
|
background: url(../images/photo.png) no-repeat; |
||||||
|
background-position: 0px -107px; |
||||||
|
float: left; |
||||||
|
margin-left: 7px; |
||||||
|
} |
||||||
|
.company_background { |
||||||
|
background: #fae6d9; |
||||||
|
} |
||||||
|
.compan_new { |
||||||
|
margin-left: 21px; |
||||||
|
font-size: 12px; |
||||||
|
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; |
||||||
|
padding-bottom: 11px; |
||||||
|
} |
||||||
|
|
||||||
|
.company_iocn { |
||||||
|
width: 7px; |
||||||
|
height: 10px; |
||||||
|
background: url(../images/photo.png) no-repeat; |
||||||
|
background-position: -148px 0px; |
||||||
|
display: inherit; |
||||||
|
float: left; |
||||||
|
margin-right: 3px; |
||||||
|
margin-top: 3px; |
||||||
|
} |
||||||
|
.contact { |
||||||
|
width: 35px; |
||||||
|
height: 35px; |
||||||
|
background: url(../images/photo.png) no-repeat; |
||||||
|
background-position: 0px -53px; |
||||||
|
float: left; |
||||||
|
margin-left: 7px; |
||||||
|
} |
||||||
|
.contact_background { |
||||||
|
background: #d6eef2; |
||||||
|
} |
||||||
|
.contactus { |
||||||
|
margin-left: -1px; |
||||||
|
} |
||||||
|
.field_news { |
||||||
|
padding-right: 34px; |
||||||
|
} |
||||||
|
|
||||||
|
.site { |
||||||
|
margin-left: 20px; |
||||||
|
font-size: 12px; |
||||||
|
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; |
||||||
|
padding-bottom: 11px; |
||||||
|
} |
||||||
@ -0,0 +1,150 @@ |
|||||||
|
/* CSS Document */ |
||||||
|
/*全局样式*/ |
||||||
|
body { |
||||||
|
margin: 0 ; |
||||||
|
padding: 0; |
||||||
|
|
||||||
|
} |
||||||
|
div, span, p, a, b, h1, h2, h3, h4, h5, h6, ul, ul li, dl, dl dt, dl dd, input, ol, ol li, hr { |
||||||
|
margin: 0 ; |
||||||
|
padding: 0; |
||||||
|
list-style: none; |
||||||
|
} |
||||||
|
a{ |
||||||
|
text-decoration: blink; |
||||||
|
} |
||||||
|
img { |
||||||
|
border:none; |
||||||
|
} |
||||||
|
/*头部*/ |
||||||
|
.header { |
||||||
|
width: 100%; |
||||||
|
overflow: hidden; |
||||||
|
padding-top: 26px; |
||||||
|
} |
||||||
|
.warp{ |
||||||
|
width: 1248px; |
||||||
|
height: 70px; |
||||||
|
margin: 0 auto; |
||||||
|
} |
||||||
|
|
||||||
|
.logo { |
||||||
|
background:#fff; |
||||||
|
float: left; |
||||||
|
margin-left: 1px; |
||||||
|
|
||||||
|
} |
||||||
|
/*输入框*/ |
||||||
|
.header form{ |
||||||
|
margin-right: 36px; |
||||||
|
width: 472px; |
||||||
|
height: 50px; |
||||||
|
} |
||||||
|
.but-sublimt{ |
||||||
|
height: 38px; |
||||||
|
width: 41px; |
||||||
|
border: 1px #ccc solid; |
||||||
|
float: left; |
||||||
|
margin-top: 2px; |
||||||
|
border-left: 0px; |
||||||
|
background:url(../images/icon.png) no-repeat; |
||||||
|
background-position:7px 6px; |
||||||
|
} |
||||||
|
.search { |
||||||
|
width: 413px; |
||||||
|
height: 36px; |
||||||
|
margin-top: 2px; |
||||||
|
padding-left:5px; |
||||||
|
border: 1px #ccc solid; |
||||||
|
float: left; |
||||||
|
} |
||||||
|
/*导航条*/ |
||||||
|
.nav{ |
||||||
|
width:100%; |
||||||
|
height:46px; |
||||||
|
background: #000; |
||||||
|
clear: both; |
||||||
|
} |
||||||
|
.nav ul{ |
||||||
|
width: 1246px; |
||||||
|
margin: auto; |
||||||
|
height: 45px; |
||||||
|
} |
||||||
|
.nav ul li{ |
||||||
|
float: left; |
||||||
|
} |
||||||
|
.nav ul li a { |
||||||
|
color:#fff; |
||||||
|
width: 100px; |
||||||
|
float: left; |
||||||
|
line-height: 46px; |
||||||
|
font-size: 14px; |
||||||
|
color: #fff; |
||||||
|
text-align: center; |
||||||
|
font-family: 微软雅黑; |
||||||
|
white-space: nowrap; |
||||||
|
} |
||||||
|
.nav ul li a:hover{ |
||||||
|
background:#414141; |
||||||
|
} |
||||||
|
|
||||||
|
.home-page{ |
||||||
|
background:#414141; |
||||||
|
} |
||||||
|
.soso{ |
||||||
|
height: 40px; |
||||||
|
width: 466px; |
||||||
|
float: right; |
||||||
|
} |
||||||
|
/*页脚*/ |
||||||
|
.footer { |
||||||
|
width: 100%; |
||||||
|
height: 150px; |
||||||
|
background: #e1e1e1; |
||||||
|
clear: both; |
||||||
|
} |
||||||
|
.programa { |
||||||
|
text-align: center; |
||||||
|
margin-top: 13px; |
||||||
|
font-size: 12px; |
||||||
|
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; |
||||||
|
margin-right: 28px; |
||||||
|
} |
||||||
|
.programa span a{ |
||||||
|
color:#000; |
||||||
|
} |
||||||
|
.footer_font { |
||||||
|
color: #888888; |
||||||
|
margin-left: -7px; |
||||||
|
height: 14px; |
||||||
|
} |
||||||
|
.column_box { |
||||||
|
padding-top: 15px; |
||||||
|
overflow: hidden; |
||||||
|
} |
||||||
|
.column { |
||||||
|
color: #ccc; |
||||||
|
} |
||||||
|
.programa span { |
||||||
|
margin-right: 5px; |
||||||
|
} |
||||||
|
.we{ |
||||||
|
height: 30px; |
||||||
|
line-height: 50px; |
||||||
|
font-size: 25px; |
||||||
|
font-family: 微软雅黑; |
||||||
|
color:#000; |
||||||
|
} |
||||||
|
.qq{ |
||||||
|
width: 52px; |
||||||
|
position: fixed; |
||||||
|
right:0; |
||||||
|
top: 218px; |
||||||
|
z-index: 10; |
||||||
|
} |
||||||
|
.qq img{ |
||||||
|
width: 52px; |
||||||
|
height: 52px; |
||||||
|
margin-top: 5px; |
||||||
|
} |
||||||
|
|
||||||
@ -0,0 +1,105 @@ |
|||||||
|
/*主要内容*/ |
||||||
|
.main { |
||||||
|
width: 100%; |
||||||
|
min-height: 300px; |
||||||
|
overflow: hidden; |
||||||
|
background:#f2f2f2; |
||||||
|
padding-bottom: 35px; |
||||||
|
} |
||||||
|
.wrap{ |
||||||
|
width:1249px; |
||||||
|
background: #fff; |
||||||
|
min-height: 600px; |
||||||
|
overflow: hidden; |
||||||
|
margin: auto; |
||||||
|
margin-top:18px; |
||||||
|
} |
||||||
|
.container { |
||||||
|
width: 1190px; |
||||||
|
min-height: 300px; |
||||||
|
overflow: hidden; |
||||||
|
margin: 0 auto; |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
.new { |
||||||
|
width: 1166px; |
||||||
|
margin: 0 auto; |
||||||
|
height: 58px; |
||||||
|
color: #fc7878; |
||||||
|
font-family: 微软雅黑; |
||||||
|
line-height: 74px; |
||||||
|
font-size: 18px; |
||||||
|
} |
||||||
|
.new a{ |
||||||
|
color: #fc7878; |
||||||
|
} |
||||||
|
|
||||||
|
.time{ |
||||||
|
width: 1166px; |
||||||
|
height: 28px; |
||||||
|
font-size:14px; |
||||||
|
font-family:微软雅黑; |
||||||
|
color:#888; |
||||||
|
} |
||||||
|
.time span { |
||||||
|
margin-left:8px; |
||||||
|
} |
||||||
|
hr{ |
||||||
|
hieght:1px; |
||||||
|
border: 1px dotted #ddd; |
||||||
|
|
||||||
|
} |
||||||
|
.picture{ |
||||||
|
width:1166px; |
||||||
|
height:485px; |
||||||
|
margin-top:10px; |
||||||
|
} |
||||||
|
.picture img{ |
||||||
|
width:816px; |
||||||
|
height:474px; |
||||||
|
} |
||||||
|
.character{ |
||||||
|
width: 100%; |
||||||
|
overflow: hidden; |
||||||
|
text-align: left; |
||||||
|
line-height: 27px; |
||||||
|
color: #4F4E4E; |
||||||
|
} |
||||||
|
|
||||||
|
.blank-box{ |
||||||
|
width:100%; |
||||||
|
height:50px; |
||||||
|
} |
||||||
|
|
||||||
|
.incident { |
||||||
|
font-size: 18px; |
||||||
|
margin-bottom: 14px; |
||||||
|
font-family: 微软雅黑; |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
.incident a{ |
||||||
|
color: #fc7878; |
||||||
|
} |
||||||
|
|
||||||
|
hr{ |
||||||
|
border: 1px #d1d1d1 dotted; |
||||||
|
} |
||||||
|
|
||||||
|
.paging{ |
||||||
|
width: 100%; |
||||||
|
height: 80px; |
||||||
|
text-align: left; |
||||||
|
} |
||||||
|
.paging p{ |
||||||
|
margin-top:10px; |
||||||
|
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; |
||||||
|
font-size: 14px; |
||||||
|
} |
||||||
|
.paging p a { |
||||||
|
color: #fc7878; |
||||||
|
} |
||||||
|
|
||||||
|
.page_box { |
||||||
|
width: 100px; |
||||||
|
height: 30px; |
||||||
|
} |
||||||
@ -0,0 +1,101 @@ |
|||||||
|
/*主要内容*/ |
||||||
|
.main { |
||||||
|
width: 100%; |
||||||
|
overflow: hidden; |
||||||
|
min-height:500px; |
||||||
|
background: #f2f2f2; |
||||||
|
padding-bottom: 37px; |
||||||
|
} |
||||||
|
/*当前位置*/ |
||||||
|
.containter { |
||||||
|
width: 1239px; |
||||||
|
overflow: hidden; |
||||||
|
min-height:500px; |
||||||
|
background: #fff; |
||||||
|
margin: 0 auto; |
||||||
|
margin-top: 11px; |
||||||
|
} |
||||||
|
.current { |
||||||
|
width: 1140px; |
||||||
|
overflow: hidden; |
||||||
|
margin-top: 14px; |
||||||
|
margin-left: 42px; |
||||||
|
} |
||||||
|
.news_details { |
||||||
|
width: 100%; |
||||||
|
height: 61px; |
||||||
|
font-size: 13px; |
||||||
|
font-family: 微软雅黑; |
||||||
|
color: #888; |
||||||
|
} |
||||||
|
.list-news{ |
||||||
|
min-height:500px; |
||||||
|
} |
||||||
|
.news_details span { |
||||||
|
float: left; |
||||||
|
margin-right: 5px; |
||||||
|
} |
||||||
|
.news_details span a{ |
||||||
|
color:#888; |
||||||
|
} |
||||||
|
/*新闻列表*/ |
||||||
|
.singlenews{ |
||||||
|
width:100%; |
||||||
|
height:130px; |
||||||
|
} |
||||||
|
.singlenews a{ |
||||||
|
color: #fc8a83; |
||||||
|
font-family: 微软雅黑; |
||||||
|
font-size: 18px; |
||||||
|
margin-bottom: 16px; |
||||||
|
} |
||||||
|
.singlenews div{ |
||||||
|
color: #888; |
||||||
|
font-size: 13px; |
||||||
|
margin-top: 16px; |
||||||
|
height: 70px; |
||||||
|
overflow: hidden; |
||||||
|
border-bottom:1px #999 dotted; |
||||||
|
line-height: 24px; |
||||||
|
} |
||||||
|
.news-content{ |
||||||
|
margin-top: 8px; |
||||||
|
display: inherit; |
||||||
|
} |
||||||
|
|
||||||
|
/*分页*/ |
||||||
|
.fanye{ |
||||||
|
clear: both; |
||||||
|
width: 300px; |
||||||
|
height:70px; |
||||||
|
float: left; |
||||||
|
} |
||||||
|
.fanye li{ |
||||||
|
float:left; |
||||||
|
margin-right: 9px; |
||||||
|
width: 60px; |
||||||
|
background-color: #f5f5f5; |
||||||
|
line-height: 29px; |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
.fanye .last{ |
||||||
|
border-radius: 0px 3px 4px 0px; |
||||||
|
} |
||||||
|
.fanye li a{ |
||||||
|
color:#000; |
||||||
|
display: block; |
||||||
|
} |
||||||
|
.fanye li a:hover{ |
||||||
|
color:#fff; |
||||||
|
} |
||||||
|
.fanye li:hover{ |
||||||
|
background-color:#fe5f56; |
||||||
|
color:#fff; |
||||||
|
} |
||||||
|
|
||||||
|
.fanye .home-page{ |
||||||
|
border-radius: 3px 0px 0px 5px; |
||||||
|
} |
||||||
|
.fanye .home-page a:hover{ |
||||||
|
background-color:#fe5f56; |
||||||
|
} |
||||||
@ -0,0 +1,149 @@ |
|||||||
|
/* CSS Document */ |
||||||
|
/*内容*/ |
||||||
|
.main { |
||||||
|
width: 100%; |
||||||
|
overflow: hidden; |
||||||
|
background: #f2f2f2; |
||||||
|
} |
||||||
|
/*当前位置*/ |
||||||
|
.sector { |
||||||
|
width: 1197px; |
||||||
|
height: 36px; |
||||||
|
font-size: 12px; |
||||||
|
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; |
||||||
|
margin: 0 auto; |
||||||
|
margin-top: 15px; |
||||||
|
} |
||||||
|
.sector span { |
||||||
|
float: left; |
||||||
|
margin-right: 5px; |
||||||
|
color:#888; |
||||||
|
} |
||||||
|
.sector span a{ |
||||||
|
color:#888; |
||||||
|
} |
||||||
|
|
||||||
|
/*产品信息*/ |
||||||
|
.production { |
||||||
|
width: 1232px; |
||||||
|
height: 483px; |
||||||
|
background: #fff; |
||||||
|
margin: 0 auto; |
||||||
|
} |
||||||
|
.production_icon { |
||||||
|
width: 430px; |
||||||
|
height: 430px; |
||||||
|
float: left; |
||||||
|
margin-top: 28px; |
||||||
|
margin-left: 53px; |
||||||
|
} |
||||||
|
.state { |
||||||
|
width: 570px; |
||||||
|
height: 333px; |
||||||
|
float: right; |
||||||
|
margin-right: 48px; |
||||||
|
margin-top: 28px; |
||||||
|
border-bottom: 1px solid #dcdbd9; |
||||||
|
} |
||||||
|
.detector { |
||||||
|
font-family: 微软雅黑; |
||||||
|
font-size: 24px; |
||||||
|
margin-bottom: 13px; |
||||||
|
} |
||||||
|
|
||||||
|
.state_cost { |
||||||
|
font-family: 微软雅黑; |
||||||
|
font-size: 28px; |
||||||
|
margin-bottom: 13px; |
||||||
|
margin-left: 4px; |
||||||
|
color: #ef3567; |
||||||
|
} |
||||||
|
.cost { |
||||||
|
color: #888; |
||||||
|
font-size: 12px; |
||||||
|
float: left; |
||||||
|
width: 68px; |
||||||
|
height: 34px; |
||||||
|
} |
||||||
|
.cost_blank { |
||||||
|
width: 568px; |
||||||
|
height: 34px; |
||||||
|
border-top: 1px solid #dcdbd9; |
||||||
|
} |
||||||
|
.data{ |
||||||
|
width: 490px; |
||||||
|
height: 36px; |
||||||
|
float: left; |
||||||
|
margin-bottom: 15px; |
||||||
|
color: #888; |
||||||
|
font-size: 12px; |
||||||
|
} |
||||||
|
/*产品描述*/ |
||||||
|
.intro { |
||||||
|
width: 1232px; |
||||||
|
min-height: 600px; |
||||||
|
_height: 610px; |
||||||
|
background-color: #fff; |
||||||
|
margin: 0 auto; |
||||||
|
margin-top: 20px; |
||||||
|
} |
||||||
|
.intro div{ |
||||||
|
width:1190px; |
||||||
|
margin:auto; |
||||||
|
overflow:hidden; |
||||||
|
margin-top: 20px; |
||||||
|
line-height: 25px; |
||||||
|
color: #373333; |
||||||
|
} |
||||||
|
.product { |
||||||
|
width: 100%; |
||||||
|
height: 27px; |
||||||
|
} |
||||||
|
.intro_product { |
||||||
|
font-family: 微软雅黑; |
||||||
|
margin-top: 3px; |
||||||
|
margin-bottom: 7px; |
||||||
|
margin-left: 5px; |
||||||
|
} |
||||||
|
.intro_product a{ |
||||||
|
color:#000; |
||||||
|
} |
||||||
|
.intro ul { |
||||||
|
overflow: hidden; |
||||||
|
} |
||||||
|
.intro_red_box { |
||||||
|
width: 75px; |
||||||
|
height: 5px; |
||||||
|
background: #ff4146; |
||||||
|
float: left; |
||||||
|
margin-top: 2px; |
||||||
|
font-size:0; |
||||||
|
} |
||||||
|
.intro_line { |
||||||
|
width: 1183px; |
||||||
|
height: 6px; |
||||||
|
border-bottom: 1px #ccc solid; |
||||||
|
} |
||||||
|
.intro_line_box{ |
||||||
|
width:1200px; |
||||||
|
overflow:hidden; |
||||||
|
font-size: 13px; |
||||||
|
font-family: fantasy; |
||||||
|
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; |
||||||
|
} |
||||||
|
.intro_blank_box { |
||||||
|
width: 100%; |
||||||
|
height: 130px; |
||||||
|
} |
||||||
|
.qq{ |
||||||
|
width: 52px; |
||||||
|
position: fixed; |
||||||
|
right:0; |
||||||
|
top: 218px; |
||||||
|
} |
||||||
|
.qq img{ |
||||||
|
width: 52px; |
||||||
|
height: 52px; |
||||||
|
margin-top: 5px; |
||||||
|
} |
||||||
|
|
||||||
@ -0,0 +1,153 @@ |
|||||||
|
/*主要内容*/ |
||||||
|
.main { |
||||||
|
width: 100%; |
||||||
|
overflow: hidden; |
||||||
|
background:#f2f2f2; |
||||||
|
} |
||||||
|
.main-container{ |
||||||
|
width: 100%; |
||||||
|
overflow: hidden; |
||||||
|
} |
||||||
|
.present { |
||||||
|
width: 100%; |
||||||
|
height: 33px; |
||||||
|
padding-top: 18px; |
||||||
|
margin-left: 20px; |
||||||
|
} |
||||||
|
.present span { |
||||||
|
float: left; |
||||||
|
margin-right: 5px; |
||||||
|
color: #888; |
||||||
|
font-size: 12px; |
||||||
|
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; |
||||||
|
} |
||||||
|
.present span a{ |
||||||
|
font-size: 12px; |
||||||
|
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"; |
||||||
|
color: #888; |
||||||
|
} |
||||||
|
.info { |
||||||
|
width: 300px; |
||||||
|
height:290px; |
||||||
|
color: #fc7878; |
||||||
|
background-color: #fff; |
||||||
|
float: left; |
||||||
|
} |
||||||
|
.info_icon { |
||||||
|
width: 13px; |
||||||
|
_width: 8px; |
||||||
|
height: 12px; |
||||||
|
background: url(../images/shop.png) no-repeat; |
||||||
|
background-position: 0px -21px; |
||||||
|
float: left; |
||||||
|
margin-top: 2px; |
||||||
|
} |
||||||
|
.product{ |
||||||
|
margin-left: 12px; |
||||||
|
padding-top: 14px; |
||||||
|
height: 40px; |
||||||
|
font-family: 黑体; |
||||||
|
font-size: 18px; |
||||||
|
} |
||||||
|
.product-information{ |
||||||
|
color: #fc7878; |
||||||
|
} |
||||||
|
.commodity { |
||||||
|
font-size: 12px; |
||||||
|
font-family: 微软雅黑; |
||||||
|
font-weight: 700; |
||||||
|
margin-top: 17px; |
||||||
|
padding-left: 10px; |
||||||
|
} |
||||||
|
.set { |
||||||
|
color: #fc7878; |
||||||
|
} |
||||||
|
|
||||||
|
.childlife { |
||||||
|
width: 270px; |
||||||
|
height: 5px; |
||||||
|
background: url(../images/shop.png) no-repeat; |
||||||
|
background-position: 0px -134px; |
||||||
|
} |
||||||
|
/*产品图片*/ |
||||||
|
.pic{ |
||||||
|
min-height:790px; |
||||||
|
} |
||||||
|
.pic ul{ |
||||||
|
overflow: hidden; |
||||||
|
} |
||||||
|
.pic li{ |
||||||
|
width:290px; |
||||||
|
height:380px; |
||||||
|
background:#fff; |
||||||
|
float: left; |
||||||
|
margin-left: 13px; |
||||||
|
margin-bottom: 15px; |
||||||
|
} |
||||||
|
.pic li img{ |
||||||
|
width:255px; |
||||||
|
height:255px; |
||||||
|
padding:17px; |
||||||
|
} |
||||||
|
.pic li div{ |
||||||
|
width: 253px; |
||||||
|
height: 68px; |
||||||
|
border-top: 1px #ccc solid; |
||||||
|
color:#7c6b5f; |
||||||
|
line-height: 22px; |
||||||
|
text-align: center; |
||||||
|
padding-top: 9px; |
||||||
|
overflow: hidden; |
||||||
|
margin: 0 auto; |
||||||
|
} |
||||||
|
.pic li div a{ |
||||||
|
color:#7c6b5f; |
||||||
|
} |
||||||
|
|
||||||
|
/*分页*/ |
||||||
|
.fanye{ |
||||||
|
clear: both; |
||||||
|
_clear:both; |
||||||
|
width: 288px; |
||||||
|
height: 50px; |
||||||
|
float: right; |
||||||
|
margin-top: 20px |
||||||
|
} |
||||||
|
.fanye li { |
||||||
|
float:left; |
||||||
|
margin-left: 9px; |
||||||
|
width: 60px; |
||||||
|
background-color: #fff; |
||||||
|
line-height: 29px; |
||||||
|
text-align: center; |
||||||
|
} |
||||||
|
.fanye .last{ |
||||||
|
border-radius: 0px 3px 4px 0px; |
||||||
|
} |
||||||
|
.fanye li a{ |
||||||
|
color:#000; |
||||||
|
display: block; |
||||||
|
} |
||||||
|
.fanye li a:hover{ |
||||||
|
color:#fff; |
||||||
|
} |
||||||
|
.fanye li:hover{ |
||||||
|
background-color:#fe5f56; |
||||||
|
} |
||||||
|
.fanye .home-page{ |
||||||
|
border-radius: 3px 0px 0px 5px; |
||||||
|
} |
||||||
|
.fanye .home-page a:hover{ |
||||||
|
background-color:#fe5f56; |
||||||
|
} |
||||||
|
.qq{ |
||||||
|
width: 52px; |
||||||
|
position: fixed; |
||||||
|
right:0; |
||||||
|
top: 218px; |
||||||
|
} |
||||||
|
.qq img{ |
||||||
|
width: 52px; |
||||||
|
height: 52px; |
||||||
|
margin-top: 5px; |
||||||
|
} |
||||||
@ -0,0 +1,34 @@ |
|||||||
|
<div class="footer"> |
||||||
|
<div class="column_box"> |
||||||
|
<div class="programa"> |
||||||
|
<div class="programa"> |
||||||
|
<span><a href="{ms:global.url/}/lianxiwomen/index.html"> 联系我们</a> </span> |
||||||
|
<span class="column"> | </span> |
||||||
|
<span><a href="{ms:global.url/}/guanyuwomen/index.html"> 公司简介</a> </span> |
||||||
|
<span class="column"> | </span> |
||||||
|
<span> <a href="{ms:global.url/}/xinwenzhongxin/index.html">新闻中心</a></span> |
||||||
|
<span class="column"> | </span> |
||||||
|
<span> <a href="{ms:global.url/}/zhaoshanghezuo/index.html">招商合作</a> </span> |
||||||
|
<span class="column"> | </span> |
||||||
|
<span> <a href="{ms:global.url/}/renliziyuan/index.html">人力资源</a> </span> |
||||||
|
<span class="column"> | </span> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="programa footer_font"> |
||||||
|
<span> |
||||||
|
版权所有(C) 武汉福保燃气安全新技术公司 | 地址: 湖北省武汉市东湖开发区流芳园横路6号武汉光谷电子工业园6号工业厂房B区第一层 鄂ICP备17015181号 |
||||||
|
</span> |
||||||
|
</div> |
||||||
|
<div style="width:300px;margin:0 auto; padding:20px 0;"> |
||||||
|
<img src="{ms:global.host/}/{ms:global.style/}/images/ga.png"/> |
||||||
|
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=42018502002453" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="" style="float:left;"/><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">鄂公网安备 42018502002453号</p></a> |
||||||
|
</div> |
||||||
|
<div class="programa footer_font"> |
||||||
|
<!--span class="phone"> |
||||||
|
手机:13277902692 | 电话:027-87611402 | QQ:2029444895 |
||||||
|
</span--> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
@ -0,0 +1,36 @@ |
|||||||
|
<!--由铭飞科技提供技术支持,团队成员 胡永利制作--> |
||||||
|
<!--头部--> |
||||||
|
<div class="header"> |
||||||
|
<div class="warp"> |
||||||
|
<div class="logo"> |
||||||
|
<img src="{ms:global.host/}/{ms:global.style/}/images/toubu.png"> |
||||||
|
</div> |
||||||
|
<div class="soso"> |
||||||
|
<form id="searchDataForm" action="/html/1551/12/search.do" method="post"> |
||||||
|
<input type="hidden" name="categoryId" value="4939"/> <!--必须存在--> |
||||||
|
<!--表单的name值不能改变--> |
||||||
|
<input type="text" name="basic_title" placeholder="搜索您需要的商品" class="search" /> |
||||||
|
<input type="submit" value="" class="but-sublimt"> |
||||||
|
</form> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<!--导航条--> |
||||||
|
<div class="nav"> |
||||||
|
<ul> |
||||||
|
<li><a href="{ms:global.url/}/index.html">首页</a></li> |
||||||
|
|
||||||
|
<li><a href="{ms:global.url/}/guanyuwomen/index.html">关于我们</a></li> |
||||||
|
|
||||||
|
<li><a href="{ms:global.url/}/xinwenzhongxin/index.html">新闻中心</a></li> |
||||||
|
|
||||||
|
<li><a href="{ms:global.url/}/chanpinxinxi/index.html">产品信息</a></li> |
||||||
|
|
||||||
|
<li><a href="{ms:global.url/}/zhaoshanghezuo/index.html">招商合作</a></li> |
||||||
|
|
||||||
|
<li><a href="{ms:global.url/}/renliziyuan/index.html">人力资源</a></li> |
||||||
|
|
||||||
|
<li><a href="{ms:global.url/}/lianxiwomen/index.html">联系我们</a></li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<!--导航条结束--> |
||||||
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 91 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 40 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 250 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 88 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 231 KiB |
|
After Width: | Height: | Size: 220 KiB |
|
After Width: | Height: | Size: 93 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 250 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 189 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 152 KiB |
|
After Width: | Height: | Size: 212 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 228 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
@ -0,0 +1,249 @@ |
|||||||
|
<!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" /> |
||||||
|
<title>{ms:global.name/}</title> |
||||||
|
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/index.css"> |
||||||
|
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||||
|
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.7.2.min.js"></script> |
||||||
|
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery.slides.min.js"></script> |
||||||
|
<style> |
||||||
|
*{margin:0;padding:0;list-style:none;border:0;} |
||||||
|
.slides, .slide-bg{height: 440px;overflow: hidden;} |
||||||
|
.slidesjs-pagination{position: absolute;top: 592px;left: 42%;z-index: 11;} |
||||||
|
.slidesjs-pagination li{float: left;margin-right: 10px;} |
||||||
|
.slidesjs-pagination li a{text-indent: -9999px;background-color: #c1c1c1;display: inline-block; *display:block;_display: block;width: 79px;height: 5px;padding: 0;_height: 2px;_line-height: 1;} |
||||||
|
.slidesjs-pagination li a.active{background-color: #fc7878;} |
||||||
|
.slideChild{width: 100%;margin: 0 auto;z-index: 10;height: 440px;position: relative;} |
||||||
|
.slideChild a.opa{position: absolute;top: 0;left: 0;display: inline-block; *display:block;_display: block;width: 100px;height: 50px;background-color: #fff;filter: alpha(opacity=0);-ms-filter: "alpha(opacity=0)";opacity: 0;} |
||||||
|
.slideImg{position: absolute;top: 0;left: 0;z-index: 9;} |
||||||
|
</style> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<#include "head.html"> |
||||||
|
|
||||||
|
<!--主要内容--> |
||||||
|
<div class="main"> |
||||||
|
<!--幻灯--> |
||||||
|
<div id="slides" class="slides"> |
||||||
|
{ms:arclist typeid=1398118215418994689} |
||||||
|
<!--需要修改相应的宽高--> |
||||||
|
<div> |
||||||
|
<div class="slideChild" style="background:url({ms:global.host/}{@ms:file field.litpic/}) no-repeat center;"> |
||||||
|
|
||||||
|
<a class="a-jd opa js-log-login" style="top:280px;left:310px;width:230px;height:70px;" href="{ms:global.url/}[field.link/]"></a> |
||||||
|
</div> |
||||||
|
<!--<img class="slideImg" style="width:100%" src={ms:global.host/}[field.litpic/] />--> |
||||||
|
</div> |
||||||
|
{/ms:arclist} |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<!--产品内容列表--> |
||||||
|
<div class="container"> |
||||||
|
<div class="catena"> |
||||||
|
<ul class="productName"> |
||||||
|
<li class="portable"> <h2> <a href="{ms:global.url/}/chanpinxinxi/bianxieshixilie/index.html">便携式系列</a> </h2> </li> |
||||||
|
<li class="more"> <a href="{ms:global.url/}/chanpinxinxi/bianxieshixilie/index.html">更多 > </a></li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="outer"> |
||||||
|
<ul> |
||||||
|
{ms:arclist typeid=1398232504783912961 size=4 titlelen=15} |
||||||
|
<li> |
||||||
|
<a href="{ms:global.url/}[field.link/]"> |
||||||
|
<img src="{ms:global.host/}{@ms:file field.litpic/}" /> |
||||||
|
<div class="name"> [field.title/] </div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{/ms:arclist} |
||||||
|
</ul> |
||||||
|
|
||||||
|
</div> |
||||||
|
<!--产品内容列表--> |
||||||
|
<div class="catena"> |
||||||
|
<ul> |
||||||
|
<li class="portable"> <h2> <a href="{ms:global.url/}/chanpinxinxi/diancifaxilie/index.html">电磁阀系列</a> </h2> </li> |
||||||
|
<li class="more"> <a href="{ms:global.url/}/chanpinxinxi/diancifaxilie/index.html">更多 > </a></li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="outer"> |
||||||
|
<ul> |
||||||
|
<ul> |
||||||
|
{ms:arclist typeid=1398477290572943361 size=4 titlelen=15} |
||||||
|
<li> |
||||||
|
<a href="{ms:global.url/}[field.link/]"> |
||||||
|
<img src="{ms:global.host/}{@ms:file field.litpic/}" /> |
||||||
|
<div class="name"> [field.title/] </div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{/ms:arclist} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<!--产品内容列表--> |
||||||
|
<div class="catena"> |
||||||
|
<ul> |
||||||
|
<li class="portable"> <h2> <a href="{ms:global.url/}/chanpinxinxi/gongyexilie/index.html">工业系列</a> </h2> </li> |
||||||
|
<li class="more"> <a href="{ms:global.url/}/chanpinxinxi/gongyexilie/index.html">更多 > </a></li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="outer"> |
||||||
|
<ul> |
||||||
|
{ms:arclist typeid=1398484257177669633 size=4 titlelen=15} |
||||||
|
<li> |
||||||
|
<a href="{ms:global.url/}[field.link/]"> |
||||||
|
<img src="{ms:global.host/}{@ms:file field.litpic/}" /> |
||||||
|
<div class="name"> [field.title/] </div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{/ms:arclist} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
<!--产品内容列表--> |
||||||
|
<div class="catena"> |
||||||
|
<ul> |
||||||
|
<li class="portable"> <h2> <a href="{ms:global.url/}/chanpinxinxi/minyongxiliejiqitachanpin/index.html">民用系列及其它产品</a> </h2> </li> |
||||||
|
<li class="more"> <a href="{ms:global.url/}/chanpinxinxi/minyongxiliejiqitachanpin/index.html">更多 > </a></li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="outer"> |
||||||
|
<ul> |
||||||
|
{ms:arclist typeid=1399176403983597569 size=4 titlelen=15} |
||||||
|
<li> |
||||||
|
<a href="{ms:global.url/}[field.link/]"> |
||||||
|
<img src="{ms:global.host/}{@ms:file field.litpic/}" /> |
||||||
|
<div class="name"> [field.title/] </div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{/ms:arclist} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<div class="intro"> |
||||||
|
<ul> |
||||||
|
<!--行业新闻--> |
||||||
|
<li class="line field_news"> |
||||||
|
<div class="line_new"> |
||||||
|
<ul> |
||||||
|
<li class="line_font"><a href="{ms:global.url/}/xinwenzhongxin/xingyexinwen/index.html">行业新闻</a></li> |
||||||
|
<li class="line-icon"></li> |
||||||
|
<a href="{ms:global.url/}/xinwenzhongxin/xingyexinwen/index.html"> <li class="icon"></li></a> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="liady liady_background"> |
||||||
|
<ul> |
||||||
|
{ms:arclist size=5 titlelen=20 typeid=1399187535217623041} |
||||||
|
<li class="liady_font liady_new"> |
||||||
|
<a href="{ms:global.url/}[field.link/]"> |
||||||
|
<span class="liady_icon"></span> |
||||||
|
<span>[field.title/]</span> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{/ms:arclist} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</li> |
||||||
|
<!--公司新闻--> |
||||||
|
<li class="line field_news"> |
||||||
|
<div class="line_new"> |
||||||
|
<ul> |
||||||
|
<li class="line_font"><a href="{ms:global.url/}/xinwenzhongxin/gongsixinwen/index.html">公司新闻</a></li> |
||||||
|
<li class="company_news"></li> |
||||||
|
<a href="{ms:global.url/}/xinwenzhongxin/gongsixinwen/index.html"><li class="icon"></li></a> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="liady company_background"> |
||||||
|
<ul> |
||||||
|
{ms:arclist size=5 titlelen=20 typeid=1399187750150537218} |
||||||
|
<li class="liady_font liady_new"> |
||||||
|
<a href="{ms:global.url/}[field.link/]"> |
||||||
|
<span class="company_iocn"></span> |
||||||
|
<span>[field.title/]</span> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{/ms:arclist} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</li> |
||||||
|
<!--联系我们--> |
||||||
|
<li class="line"> |
||||||
|
<div class="line_new"> |
||||||
|
<ul> |
||||||
|
<li class="line_font contactus"><a href="{ms:global.url/}/guanyuwomen/index.html">联系我们</a></li> |
||||||
|
<li class="contact"></li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="liady contact_background"> |
||||||
|
<ul> |
||||||
|
{ms:arclist size=1 typeid=1398155964083687425} |
||||||
|
<li class="liady_font liady_new"> |
||||||
|
[field.content/] |
||||||
|
</li> {/ms:arclist} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="qq"> |
||||||
|
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes" ><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||||
|
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||||
|
</div> |
||||||
|
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||||
|
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<#include "foot.html"> |
||||||
|
</body> |
||||||
|
</html> |
||||||
|
<script> |
||||||
|
$(function() { |
||||||
|
$('#slides').slidesjs({ |
||||||
|
play:{ |
||||||
|
active: false, |
||||||
|
effect: "fade", |
||||||
|
auto: true, |
||||||
|
interval: 4000 |
||||||
|
}, |
||||||
|
effect: { |
||||||
|
fade: { |
||||||
|
speed: 1500, |
||||||
|
crossfade: true |
||||||
|
} |
||||||
|
}, |
||||||
|
pagination: { |
||||||
|
active: true |
||||||
|
}, |
||||||
|
navigation:{ |
||||||
|
active: false |
||||||
|
} |
||||||
|
}); |
||||||
|
}); |
||||||
|
|
||||||
|
|
||||||
|
$(".qq >a").hover( |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
|
||||||
|
$(".qq > .img_tel").hover( |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
</script> |
||||||
@ -0,0 +1,75 @@ |
|||||||
|
<!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" /> |
||||||
|
<title>{ms:global.name/}</title> |
||||||
|
<meta name="description" content="{ms:global.descrip/}" /> |
||||||
|
<meta name="keywords" content="{ms:global.keyword/}" /> |
||||||
|
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/news-detail.css"> |
||||||
|
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||||
|
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<#include "head.html"> |
||||||
|
<!--主要内容--> |
||||||
|
<div class="main"> |
||||||
|
<!--新闻详情--> |
||||||
|
<div class="wrap"> |
||||||
|
<div class="container"> |
||||||
|
|
||||||
|
<div class="new"> |
||||||
|
{ms:field.title/} |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="time"> |
||||||
|
<span>作者: {ms:field.author/} </span> |
||||||
|
<span>时间: {ms:field.date?string("yyyy-MM-dd")/} </span> |
||||||
|
<span>来源:{ms:field.source/} </span> |
||||||
|
</div> |
||||||
|
|
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div class="character"> |
||||||
|
{ms:field.content/} |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="blank-box"></div> |
||||||
|
<hr/> |
||||||
|
|
||||||
|
<div class="paging"> |
||||||
|
<p> <a href="{ms:global.url/}{ms:pre.link/}">上一篇: {ms:pre.title/} </a></p> |
||||||
|
<p> <a href="{ms:global.url/}{ms:next.link/}">下一篇: {ms:next.title/} </a></p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="qq"> |
||||||
|
<a href=tencent://message/?uin=51313488&&Menu=yes class="a1" title="我要咨询" target="_blank"><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||||
|
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||||
|
</div> |
||||||
|
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||||
|
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||||
|
|
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<#include "foot.html"> |
||||||
|
<body> |
||||||
|
</html> |
||||||
|
<script> |
||||||
|
$(".qq >a").hover( |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
|
||||||
|
$(".qq > .img_tel").hover( |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
</script> |
||||||
@ -0,0 +1,73 @@ |
|||||||
|
<!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" /> |
||||||
|
<title>{ms:global.name/}</title> |
||||||
|
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/news-list.css"> |
||||||
|
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||||
|
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<#include "head.html"> |
||||||
|
|
||||||
|
<!--主要内容--> |
||||||
|
<div class="main"> |
||||||
|
<div class="containter"> |
||||||
|
<!--当前位置--> |
||||||
|
<div class="current"> |
||||||
|
<div class="news_details"> |
||||||
|
<span>当前位置 :</span> |
||||||
|
<span><a href={ms:global.host/}>公司首页 ></a></span> |
||||||
|
<span><a href="{ms:global.url/}${field.typelink}"> {ms:field.typetitle/}</a></span> |
||||||
|
</div> |
||||||
|
<!--新闻列表--> |
||||||
|
<ul class="list-news"> |
||||||
|
{ms:arclist titlelen=45 size=10 ispaging=true} |
||||||
|
<li class="singlenews"> |
||||||
|
<a href='{ms:global.url/}[field.link/]' target="_self">[field.title/]</a> |
||||||
|
<div> |
||||||
|
[field.descrip/] |
||||||
|
</div> |
||||||
|
</li> |
||||||
|
{/ms:arclist} |
||||||
|
</ul> |
||||||
|
<!--分页--> |
||||||
|
<ul class="fanye"> |
||||||
|
<li class="home-page"><a href="{ms:global.url/}{ms:page.index/}">首页</a></li> |
||||||
|
<li><a href="{ms:global.url/}{ms:page.pre/}">上一页</a></li> |
||||||
|
<li><a href="{ms:global.url/}{ms:page.next/}">下一页</a></li> |
||||||
|
<li class="last"><a href="{ms:global.url/}{ms:page.last/}">最末页</a></li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
<div class="qq"> |
||||||
|
<a href=tencent://message/?uin=51313488&&Menu=yes class="a1" title="我要咨询" target="_blank"><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||||
|
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||||
|
</div> |
||||||
|
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||||
|
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<!--页脚--> |
||||||
|
<#include "foot.html"> |
||||||
|
</body> |
||||||
|
</html> |
||||||
|
<script> |
||||||
|
$(".qq >a").hover( |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
|
||||||
|
$(".qq > .img_tel").hover( |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
</script> |
||||||
@ -0,0 +1,105 @@ |
|||||||
|
<!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" /> |
||||||
|
<title>{ms:global.name/}</title> |
||||||
|
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/product-detail.css"> |
||||||
|
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||||
|
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.7.2.min.js"></script> |
||||||
|
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||||
|
</head> |
||||||
|
<style> |
||||||
|
.otherlink{float: right; width: 617px;overflow: hidden;} |
||||||
|
.otherlink a{width: 194px;height: 35px; background: #B50005; color: #fff; cursor: pointer; line-height: 35px;text-align: center; margin-top: 20px;display:block } |
||||||
|
</style> |
||||||
|
<body> |
||||||
|
<#include "head.html"> |
||||||
|
<!--主要内容--> |
||||||
|
<div class="main"> |
||||||
|
<!--当前位置--> |
||||||
|
<div class="sector"> |
||||||
|
<span>您现在的位置:</span> |
||||||
|
<span><a href={ms:global.host/}>首页 ></a></span> |
||||||
|
<span><a href="{ms:field.typelink/}">{ms:field.typetitle/}</a></span> |
||||||
|
</div> |
||||||
|
<!--产品信息--> |
||||||
|
<div class="production"> |
||||||
|
|
||||||
|
<img class="production_icon" src="{ms:global.host/}/{@ms:file field.litpic/}"/> |
||||||
|
|
||||||
|
<ul class="state"> |
||||||
|
<li class="detector"> {ms:field.title/}</li> |
||||||
|
<li class="state_cost">市场价:{ms:field.price/}</li> |
||||||
|
<li class="cost_blank"></li> |
||||||
|
<li class="cost"> 商品编号:</li> |
||||||
|
<li class="data">{ms:field.goodNo/}</li> |
||||||
|
<li class="cost">商品品牌:</li> |
||||||
|
<li class="data">{ms:field.goodPp/}</li> |
||||||
|
<li class="cost">计量单位:</li> |
||||||
|
<li class="data">{ms:field.unit/}</li> |
||||||
|
<li class="cost" >商品重量:</li> |
||||||
|
<li class="data">{ms:field.weight/}</li> |
||||||
|
</ul> |
||||||
|
<div class="otherlink"> |
||||||
|
<a href="{ms:field.source/}">查看详情</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<!--产品描述--> |
||||||
|
<div class="intro"> |
||||||
|
<div> |
||||||
|
<ul> |
||||||
|
<li class="product"></li> |
||||||
|
<li class="intro_product">产品描述</li> |
||||||
|
<li class="intro_red_box"></li> |
||||||
|
<li class="intro_line"></li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
<div class="intro_line_box"> |
||||||
|
{ms:field.content/} |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="intro_blank_box"></div> |
||||||
|
|
||||||
|
<div class="qq"> |
||||||
|
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes" ><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||||
|
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||||
|
</div> |
||||||
|
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||||
|
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
<#include "foot.html"> |
||||||
|
</body> |
||||||
|
</html> |
||||||
|
<script> |
||||||
|
$(function(){ |
||||||
|
var xq="{ms:field.source/}"; |
||||||
|
if(xq=="<!--未找到该标签内容-->"){ |
||||||
|
$(".otherlink").css("display","none") |
||||||
|
} |
||||||
|
|
||||||
|
}) |
||||||
|
|
||||||
|
|
||||||
|
$(".qq >a").hover( |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
|
||||||
|
$(".qq > .img_tel").hover( |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
|
||||||
|
</script> |
||||||
@ -0,0 +1,111 @@ |
|||||||
|
<!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" /> |
||||||
|
<title>{ms:global.name/}</title> |
||||||
|
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/product-list.css"> |
||||||
|
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||||
|
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||||
|
</head> |
||||||
|
|
||||||
|
<body> |
||||||
|
<#include "head.html"> |
||||||
|
<!-- 主要内容--> |
||||||
|
<div class="main"> |
||||||
|
<!--位置导航--> |
||||||
|
<div class="present"> |
||||||
|
<span>您现在的位置:</span> |
||||||
|
<span><a href={ms:global.host/}> 首页 > </a></span> |
||||||
|
<span><a href="{ms:global.url/}${field.typelink}">{ms:field.typetitle/}</a> </span> |
||||||
|
</div> |
||||||
|
<!--产品系列--> |
||||||
|
<div class="main-container"> |
||||||
|
<div class="info"> |
||||||
|
<ul> |
||||||
|
|
||||||
|
<li class="product">产品信息</li> |
||||||
|
|
||||||
|
<li class="commodity"> |
||||||
|
<span class="info_icon"><span></span></span> |
||||||
|
<a class="set" href="{ms:global.url/}/chanpinxinxi/bianxieshixilie/index.html">便携式系列</a> |
||||||
|
</li> |
||||||
|
<li class="childlife commodity"><span></span></li> |
||||||
|
|
||||||
|
<li class="commodity"> |
||||||
|
<span class="info_icon"><span></span></span> |
||||||
|
<a class="set" href="{ms:global.url/}/chanpinxinxi/diancifaxilie/index.html">电磁阀系列</a> |
||||||
|
</li> |
||||||
|
<li class="childlife commodity"><span></span></li> |
||||||
|
|
||||||
|
<li class="commodity"> |
||||||
|
<span class="info_icon"><span></span></span> |
||||||
|
<a class="set" href="{ms:global.url/}/chanpinxinxi/gongyexilie/index.html">工业系列</a> |
||||||
|
</li> |
||||||
|
<li class="childlife commodity"><span></span></li> |
||||||
|
|
||||||
|
<li class="commodity"> |
||||||
|
<span class="info_icon"><span></span></span> |
||||||
|
<a class="set" href="{ms:global.url/}/chanpinxinxi/minyongxiliejiqitachanpin/index.html">民用系列及其它产品</a> |
||||||
|
</li> |
||||||
|
<li class="childlife commodity"><span></span></li> |
||||||
|
|
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<!--产品图片--> |
||||||
|
<div class="pic"> |
||||||
|
<ul> |
||||||
|
{ms:arclist size=9 ispaging=true } |
||||||
|
<li> |
||||||
|
<a href='{ms:global.url/}[field.link/]' target="_self"> |
||||||
|
<img src='{ms:global.host/}/{@ms:file field.litpic/}'/> |
||||||
|
<div> |
||||||
|
[field.title/] |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{/ms:arclist} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
<!--分页--> |
||||||
|
<ul class="fanye"> |
||||||
|
<li class="home-page"><a href="{ms:global.url/}{ms:page.index/}">首页</a></li> |
||||||
|
<li><a href="{ms:global.url/}{ms:page.pre/}">上一页</a></li> |
||||||
|
<li><a href="{ms:global.url/}{ms:page.next/}">下一页</a></li> |
||||||
|
<li class="last"><a href="{ms:global.url/}{ms:page.last/}">最末页</a></li> |
||||||
|
</ul> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="qq"> |
||||||
|
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes" ><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||||
|
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||||
|
</div> |
||||||
|
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||||
|
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<#include "foot.html"> |
||||||
|
</body> |
||||||
|
</html> |
||||||
|
<script> |
||||||
|
$(".qq >a").hover( |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
|
||||||
|
$(".qq > .img_tel").hover( |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
</script> |
||||||
@ -0,0 +1,107 @@ |
|||||||
|
<!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" /> |
||||||
|
<title>{ms:global.name/}</title> |
||||||
|
<link type="text/css" rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/product-list.css"> |
||||||
|
<link rel="stylesheet" href="{ms:global.host/}/{ms:global.style/}/css/jointly.css"> |
||||||
|
<script src="{ms:global.host/}/{ms:global.style/}/js/jquery-1.9.0.js" type="text/javascript"></script> |
||||||
|
</head> |
||||||
|
|
||||||
|
<body> |
||||||
|
<#include "head.html"> |
||||||
|
<!--主要内容--> |
||||||
|
<div class="main"> |
||||||
|
<!--位置导航--> |
||||||
|
<div class="present"> |
||||||
|
<span>您搜索的关键字:</span> |
||||||
|
<span><a href="{ms:field.typelink/}"> {ms:search.basic_title/} </a> </span> |
||||||
|
</div> |
||||||
|
<!--产品系列--> |
||||||
|
<div class="main-container"> |
||||||
|
<div class="info"> |
||||||
|
<ul> |
||||||
|
|
||||||
|
<li class="product">产品信息</li> |
||||||
|
|
||||||
|
<li class="commodity"> |
||||||
|
<span class="info_icon"><span></span></span> |
||||||
|
<a class="set" href="{ms:global.url/}/4939/4943/index.html">便携式系列</a> |
||||||
|
</li> |
||||||
|
<li class="childlife commodity"><span></span></li> |
||||||
|
|
||||||
|
<li class="commodity"> |
||||||
|
<span class="info_icon"><span></span></span> |
||||||
|
<a class="set" href="{ms:global.url/}/4939/4944/index.html">电磁阀系列</a> |
||||||
|
</li> |
||||||
|
<li class="childlife commodity"><span></span></li> |
||||||
|
|
||||||
|
<li class="commodity"> |
||||||
|
<span class="info_icon"><span></span></span> |
||||||
|
<a class="set" href="{ms:global.url/}/4939/4945/index.html">工业系列</a> |
||||||
|
</li> |
||||||
|
<li class="childlife commodity"><span></span></li> |
||||||
|
|
||||||
|
<li class="commodity"> |
||||||
|
<span class="info_icon"><span></span></span> |
||||||
|
<a class="set" href="{ms:global.url/}/4939/4946/index.html">民用系列及其它产品</a> |
||||||
|
</li> |
||||||
|
<li class="childlife commodity"><span></span></li> |
||||||
|
|
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
<!--产品图片--> |
||||||
|
<div class="pic"> |
||||||
|
<ul> |
||||||
|
{ms:arclist ispaging=true } |
||||||
|
<li> |
||||||
|
<a href='{ms:global.url/}[field.link/]' target="_self"> |
||||||
|
<img src={ms:global.host/}[field.litpic/]/> |
||||||
|
<div> |
||||||
|
[field.title/] |
||||||
|
</div> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{/ms:arclist}</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="qq"> |
||||||
|
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=2029444895&site=qq&menu=yes" ><img data-type="img1" src="{ms:global.host/}/{ms:global.style/}/images/qq.png" class="img_qq"/> </a> |
||||||
|
<img data-type="img2" src="{ms:global.host/}/{ms:global.style/}/images/pic.png" class="img_tel"/> |
||||||
|
</div> |
||||||
|
<img style="position: fixed;right: 52px;top: 210px;display:none" class="img_one" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/talk.png"/> |
||||||
|
<img style="position: fixed;right: 52px;top: 270px;display:none" class="img_two" style="width: 223px; height: 114px;" src="{ms:global.host/}/{ms:global.style/}/images/tel.png"/> |
||||||
|
</div> |
||||||
|
|
||||||
|
<#include "foot.html"> |
||||||
|
</body> |
||||||
|
</html> |
||||||
|
<script> |
||||||
|
$(function(){ |
||||||
|
if ($(".pic >ul > li" ).length <=0){ |
||||||
|
$(".pic").html("<span style='font-size:20px;color:red'>对不起,没有找到你所要的商品</span>"); |
||||||
|
} |
||||||
|
}) |
||||||
|
|
||||||
|
$(".qq >a").hover( |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_one").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
|
||||||
|
$(".qq > .img_tel").hover( |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","block"); |
||||||
|
}, |
||||||
|
function(){ |
||||||
|
$(".img_two").css("display","none"); |
||||||
|
} |
||||||
|
); |
||||||
|
</script> |
||||||