
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 12px "宋体";
	color: #333333;
	line-height:160%;
	background-color:#006600;
	text-align: center;
}
td {
	font-size:12px;
}
/* links */
a { 
	color: #333333;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: red;
	background-color: inherit;
	text-decoration:underline;
}

img {
	border:0px;
}

/* headers */
h1, h2, h3 {
	font:"宋体", Arial, Sans-serif;
}
h1 { font-size: 16px; color: #FF0000; padding-left:12px; margin: 10px 15px; text-transform:uppercase; } 
h2 { font-size: 16px; color: #006600; padding-left:12px; margin: 10px 15px; }
h3 { font-size: 12px; color: #FF0000; margin: 10px 15px; }

p {
	margin: 10px 15px 0px 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #999999;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:0px; padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#333;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background:#fcfff3;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 150px;	
	background: #fff url(008.gif) repeat-x 0% 100%;	
}
#header a#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 28px "宋体", Arial, Sans-serif;
	text-transform: lowercase;
	top: 2px; left: 0px;
}
#header h2#slogan {
	position: absolute;	 
	top:42px; left:82px;
	color: #666666;
	letter-spacing:10px;
	text-indent: 0px;
	font: 14px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

#header .ask {
	float:left;
	width:300px;
	height:50px;
	padding:10px 0px 0px 250px;
	margin:0px;
}
#header .ask a {
	text-decoration:none;
}
#header .ask img {
	border:0px;
	cursor:hand;
}

/* main */
#main {
	float: left;
	margin:0px;
	padding:0px 0px 0px 8px;
	width: 74%;
}
#article_main {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 97%;		
}

#new {
	margin:10px;
	background:#eeffee;
}
#new a {
	line-height:24px;
	padding-left:24px;
	background:url(page.gif) left no-repeat;
}

#tes {
	margin:10px;
	background:#eeffee;
}
#tes a {
	line-height:24px;
	padding-left:24px;
	background:url(comment.gif) left no-repeat;
}

.newtes_tit {
	margin: 0px;
	padding: 10px;
	font: bold 14px "宋体",arial;
	color:#000000;
}

.space {
	width:614px;
	float:left;
}

.hd {
	float:left;
	text-align:center;
	height:80px;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:610px;
}
.index_hd {
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
	width:610px;
}
.article_hd {
	float:left;
	text-align:center;
	height:40px;
	margin:10px 0px 0px 0px;
	padding:0px;
	width:750px;
}

.index_top {
	float:left;
	width: 610px;
	padding:0px;
	margin-bottom:5px;
	border:1px solid #dddddd;
}

.newsbox_top {
	float:left;
	width: 610px;
	padding:0px;
	margin-bottom:5px;
	border:1px solid #cccccc;
}
.newsbox {
	margin-bottom: 5px;
	width: 600px;
	height:300px;
}

.newsbox_header {
	float:left;
	padding:0px 0px 0px 10px;
	margin:0px;
	width:600px;
	background: url('newsbox_bg_top.jpg') repeat-x;
	border-bottom:1px solid #eeeeee;
}
.newsbox_header h1 {
	padding:0px;
	font-size:14px;
	color:#000000;
}

.newsbox_header strong {
	float: right;
}


.index_pro_bottom {
	padding:0px;
	height:5px;
	background: url('newsbox_bg_bot.jpg') no-repeat bottom;
}
	

.newsbox_comments a {
	text-decoration: none;
}

.newsbox_comments a:hover {
	color: #959595;
	background-color: inherit;
}


/*    Products  start    */

.products
{
	float:left;
	height:225px;
	width:270px;
	background-color:#ffffff;
	margin-left:2.5px;
	margin-top:5px;
	text-align:center;
	list-style:none;
}
.products .menu_title
{
	width:270px;
	text-align:center;
	margin-top:5px;
}
.products .menu_title a
{
	color:#FF0000;
	font-weight:bold;
}
.products .menu_title a:hover
{
	text-decoration:underline;
}
.products .menu_img
{
	float:left;
	width:80px;
	margin-left:10px;
	margin-top:10px;
	height:165px;
}
.products .menu_img img
{
	width:60px;
	height:100px;
}
.products .menu_img span b
{
	color:#000000;
}
.products .menu_text
{
	float:left;
	margin-left:5px;
	margin-top:10px;
	text-align:left;
	text-align:left;
	width:172px;
	height:165px;
	line-height:18px;
	color:#333333;
}
.products .menu_text span
{
	margin-left:15px;
}
.products .menu_A
{
	float:right;
	height:20px;
	width:200px;
	text-align:left;
}
.products .menu_A a
{
	margin-left:30px;  
	 color:#006600;
}
/*    Products  end    */


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.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;
}

/* sidebar */
#sidebar {
	float: right;
	width: 23%;
	margin: 0 5px 0 0;	padding: 0;
	display: inline;
	background:#eeffee;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:0px 0 10px 10px;
	padding:0px;
}
#sidebar ul.sidemenu li {
	margin-bottom:2px;
}
#sidebar ul.sidemenu a {
	display:block;
	color: #333;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	line-height:18px;
	background: #eeffee;
	border-left:4px solid #99cc33;
	min-height:12px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}


