/* top elements */
* { padding: 0; margin: 0; }
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 1.8em;
	background-image: url(bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #666;
}
/* links */
a {
	color:#C00;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	color:#999;
}
ul, ol { margin: 10px 30px; padding: 0 15px; }
.spacer{
	clear:both;
	width: 1px;
}
/* images */ 图片属性 {}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
代码样式 {}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
    border: 1px solid #EFEFEF;
	color: #6C6E3A;
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 15px;	
}
th strong {
	color: #FFF;
}
th {
	background: #882D2D;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #EDC9C9;
	border-bottom: 1px solid #FFF;
}
tr {
	height: 30px;
	background: #F3F3F3;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/* end - table */

/* form elements */
form {
	margin: 15px;
	padding: 0;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
}
textarea {
	width: 280px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;		
	color: #666666;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 3px; 	
	background: #F1F0E4;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 980px;
}
#header-wrap, #footer-wrap, #content-wrap {
	min-width: 980px;
}

/* header */
#header-wrap {
	height: 90px;
	text-align: left;
}
#header-content {
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
公司标志样式 {}
#header-content #logo {
	position: absolute;
	padding: 0;
	right: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
}
#header-content #slogan {
	position: absolute;	
	font: normal 12px 'Trebuchet MS', Tahoma, sans-serif;
	letter-spacing: 0px;
	color: #BBB;	 
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 30px;
}
/* header menu */ 主菜单样式 {}
#header-content ul {
	position: absolute;
	top: 50px;
	list-style: none;
	margin: 0;
	font-family: "宋体", Verdana;
	font-size: 14px;
	font-weight: normal;
	width: 90%;
	background-image: url(nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left -31px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 100%;
}
#header-content li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#header-content ul li .en  {
	font-size: 9px;
	font-weight: normal;
	line-height: 100%;
	font-family: Verdana, Geneva, sans-serif;
}
#header-content ul li h3  {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	color: #FFF;
}
#header-content ul li.hotline  {
	font-size: 14px;
	color: #FFF;
	padding-left: 10px;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#header-content li a {
	display: block;
	color: #BBB;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin: 0px;
	line-height: 100%;
	float: left;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#header-content li a:hover {
	color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DD0000;
}
当前选择的TAB {}
#header-content li a#aboutuscurrent {
	color: #FFF;
	background-image: url(aboutuscurrentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
#header-content li a#productioncurrent {
	color: #FFF;
	background-image: url(productioncurrentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}
#header-content li a#projectcurrent {
	color: #FFF;
	background-image: url(projectcurrentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	}
#header-content li a#contactuscurrent {
	color: #FFF;
	background-image: url(contactuscurrentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	}
#header-content li a#current {
	color: #333;
	font-weight: bold;
	background-color: #FFF;
}
#header-content #header-links {
	position: absolute;
	top: 5px; right:10px;	
	color: #8E5F2F;
	font-size: 90%;
}
#header-content #header-links P {
	margin: 0; padding: 0;
}
#header-content #header-links a {	
	color: #A4A4A4;
	text-decoration: none;
}
#header-content #header-links a:hover {
	color: #F3A251;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/* sidebar */ 右侧栏-导航样式-多级菜单 {}
#sidebar {
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 3px;
	width: 160px;
}
ul#nav {
	padding: 0;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	list-style: none;
	}
ul#nav li {
	position: relative;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 100%;
	}
ul#nav .en {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: none;
	font-weight: normal;
	color: #FFF;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-left: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	}
返回目录 {}
li#back_ml {
	margin-top: 10px;
	width: 55px;
	background-image: url(back_btbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	list-style-type: none;
	padding-left: 10px;
	margin-left: 16px;
	}
li#back_ml a {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	font-family: "宋体", Verdana;
	}
返回首页 {}
li#back  {
	margin-top: 10px;
	width: 55px;
	background-image: url(back_btbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	list-style-type: none;
	padding-left: 10px;
	margin-left: 16px;
	}
li#back a  {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	font-family: "宋体", Verdana;
	}
li ul {
	position: absolute;
	left: 175px; /* Set 1px less than menu width */
	display: none;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	background-color: #FFF;
	padding: 0px;
	width: 96px;
	z-index: 999;
	}
ul#nav li ul.navsub li {
	border-bottom-style: none;
	}
ul#nav li ul.navsub li a{
	font-weight: normal;
	}
/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
	color: #FFF;
	font-size: 12px;
	font-family: "宋体", Verdana;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
