@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------- 基本設定 -----------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
img {
	border:0;
	}

body {
	background-color: #66cc66;
	
	}


/* ---------------------------------------------------------------- 字型 ---------------------------------------------------*/


h1 {
	font-size: 15px;
	color: #333333;
	margin:0px;
}
h2 {
	font-size: 15px;
	color: #CC0000;
	text-align: center;
}
.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	line-height: 22px;
	text-align: center;
}

h3 {
	font-size: 15px;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
h5 {
}
h6 {
}

/* ---------------------------------------------------------- 主要框架 -----------------------------------------------*/

#wrap {
	width:977px;
	margin: 0 auto;
	background-color: #FFF;
	}
	
#container {
	width:955px;
	margin: 0 auto;
	position: relative;
	}


/* ---------------------------------------------------------- header -----------------------------------------------*/


#header {
	position: relative;
	height: 72px;	
	}
#header_logo {
	position: absolute;
	height: 72px;
	width: 276px;
	left: 0px;
	top: 0px;
	}
#header_info {
	position: absolute;
	height: 72px;
	width: 679px;
	right: 0px;
	top: 0px;
	}	
	
	
/* ---------------------------------------------------------- flash -----------------------------------------------*/	


#flash {
	width:955px;
	height:254px;
	}
	
#banner {
	width:955px;
	height:254px;
	position: absolute;
	left: 0px;
	top: 72px;
	z-index: 5;
	}	
	
/* ---------------------------------------------------------- nav -----------------------------------------------*/		

#nav {
	height:280px;
	background-image: url(nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 3px 0 9px 0;
	padding: 10px 0 0 0;
	}	
.navsub a {
	float: left;	
	width:182px;
	height:33px;
	padding: 0 3px 5px 3px;
	background-image: url(navbtn_bg1.jpg);
	background-repeat: no-repeat;
	background-position: 3px top;
	font-size: 15px;
	line-height: 33px;
	text-align: center;
	color: #FFF;
	text-decoration: none;	
	}	
.navsub a:hover {
	background-image: url(navbtn_bg2.jpg);
	color: #333;
	}


/* ---------------------------------------------------------- title -----------------------------------------------*/	

#title {
	width:955px;
	margin: 0 0 20px 0;
	position: relative;
	}
#title span a {
	position: absolute;
	top: 9px;
	right: 20px;
	font-size: 13px;
	text-decoration: none;
	color: #C00;
	}
#title span a:hover {
	color: #274404;
	text-decoration: underline;
	}	
		

	

/* ----------------------------------------------------------- 產品列表 ----------------------------------------------------*/

.box ul{
	margin:0px;
	padding:0px;
	list-style: none;
}

.box { margin:0; }

.box li {
	width: 306px;
	min-height: 260px;
	_height: 260px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;

	*margin: 5px 0px 15px 17px;	
	zoom: 1;

    *display: inline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 14px;
}
.box .row_leader {
	margin-left: 0px;
	clear: left;
}

.box p.pic {
	width:304px;
	height:226px;
	background-color: #ffffff;
	border: 1px solid #8d8d8d;
	/*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/
    text-align:center;

    /* 针对IE的Hack */
    *display: block;
    *font-size: 198px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.box p.pic:hover {
	background-color: #d8d8d8;		
}

.box p.pic img {
	vertical-align:middle;
}

.box p.tags {
	background: url(box_bg.jpg) repeat-x left top;	
	margin: 0;
	line-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
	border-left: 1px solid #8d8d8d;	
	border-right: 1px solid #8d8d8d;		
}
.box p.tags2 {
	background: url(box_bg1.jpg) repeat-x left top;
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
}


/* ------------------------------------------------------- 產品內容 -----------------------------------------------*/	

#footer {
	font-size: 12px;
	color: #333;
	text-align: center;
	padding: 10px 10px 20px 10px;
	line-height: 20px;
	}	
#footer em {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #C00;
	}
#footer_ads {
	width:560px;
	margin: 10px auto 0;
	}	
#footer_ads span {
	font-weight: bold;
	}	

.table01 {
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	margin:0px 0px 10px 0px;
	border: 1px solid #6C6;
}

.table01 th {
	padding: 2px 7px 2px 7px;
	color: #666;
	background-color: #DCF3DC;
	font-weight: normal;
	border-bottom: 1px solid #6C6;
}
.table01 td {
	padding: 2px 0;
	border-bottom: 1px solid #6C6;	
}
.table01 col.t1 {
	background-color: #EAF4FB;
}
.table01 col.t2 {
}