#sidebar h1 { height:22px; text-align:center; font-size: 16px; color: #FF0000; padding:6px 5px 4px 5px; margin:10px 0 0 10px; text-transform:uppercase; background:url(tes_tit.jpg);} 
#sidebar h2 { height:22px; text-align:center; font-size: 16px; color: #cc3333; padding:6px 5px 4px 5px; margin:10px 0 0 10px; text-transform:uppercase; background:url(pro_tit.jpg); }
#sidebar h3 { height:22px; text-align:center; font-size: 16px; color: #996600; padding:6px 5px 4px 5px; margin:10px 0 0 10px; text-transform:uppercase; background:url(art_tit.jpg); }
#sidebar h4 { height:22px; text-align:center; font-size: 16px; color: #006600; padding:6px 5px 4px 5px; margin:10px 0 0 10px; text-transform:uppercase; background:url(tes_tit.jpg); }

/*  hotmenu  */
#sidebar ul.hotmenu {
	list-style:none;
	margin:0px 0 10px 10px;
	line-height:18px;
	padding:0;
}
#sidebar ul.hotmenu li {
	margin-bottom:1px;
	border-bottom:1px solid #66cc66;
}
#sidebar ul.hotmenu a {
	display:block;
	color:#424242;	
	text-decoration:none;	
	padding:3px 0px 1px 20px;
	background: Url(pro_name_icon.gif) #ccffcc no-repeat left;
}

* html body #sidebar ul.hotmenu a { height: 18px; }

#sidebar ul.hotmenu a:hover {
	padding:3px 0px 1px 20px;
	background: #eeffee;
	text-decoration:underline;
	color: #009900;
	background: Url(pro_name_icon_on.gif) #eeffee no-repeat left;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #333; 
	background: #fff; 
	border-top: 5px solid #eee;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	height: 76px;	  
	font-size: 12px;
	line-height:180%;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0; padding: 0;
	list-style:none;
	right: 0; 
	background:#006600;
	width:100%;
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float:left;
	color:#ffffff;
	margin:0;	
	padding:0px 18px 0px 17px;
	line-height:24px;
	text-decoration:none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

/* End IE5-Mac hack */
#header a:hover{
	color:#ffffff;
	background:#FF6600;
}
#header a:hover {
	background-position:0% -42px;
}
#header a:hover span {
	background-position:100% -42px;
}
#header #current a {
	background-position:0% -42px;
	color:#cc0000;
	background:#ffcccc;
}
#header #current a span {
	background-position:0% -42px;
	color:#cc0000;
	background:#ffcccc;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

/* products next */
.next {
	margin:0px;
	width:590px;
	padding:5px;
	float:left;
	line-height:20px;
	text-align:justify;text-justify:inter-ideograph
}
.next p {
	text-indent:24px;
}
.subject {
	margin:0px;
	padding:0px;
}
.subject ul {
	margin:0px;
	margin:0px;
}
.subject ul li {
	list-style:none;
	margin:0px;
	padding:3px;
	color:#333333;
}
.subject ul li a {
	color:#000000;
	text-decoration:none;
}
.subject ul li a:hover {
	text-decoration:underline;
}
	
.subject p {
}
.article_list_body {
	border-top:1px dotted #dddddd;
	text-indent:24px;
	margin:0px;
	padding:0px;
}

.page {
	text-align:center;
	margin-top:20px;
	padding:5px 0 5px 0;
	font-size:14px;
	border-top:1px solid #dddddd;
	background:#f3f3f3;
	border-bottom:1px solid #dddddd;
}
.page span {
	color:#000000;
}
.page_a {
	text-decoration:none;
}


.order_bz {
	float:left;
	padding:10px;
	margin:0px;
	vertical-align:middle;
}

.bz1 {
	float:left;
	width:150px;
	height:52px;
	padding:2px;
	margin:0px;
}
.bz2 {
	float:left;
	width:150px;
	height:52px;
	padding:2px;
	margin:0px;
}
.bz3 {
	float:left;
	width:150px;
	height:52px;
	padding:2px;
	margin:0px;
}
.bz4 {
	float:left;
	width:62px;
	height:52px;
	padding:8px 2px 0px 2px;
	margin:0px;
}

.t1 {
	float:left;
	width:235px;
	height:20px;
	padding:0 0 0 3px;
	margin:0px;
	text-align:left;
	border-right:1px solid #f3f3f3;
	color:#333333;
}
.t2 {
	float:left;
	width:50px;
	height:20px;
	padding:0px;
	margin:0px;
	text-align:center;
	border-right:1px solid #f3f3f3;
	color:#333333;
}
.t3 {
	float:left;
	width:40px;
	height:20px;
	padding:0px;
	margin:0px;
	text-align:center;
	border-right:1px solid #f3f3f3;
	color:#333333;
}
.t4 {
	float:left;
	width:110px;
	height:20px;
	padding:0px;
	margin:0px;
	text-align:center;
	border-right:1px solid #f3f3f3;
	color:#333333;
}
.t5 {
	float:left;
	width:50px;
	height:20px;
	padding:0px;
	margin:0px;
	text-align:center;
	border-right:1px solid #f3f3f3;
	color:#333333;
}
.t6 {
	float:left;
	width:60px;
	height:20px;
	padding:0px;
	margin:0px;
	text-align:center;
	border-right:1px solid #f3f3f3;
	color:#333333;
}
.t7 {
	width:30px;
	height:20px;
	padding:0px 0px 0px 10px;
	margin:0px;
	text-align:center;
	color:#333333;
}

