@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0 auto;/*top,right,bottom,left*/
	line-height:21px;
	background-color:#fef6e9;
	color:#333333;
	font-family:"宋体",Arial;
	font-size:12px;
	padding:0;
	
}
form {
	margin:0px;
	padding:0px;
	display:inline;
}
input{
	display:inline;
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a,a:link,a:visited {color:#373737; text-decoration:none;}
a:hover {color:#373737; text-decoration:underline;}
a:active {color:#373737; 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:976px;
	height:90px;
	margin:0 auto;
	padding:0px;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	padding:24px 0 0 6px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:976px;
	padding:0px;
	background:url(../images/menu_bg.jpg) no-repeat left top;
	margin:0 auto;
	height:51px;
	line-height:51px;
	overflow:hidden;
}
.top_column li {float:left;text-align:center;width:100px;position:relative;display:block;font-size:12px; height:51px; line-height:51px; padding:0; margin:0px; font-family:"宋体";font-weight:bolder;}
.top_column li a,.top_column li a:visited {color:#e9bd17; text-decoration:none;}
.top_column li a:hover {color:#e9bd17; text-decoration:none; display:block;}*/

/*Info CSS*/
.center1{
	margin:0 auto;
	width:976px;
	overflow:hidden;
	padding:10px 0 0 0;
}
.center_l {/*Left Info*/
	width:205px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center{
		margin:0 auto;
		width:976px;
		padding:10px 0 0 0;
		overflow:hidden;}
.center_r {/*Right Info*/
	width:761px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom{
	margin:0 auto;
	padding:14px 0 10px 0;
	overflow:hidden;
	width:970px;
	text-align:center;
	color:#fff;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:170x;
	padding:6px 0 0px 13px; 
	margin:0px;
	overflow:hidden;
}
 .pro_img {/*Product Images*/
	width:169px;
	height:127px;
	border: 0 none;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*Product Name*/
	width:169px;
	overflow:hidden;
	background:url(../images/pro_list.jpg) no-repeat center center;
	margin:0px;
	height:34px;
	line-height:34px;
	text-align:center;
	padding:5px 0 0;
}
.page {
	margin:0;
	overflow:hidden;
	padding:15px 0 15px 0;
	text-align:center;
	width:728px;
}

/*News CSS*/
.news_t{
	width:710px;
	padding:0 0 10px 0;
	margin:0px auto;
	overflow:hidden;
}
.news_t1{
	width:710px;
	padding:0 0 10px 18px;
	overflow:hidden;
	margin:0 auto;
}
.news_t li{
	padding:0px;
	border-bottom:1px #000 dashed;
	line-height:29px;
	padding:0 0 0 10px;
	background:url(../images/faq_li.gif) no-repeat left center; 
}
.news_t1 li{text-align:left;position:relative;display:block;list-style:none; line-height:29px; margin:0px 20px 0 0; padding:0 0 0 10px; background:url(../images/faq_li.gif) no-repeat left center;  border-bottom:1px #000 dashed; width:324px; float:left;}
.news_t li span{float:right; color:#666;}
