@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin: 0px auto;/*top,right,bottom,left*/
	color: #573709;
	line-height: 21px;
	font-family: "宋体";
	font-size: 12px;
	background: url(../images/bg.jpg) repeat-x #fff;
}
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: 965px;
	padding: 0 19px;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/top_bg.jpg) no-repeat;
}
.top_logo {/*Head Logo*/
	padding: 0;
	margin: 0px;
	overflow: hidden;
}
.top_column { /*Navigation*/
	width: 965px;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
/*.top_column li {float:left;text-align:center;position:relative;display:block;font-size:12px; height:43px; line-height:43px; padding:0px 16px 0px 18px; margin:0px; font-family:"宋体";font-weight:bold; background:url(../images/nav_li.jpg) no-repeat;}
.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: 965px;
	padding: 21px 0 0;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/center_tbg.jpg) no-repeat left top;
}
.center_ny {
	width: 965px;
	padding: 28px 0 0;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/center_ny.jpg) no-repeat left top;
}
.center_l1 {/*Left Info*/
	width: 197px;
	padding: 0;
	margin: 0px;
	overflow: hidden;
}
.center_l {/*Left Info*/
	width: 197px;
	padding: 6px 0 0;
	margin: 0px;
	overflow: hidden;
}
.center_r {/*Right Info*/
	width: 756px;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
.footlinks {
	clear: both;
	margin: 0px auto 10px;
	padding: 2px;
	width: 959px;
	height: auto;
	font-size: 9pt;
	line-height: 140%;
	color: #777;
	text-align: left;
	border: solid 1px #DDD;
}
.footlinks a:link, .footlinks a:visited {
	font-size: 9pt;
	line-height: 140%;
	color: #777;
}
.bottom {
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	width: 965px;
}
.bottom_bg {
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	overflow: hidden;
	min-height: 120px;
	background: url(../images/bottom_bg.jpg) repeat-x #85858d;
}
/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width: 165px;
	padding: 13px 6px 0px 10px;
	margin: 0px;
	overflow: hidden;
}
.pro_img {/*Product Images*/
	width: 165px;
	height: 124px;
	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: 152px;
	height: 31px;
	padding: 8px 0 0;
	margin: 0px;
	overflow: hidden;
	color: #373737;
	font-weight: bold;
	background: url(../images/pro_test.jpg) no-repeat left top;
	text-align: center;
}
.page {
	color: #4A4A4A;
	line-height: 25px;
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	width: 755px;
}
/*News CSS*/
.news_t {
	width: 715px;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
.news_t li {
	text-align: left;
	position: relative;
	display: block;
	list-style: none;
	line-height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px #999 dotted;
	background: url(../images/blue_li.jpg) no-repeat left center;
}
.news_t li a, .news_t li a:visited {
	color: #555;
	text-decoration: none;
}
.news_t li a:hover {
	color: #555;
	text-decoration: underline;
}
.news_t li span {
	float: right;
	color: #555;
}
