@charset "utf-8";
/*for clearfix better than normal clear*/
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix{ display:inline-block;}
/*Hides from IE-mac\*/
*html .clearfix{ height:1%;}
.clearfix{ display:block;}
/*End hide from IE-mac*/





/*------------------布局样式---------------------*/
/*两栏*/
#two_column{ width:100%;}
    #two_column .col_wapper{ float:left;}/*  class="col_wapper col_main"  */
	#two_column .col_main,#two_column .col_extra{}
    #two_column .no_col{ display:none}/*隐藏不需要的栏目，适合灵活点的布局*/	 
	#two_column .col_title{}     
	      #two_column .col_main .col_c{}
		  #two_column .col_extra .col_c{}

/*三栏*/
#three_column{ width:100%;}
    #three_column .col_wapper{ float:left;}/*  class="col_wapper col_main"  */
    #three_column .col_main,#three_column .col_sub,#three_column .col_extra{ float:left;}  
	#two_column .col_title{}  
	       #three_column .col_main .col_c{}
		   #three_column .col_sub .col_c{}
		   #three_column .col_extra .col_c{}



/*菜单列表样式*/
 #main_nav{ background:url(../images/nav_bg.jpg) repeat-x scroll left top;}
 #main_nav ul li{ width:auto; float:left; position:relative; text-align:center;}
 #main_nav ul li.none{}
     #main_nav ul li a:link,#main_nav ul li a:visited,#main_nav ul li a:hover,#main_nav ul li a:activer{ /*line-height:0px;color:#fff;*/}
	 

#header #time_stamp{ position:absolute; top:0px; right:0px;}



/*产品分类*/
ul.producttype{}
.producttype0
{
	margin:0px;
	padding:0px;
}
.producttype0  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.producttype0  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.producttype0  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.producttype0  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/*产品二级分类 */
.producttype1  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.producttype1  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.producttype1  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.producttype1  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}


/*推荐产品*/
.productscommend
{
	clear:both;
}

/*产品*/
.products
{
	clear:both;
	margin:0 auto;
}

/*新闻*/
ul.news
{
	margin:0px;
	padding:0px;
	
}
ul.news li
{

}
ul.news li a:link,ul.news li a:visited,ul.news li a:hover,ul.news li a:active
{
	text-decoration:none;
 }



.newstitle
{
	text-align:center;
}
.newssubtitle
{

}
.newssubtitle span
{

}

/*图片*/
div.picture
{
	clear:both;
	margin:0 auto;
	padding:0px;
}


/*下载*/
ul.downloads
{
}

ul.downloads li
{
}


/*留言*/
ul.guest
{
	clear:both;
	margin:0px;
	padding:0px;
}
ul.guest li
{
}
ul.guest li pre
{
	border:1px solid #ccc;
	margin-left:15px;
	padding:5px;
}

/*招聘*/
ul.jobs
{
}
ul.jobs li
{
	margin-bottom:20px;
	margin-left:0px;
}

/*分页*/
div.pager
{
text-align:center;
	margin:0 auto;
	padding-bottom:3px;
}
div.pager span
{
			margin-left:8px;
	margin-right:8px;
}
div.pager a
{
		margin-left:8px;
	margin-right:8px;
	text-decoration:none;
}

/*用户登录*/
ul.memberlogin
{
	clear:both;
	margin:0px;
	padding:0px;
	width:202px;
}
ul.memberlogin li
{
width:196px;
}
ul.memberlogin li label{

}

/*用户注册*/
ul.memberregister
{
	margin-top:8px;
	clear:both;
	margin:0px;
	padding:0px;
}
ul.memberregister li
{
	padding:2px;
	margin-bottom:5px;
}
ul.memberregister li label
{
	width:80px !important;
	width:90px;
	display:block;
	float:left;
}

/*订购表单*/
ul.orderform
{
	clear:both;
	margin:0px;
}
ul.orderform li
{
	margin-top:5px;
}
ul.orderform li label
{
}



