﻿/* css basic template v1.01 */

/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */
/* i should be linked as if the CSS file sits in the same folder as the i. ie. no paths. */

/* basic elements */
* {margin: 0; padding:0; }
body { font:12px/1.6em Verdana, Arial, Helvetica, sans-serif; color:#333333; background:#fff; text-align: center; line-height:20px; font-size:12px; }
img { border: 0; }


a:link { color: #006699; text-decoration: none; }
a:visited { color: #006699; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: underline; }


h2, h3, h4, h5, p, ul, ol  { margin: 0; padding: .5em 0; }

/* common style */
.block{ display:block;}
.clear { clear:both; }
.hide, .dupe { display: none; }
.space { float:left; width:10px; text-align:center;}

/**
*  页面布局
*  
*/

li{ padding:0 5px 0 18px; line-height:1.8em; color:#000000; list-style:none; text-align:left; border-bottom:1px solid #CCCCCC;}

#container { width:800px; margin:0 auto; text-align:left; background-color:#FFFFFF; } /* Width of all pages : 1003px  */
#center{width:800px; height:auto;float:left;}
#heder_top{width:800px; height:90px; background:#FFFFFF;}
#heder_menu{width:800px; height:55px; background:#FFFFFF; text-align:left; margin-top:20px;}
#count_text{width:800px; height:auto;}
#baner{width:193px; height:auto; background:#F1F1F1; float:left; margin-right:10px;}
#countent{width:577px; height:auto; float:left}
#top_countent{width:577px; height:20px; padding-top:3px; background:#006699; float:left; color:#FFFFFF; font-size:14px; font-weight:bolder; text-align:center;}
#foot_countent{width:577px; height:auto; background:#FFFFFF; float:left; color:#333333;}
#foot{width:800px; height:25px; padding-top:3px; background:#006699;  float:left; color:#FFFFFF;  text-align:center;}
#foot a:link { color: #FFFFFF; text-decoration: none; }
#foot a:visited { color: #FFFFFF; text-decoration: none; }
#foot a:hover { color: #CCCCCC; text-decoration: underline; }

#text_all{width:800px; height:auto; border:1px solid #ffffff; }
#allmessage{width:800px; height:auto; border:1px solid #FFFFFF; margin-bottom:3px;}
/**
*  侧边栏布局
*  
*/
#navBar{
	width:192px;
	float:left;
		margin: 0 0 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	
}
#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}
#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 12px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/**
*  表格属性
*  
*/
tables {
	width:560px;
	font-size: 12px;
	line-height: 23px;
	color: #333333;
}

/**
*  产品类别列表
*  
*/
#classcontent {
	height:auto;
	width: 800px;
	float: left;
	margin: 0 0 0 0;
}
.classmydiv {
	height: 220px;
	width: 180px;
	float: left;
	margin:0 3px;
	overflow:hidden;
	/*border:1px solid #FF0000;*/
}
#classfont
{
	margin:5px;
	height:20px;
	font-size:12px;
	text-align: center;
}
#classlins {
	margin:2px;
	width:180px;
	height:220px;
	/*border:1px solid #FF0000;*/
	padding: 4px;
}

/*产品首页类别搜索框*/
#classSo
{
	height:90px;
	margin:10px 5px 10px 10px;
	float:left;
	color:#006699;
	font-weight:bold;
}
.classSo_input{width:120px;}
/**
*  其他
*  
*/
.story
{
	line-height:20px;
}

.linktitle
{
	color: #006699;
	font-size:12px;
	font-weight:bold;
}

.linktitle2
{
	color: #006699;
	font-size:12px;
	line-height:23px;
	font-weight:500;
}

/**
*  首页
*  
*/
#count_page{width:780px; height:auto;}
#default_top{width:780px; height:450px; background:#ffffff; float:left;}
#default_midle{width:780px; height:98px; background:#ffffff;float:left; background:url(./image/index.jpg); text-align:center;}
#default_foot{width:755px; height:25px; padding-top:1px; background:#006699; margin:0 0 0 3px;   color:#FFFFFF; }
#default_foot a:link { color: #FFFFFF; text-decoration: none; }
#default_foot a:visited { color: #FFFFFF; text-decoration: none; }
#default_foot a:hover { color: #CCCCCC; text-decoration: underline; }

/**
*  产品页的产品框框
*  
*/
#pro{width:544px; height:auto; float:left; margin-top:5px; border-bottom:1px solid #999999;}
#pro_left{width:200px; height:auto; float:left; text-align:center;  background:#ffffff;}
#pro_right{width:342px; height:auto; float:left; text-align:left; margin-top:20px;}
#pro_right dl{width:304px; height:auto; float:left; margin:0; padding:0;}
#pro_right dd{width:220px;height:auto; margin:0; padding:0; line-height:20px; float:left; border-bottom:1px solid #999999;}
