@charset "gb2312";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px auto;/*top,right,bottom,left*/
	color:#573709;
	line-height:20px;
	font-family:"宋体";
	font-size:12px;
	background:url(../images/bg.jpg) repeat-x;
}
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:#573709; text-decoration:none;}
a:hover {color:#573709; text-decoration:underline;}
a:active {color:#573709; 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;
	padding:0px;
	margin:0px auto;
	overflow:hidden;

}
.top_logo {/*Head Logo*/
	padding:0;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:980px;
	padding:0px;
	margin:0px auto;
	height:40px;
	line-height:40px;
	background:url(../images/menu.jpg) no-repeat left top;
	overflow:hidden;
	position:relative;
}
.top_column li {float:left;text-align:center;position:relative;display:block;font-size:14px; height:40px; line-height:40px; padding:0px 30px 0 34px; margin:0px; font-family:"宋体";font-weight:bolder; background:url(../images/xian.jpg) no-repeat right center;}
.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:16px 0 0 0;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*Left Info*/
	width:190px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:770px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom{
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	width:980px;
}
.bottom_bg{
	width:958px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	height:83px;
	background:#e0e3e8;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:172px;
	padding:0px 9px 0px 11px;
	margin:0px;
	overflow:hidden;
}
.pro_img {/*Product Images*/
	width:170px;
	height:115px;
	border:1px #ddd solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*Product Name*/
	width:172px;
	height:33px;
	line-height:33px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	color:#666;
	text-align:center;
}
.page {/*Bottom Page CSS*/
	width:770px;
	padding:10px 0 0;
	margin:0px;
	clear:both;
	overflow:hidden;
	line-height:30px;
	text-align:center;

}

/*News CSS*/
.news_t {
	width:740px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.news_t li{text-align:left;position:relative;display:block;list-style:none; line-height:26px; margin:0px; padding:4px 0px 0px 13px; background:url(../images/news_li_bg.jpg) no-repeat left center;border-bottom:1px dotted #373737;}
.news_t li span{float:right; color:#666;}
.news_t li a,.news_t li a:hover,.news_t li a:visited{color:#666; text-decoration:none;}