@charset "utf-8";
/* CSS Document */
* {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/cat9_4s.gif);
	font-size:75%;
	color:#666666;
}
td {
	word-break:break-all;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
/* 整體框架
-------------------------------------- */
#page {
	margin: 0 auto;
	overflow: auto !important;
	width: 950px;
}

/* 頁首
-------------------------------------- */
#header {
	margin: 0 auto;
	width: 950px;
	height: 300px;
}

/* 頁中
-------------------------------------- */
#content {
	margin: 0 auto;
	overflow: auto !important;
	width: 950px;
	background-color:#FFFFFF;
}
	#content1 {
		width: 164px;
		float:left;
	}
		#content1 li{
			margin-left: 74px;
			text-align:left;
			font-size: 12px;
			font-weight: bold;
		}
	#contentabout {
		margin: 0 auto;
		overflow: auto !important;
		width: 164px;
		float:left;
	}
		#contentabout li{
			background:url(../images/left_icons.jpg);
			background-position:right;
			background-repeat:no-repeat;
			height:27px;
			margin-left: 80px;
			text-align:left;
			font-size: 12px;
			line-height: 8px;
		}
	#content2 {
		background:url(../images/content_right.jpg);
		background-repeat:no-repeat;
		width: 786px;
		float:left;
	}
		#content2 .con1 {
			width:190px;
			float:left;
		}
		#content2 .con2 {
			width:500px;
			float:left;
			line-height: 20px;
			text-align:left;
			padding-top:50px;
		}
			#content2 .con2 ul{
				margin-top:10px;
			}
			#content2 .con2 .news{
				float:left;
				width:460px;
			}
			#content2 .con2 .news1{
				float:left;
				width:118px;
			}
			#content2 .con2 .news2{
				float:left;
				width:258px;
			}
			#content2 .con2 .news3{
				float:left;
				width:78px;
			}
			#content2 .con2 .black{
				float:left;
				width:2px;
			}
			#content2 .con2 .news{
				float:left;
				width:460px;
			}
			#content2 .con2 .test1{
				float:left;
				width:88px;
			}
			#content2 .con2 .test2{
				float:left;
				width:198px;
			}
			#content2 .con2 .test3{
				float:left;
				width:48px;
			}
			#content2 .con2 .test4{
				float:left;
				width:160px;
			}
			#content2 .con2 .message1{
				float:left;
				width:250px;
			}
			#content2 .con2 .message2{
				float:left;
				width:88px;
			}
			#content2 .con2 .message3{
				float:left;
				width:48px;
			}
			#content2 .con2 .message4{
				float:left;
				width:108px;
			}
		#content2 .pro_con1 {
			width:786px;
			height:350px;
			float:left;
			line-height: 20px;
			text-align:left;
		}
		#content2 .product {
			width:180px;
			height:250px;
			margin-left:30px;
			margin-top:10px;
			float:left;
			line-height: 20px;
		}
		#content2 .product .pro_1{
			height:104px;
		}
		#content2 .product .pro_2{
			color:#8abf17;
		}
		#content2 .product .pro_3{
			color:#555555;
		}
	#content3 {
		background-image:url(../images/content_under.jpg);
		background-repeat:no-repeat;
		background-position:right;
		width: 880px;
		height:46px;
		float:left;
	}
/* 頁尾
-------------------------------------- */
#footer {
	width: 950px;
	height: 90px;
	background-color:#FFFFFF;
}
	#footer p{
		margin-right:60px;
	}