.order_sm {
	width:auto;
	line-height:150%;
	padding:5px 2px 5px 10px;
	text-align:left;
}
.p {
	text-align:left;
	padding:2px 2px 2px 4px;
	margin:0px;
	line-height:20px;
	text-indent:24px;
	text-align:justify;text-justify:inter-ideograph;
}
.z1 {
	text-align:right;
	width:420px;
	height:24px;
	padding:0px;
	margin:0px;
}
.z2 {
	text-align:right;
	width:120px;
	height:24px;
	padding:0px;
	margin:0px;
}

.order_m {
	width:530px;
	text-align:right;
	padding:10px;
}
.order_m a {
	padding:5px;
}
.redb {
	font-weight:bold;
	color:#000000;
}
.zz {
	float:left;
	width:540px;
	padding:20px 0px 0px 35px;
	margin:0px;
}
.zz ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
.zz ul li {
	float:left;
	text-align:center;
	width:114px;
	padding:5px;
	margin:4px;
	line-height:20px;
	height:auto;
}


.zl_list {
	float:left;
	width:176px;
	padding:0px;
	margin:0px 0px 10px 5px;
	border:1px solid #eeeeee;
	background:#ffffee;
}
.zl_list ul {
	padding:0px;
	margin:0px;
}
.zl_list ul li{
	padding:3px;
	margin:0px;
	line-height:22px;
	list-style:none;
	text-align:center;
	border-top:1px solid #eeeeee;
	font-weight:bold;
	color:#000000;
}
.zl_list a {
	padding:0px;
}
.dline{
	height:24px;
	line-height:24px;
	padding:0px;
	border-top:1px solid #CCCCCC;
}
.newwin2 {Tools@Work:expression(this.onclick=test2)}
.content div {
	padding:5px;
	text-align:center;
}
.content span {
	text-indent:30px;
	font-size:14px;
	color:#000000;
	text-align:justify;
	text-justify:inter-ideograph;
}
.content p {
	text-indent:30px;
	text-align:justify;
	text-justify:inter-ideograph;
}
.zhaoshang {
	padding:10px;
	margin:0px;
}
.zhaoshang p {
	color:#000000;
	text-indent:30px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0px;
	padding:0px;
}
.redb {
	font-weight:bold;
	color:#000000;
}
.blueb{
	font-weight:bold;
	color:blue;
}

.order_index {
	float:left;
	width:590px;
	height:auto;
	margin:0px;
	padding:0px;
	color:#333333;
}
.order_index ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.order_index ul li {
	padding:5px 0px 1px 5px;
	margin:0px;
	width:590px;
	line-height:16px;
	text-align:center;
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
	color:#333333;
	background:#eeffee;
}

.order_index .font {
	color:blue;
	font-size:12px;
	font-family:arial;
}
.order_index .title {
	background:url(order_tit_bg.gif) #66cc33 repeat-x top;
	border-top:1px solid gray;
	margin:0px;
	text-align:center;
	width:590px;
}
.order_index .input {
	width:16px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:black;
}
.ot1 {
	float:left;
	width:280px;
	padding:0px;
	margin:0px;
	text-align:left;
	border-right:1px solid #f3f3f3;
	color:#333333;
}
.ot2 {
	float:left;
	width:120px;
	padding:0px;
	margin:0px;
	border-right:1px solid #f3f3f3;
	color:#333333;
}
.ot3 {
	float:left;
	width:120px;
	padding:0px;
	margin:0px;
	border-right:1px solid #f3f3f3;
	color:#333333;
}
.rot3 {
	float:left;
	width:120px;
	padding:0px;
	margin:0px;
	border-right:1px solid #f3f3f3;
	color:#000000;
}
.ot4 {
	width:100px;
	padding:0px;
	margin:0px;
	color:#333333;
}
.order_index ul li select {
	margin-right:5px;
}
.order2_common {
	width:590px;
	height:auto;
	margin:0px;
	padding:15px 0 0 0;
}
.order2_common ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.order2_common ul li {
	padding:5px;
	margin:0px;
	width:590px;
	line-height:22px;
	text-align:left;
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
}

/*********推荐产品样式*********/

.index_tj {
	float:left;
	width:160px;
	padding:35px 10px 5px 10px;
	margin:10px 0 0 5px;
	background:url(tj.gif) no-repeat;
}
.index_tj a {
	float:left;
	width:160px;
	margin:0px;
	padding:1px;
	overflow:hidden;
	text-overflow:ellipsis; white-space:nowrap;
	background:url(/images/hots.gif)  no-repeat 135px 0px ;
}