ul#nav li a:hover {
	background-color: #C00;
	background-image: url(production_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
} /* Hover Styles */
li ul li a { } /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */
/*#sidebar ul.sidemenu {
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: 1px;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #333;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#sidebar .sidemenu li a .en {
	font-size: 11px;
	margin: 0px;
	line-height: 90%;
	padding-left: 11px;
}

#sidebar ul.sidemenu a:hover {
	padding: .2em 0 .2em 5px;
	color: #DD0000;
	background-color: #FFF;
}*/
左右移动的TAB样式效果 {}
#slider {
	position: relative;
	background-color: #FFF;
	float: left;
	z-index: 9;
}
.scroll {
	height: 360px;
	width: 670px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	z-index: 9;
}
.scrollContainer div.panel {
	font-size:12px;
	line-height:18px;
	width: 600px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.scrollButtons {
	cursor: pointer;
	position: absolute;
	top: 150px;
}
.scrollButtons.left {
	left: 5px;
}
.scrollButtons.right {
	right: 5px;
}
.hide {
    display: none;
}
首页主框架 {}
#index {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#index h3 {
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
	font-size: 24px;
	padding: 0px;
	top: 8px;
}
#index .flash {
	height: 300px;
	width: 980px;
	background-image: url(flash_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#index .flash .main {
	width: 700px;
}
#index .flash .main h4 {
	font-family: "宋体", Verdana;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 50px;
	color: #C00;
}
#index .flash .main p {
	text-align: center;
	padding-top: 10px;
}
#index .flash .main img {
	border: none;
	}
#index .aboutus {
	margin-left: 200px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	top: -20px;
}
#index .fourpic {
	margin-left: 200px;
	margin-right: 50px;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#index .pic {
	float: left;
	margin-right: 30px;
	text-align: right;
	font-size: 10px;
}
#index .pic img {
	border: 1px solid #DADADA;
	padding: 2px;
}
/* main */ 主框架开始 {}
#main {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/*
.pink{
	width:182px; padding:7px 15px 50px; float:left;
	background:url(images/pink_bg.gif) no-repeat 0 0 #F7F7F7; color:#4B2B3E;}
.green{
	width:182px; padding:7px 15px 50px; float:left; margin:0 23px;
	background:url(images/green_bg.gif) no-repeat 0 0 #F7F7F7; color:#4B2B3E;}
*/
#main h1 {
}
#main h2  {
	color: #666;
	text-decoration: none;
	font-family: "宋体", Verdana;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(productionh2_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 85px;
	width: 360px;
}
#main h4 {
	color: #666;
	font-family: "宋体", Verdana;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-weight: normal;
}
公用单一选项卡 {}
#main h5  {
	color: #666;
	text-decoration: none;
	font-family: "宋体", Verdana;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(production_public_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 100%;
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	font-size: 12px;
}
图片标注小文字 {}
#main h6 {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#main .footer670 {
	margin-left: 203px;
	}
工程案例 project.htm--------------- {}
#project {
	background-image: url(project_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#project h3 {
	font-family: "Trebuchet MS", "宋体";
	font-size: 12px;
	padding-bottom: 5px;
	color: #666666;
	line-height: 100%;
	}
#project .spantext {
	margin-left: 320px;
	padding-top: 50px;
	}
#project .spantext ul {
	margin: 0px;
	padding: 0px;
}
#project .spantext ul li {
	width: 180px;
	float: left;
	display: block;
	margin-right: 30px;
	margin-bottom: 20px;
	list-style-type: none;
	line-height: 150%;
	font-family: "宋体", Verdana;
	font-size: 12px;
	color: #666;
	text-align: right;
	background-color: #FFF;
	background-image: url(180_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
联系我们 contactus.htm--------------- {}
#contactus hr{
	color: #FFF;
	width: 450px;
	height: 1px;
}

#contactus {
	background-image: url(contactus_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#contactus .spantext {
	margin-right: 20px;
	margin-left: 450px;
	padding-top: 50px;
	color: #FFF;
	padding-left: 0px;
	padding-bottom: 10px;
	line-height: 120%;
	}
#contactus .spantext h3 {
	font-size: 16px;
	color: #FFF;
	font-family: "黑体";
	margin-bottom: 8px;
	}
#contactus .spantext h4 {
	font-size: 16px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	}
#contactus .spantext .en {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
公司介绍 aboutus.htm--------------- {}
#aboutus {
	background-image: url(aboutus_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#aboutus .back {
	width: 80px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 880px;
}
#aboutus .chapter {
	background-color: #FFF;
	margin-left: 377px;
	width: 580px;
	background-image: url(aboutusspantextbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#aboutus .en {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 180%;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 50px;
	font-size: 11px;
	}
#aboutus .cn {
	font-family: "宋体";
	font-size: 12px;
	margin-right: 20px;
	margin-top: 5px;
	color: #666666;
	padding-left: 20px;
	line-height: 200%;
	}
#aboutus h3 {
	font-size: 16px;
	color: #333;
	font-family: "Trebuchet MS", "宋体";
	margin-bottom: 8px;
	margin-left: 20px;
	line-height: 100%;
	margin-top: 0px;
	font-weight: bold;
	}
#aboutus h4 {
	font-size: 14px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-left: 20px;
	}
#aboutus .catagory {
	margin-left: 380px;
	margin-top: 40px;
	margin-right: 20px;
	line-height: 150%;
	}
#aboutus .catagory p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-indent: 2em;
	}
#aboutus .catagory h3 {
	font-size: 12px;
	color: #666;
	font-family: "宋体", Verdana;
	font-weight: bold;
	background-color: #DDD;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 100%;
	background-image: url(catagoryh3_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: 1px;
	}
