@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	background-color:#000000;
	color:#999999;
	margin:0;
	padding:0;
	font-family:"宋体";

}
form {
	margin:0px;
	padding:0px;
	display:inline;
}
select{
	margin:0px;
	padding:0px;
}
input{
	display:inline;
	margin:0px;
	padding:0px;
}
p{
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a,a:link,a:visited {color:#999; text-decoration:none;}
a:hover {color:#999; text-decoration:none;}
a:active {color:#999; text-decoration:none;}

img{border:none;}
.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*Head CSS*/
.top{
	width:980px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	padding:0;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:770px;
	padding:21px 0 0;
	margin:0 auto;
	height:20px;
	overflow:hidden;
	background:url(../images/menu_bg.jpg) no-repeat left top;
}
.top_column li {text-align:left;position:relative;display:block; font-family:Arial; padding:0 19px 5px 20px; margin:0px; float:left;height:20px; line-height:20px; font-size:14px; }
.top_column li a,.top_column li a:visited {color:#fff; text-decoration:none;}
.top_column li a:hover {color:#fff; text-decoration:none; display:block;}
/*Info CSS*/
.center{
	width:980px;
	padding:0px;
	height:520px;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*Left Info*/
	width:155px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:780px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom_bg{
	margin:0px;
	padding:0px;
	overflow:hidden;
	background:url(../images/bottom_bg.jpg) repeat-x;
}
.bottom{
	margin:0px auto;
	overflow:hidden;
	width:980px;
	padding:10px 0 0;
	color:#999;
	line-height:24px;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:115px;
	padding:0 5px 0 0; 
	margin:0px;
	overflow:hidden;
}
.pro_img a{/*Product Images*/
	width:97px;
	height:117px;
	padding:5px;
	margin:0px;
	display:block;
	overflow:hidden;
	background:url(../images/pro_bg.jpg) no-repeat;
}
.pro_img a:hover{
	width:97px;
	height:117px;
	padding:5px;
	margin:0px;
	overflow:hidden;
	background:url(../images/pro2_bg.jpg) no-repeat;
}

/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*Product Name*/
	width:115px;
	height:30px;
	line-height:30px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	text-align:center;
}
.page {
	color:#666;
	line-height:25px;
	margin:0;
	overflow:hidden;
	padding:26px 0 0;
	text-align:center;
	width:100%;
}

/*News CSS*/
.news_t {
	width:724px;
	padding:10px 0 0;
	margin:0px auto;
	overflow:hidden;
}
.news_t li{text-align:left;display:block;list-style:none; line-height:30px; margin:0px; padding:0 0 0 10px; background:url(../images/new_li.jpg) no-repeat left center; border-bottom:1px #666 dashed;}
.news_t li a,.news_t li a:visited{color:#999; text-decoration:none;}
.news_t li a:hover{color:#999; text-decoration:underline;}
.news_t li span{float:right; color:#555;}