#aboutus .catagory .left{
	float: left;
	font-size: 12px;
	color: #666;
	margin: 0px;
	width: 180px;
	background-color: #FFF;
	background-image: url(aboutus_tab3_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#aboutus .catagory .middle{
	float: left;
	width: 180px;
	color: #666;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(aboutus_tab3_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#aboutus .catagory .right{
	float: left;
	width: 180px;
	font-size: 12px;
	background-color: #FFF;
	color: #666;
	margin: 0px;
	background-image: url(aboutus_tab3_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
产品页面 production.html------------- {}
#main #production {
	background-image: url(production_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	height: 500px;
	margin: 0px;
}
#production .catagory {
	width: 665px;
	float: left;
	margin-left: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
}
#production .catagory ul {
	margin: 0px;
	padding: 0px;
}
#production .catagory ul li {
	height: 90px;
	width: 200px;
	float: left;
	display: block;
	margin-right: 18px;
	margin-bottom: 25px;
	list-style-type: none;
	line-height: 150%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
	background-color: #EEE;
}
#production .catagory ul li img {
	}
#production .catagory ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	}
#production .catagory ul li a:hover {
	background-color: #C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
产品页面目录图片 ----------------------{}
#production .left{
	float: left;
	background-color: #FFF;
	font-size: 10px;
}
#production .middle{
	float: left;
	background-color: #FFF;
	font-size: 10px;
}
#production .right{
	float: left;
	background-color: #FFF;
	font-size: 10px;
}
#production .catagory_01, .catagory_02, .catagory_03, .catagory_04, .catagory_05, .catagory_06, .catagory_07, .catagory_08, .catagory_09 {
	width: 750px;
	float: left;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(footer670_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 430px;
}
产品页面目录-01执手产品系列---------------------- {}
#production h1  {
	color: #666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(productionh1_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	line-height: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 470px;
}
#production h2  {
	color: #666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(productionh2_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	line-height: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 470px;
}
#production h3  {
	color: #666;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(productionh3_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	line-height: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 470px;
}
#production h1 a, #production h2 a, #production h3 a {
	color: #666;
	font-size: 12px;
}
#production .catagory_01 .left {
	margin-left: 10px;
	text-align: right;
}
#production .catagory_01 img {
	margin: 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
产品页面目录-02锁体页面---------------------- {}
/*#production .catagory_02 {
	width: 670px;
	float: left;
	margin-left: 85px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}*/
#production .catagory_02 .left {
	margin-left: 10px;
}
#production .catagory_02 .left img{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
}
产品页面目录-03锁芯页面---------------------- {}
#production .catagory_03 .left {
	margin-left: 10px;
}
#production .catagory_03 .left img{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
产品页面目录-04合页页面---------------------- {}
#production .catagory_04 .left {
	margin-left: 10px;
}
#production .catagory_04 .left img{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
}
产品页面目录-05门配件页面---------------------- {}
#production #accessories05 {
	color: #666;
	text-decoration: none;
	font-family: "宋体", Verdana;
	font-size: 12px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(accessories05_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	line-height: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 480px;
	letter-spacing: -1px;
}
#production #accessories06 {
	color: #666;
	text-decoration: none;
	font-family: "宋体", Verdana;
	font-size: 12px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(accessories06_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	line-height: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 480px;
	letter-spacing: -1px;
}
#accessories05 a ,#accessories06 a { color: #666; }
#production .catagory_05 .left {
	margin-left: 10px;
}
#production .catagory_05 .left img{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}
产品页面目录-06页面---------------------- {}
#production .catagory_06 .left {
	margin-left: 5px;
}
#production .catagory_06 .left img{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
产品页面目录-07页面---------------------- {}
#production .catagory_07 .left {
	margin-left: 10px;
}
#production .catagory_07 .left img{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
产品页面目录-08页面---------------------- {}
#production #shower08 {
	text-decoration: none;
	font-family: "宋体", Verdana;
	font-size: 12px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(shower08_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	line-height: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 480px;
}
#production #shower09 {
	text-decoration: none;
	font-family: "宋体", Verdana;
	font-size: 12px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(shower09_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	line-height: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	width: 480px;
}
#shower08 a, #shower09 a { color: #666; }
#production .catagory_08 .left {
	margin-left: 5px;
}
#production .catagory_08 .left img{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
产品页面目录-09页面---------------------- {}
#production .catagory_09 .left {
	margin-left: 5px;
}
#production .catagory_09 .left img{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* footer */ 页脚样式 {}
#footer-wrap {
	position: relative;
	clear: both;
	text-align: left;
	background: url(footerbg.jpg) repeat-x 0 0;
	color: #666;
	width: 100%;
	float: left;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
}
#footer-wrap p {
	margin-left: 0;
}
#footer-wrap h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer-content a {
	color: #999;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 300px;
	padding: 0 0 30px 0;
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 250px;
	margin-top: 10px;
	padding-bottom: 10;
	margin-bottom: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange { color: #F3A251; }

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url('clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url('comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url('page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}
