@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px auto;/*top,right,bottom,left*/
	line-height:21px;
	font-family:"宋体";
	font-size:12px;
	color:#666;
	background:#F7F7F7;
}
form {
	margin:0px;
	padding:0px;
	display:inline;
}
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:#333; text-decoration:none;}
a:hover {color:#333; text-decoration:none;}
a:active {color:#333; 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_bg{
	background:url(../images/top_bg.jpg) repeat-x;
	height:178px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	width:100%;
}
.top{
	width:950px;
	margin:0px auto;
	padding:0;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	padding:0;
	margin:0px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:950px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background:url(../images/menu_bg.jpg) no-repeat;
	height:39px;
}
.top_column li { float:left;text-align:left; padding:0 25px;margin:0px; height:39px; line-height:39px; font-size:12px; font-weight:bold;}
.top_column li a:link,.top_column li a:visited{color:#DA2219;}
/*Info CSS*/
.center{
	width:950px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	min-height:300px;
	background:url(../images/center_bg.jpg) repeat-x #F7F7F7;
}
.center_l {/*Left Info*/
	width:169px;
	padding:0 30px 0 0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:720px;
	margin:0px;
	padding:0 0 0 25px;
	overflow:hidden;
	min-height:600px;
	border-left:1px #dcdcdc solid;
}

/*Bottom CSS*/
.bottom_bg{
	background:url(../images/bottom_bg.jpg) repeat-x #fff;
	margin:0px;
	padding:0px;
	overflow:hidden;
	width:100%;
}
.bottom{
	margin:24px auto 0;
	overflow:hidden;
	width:950px;
	padding:0 0 20px 0;
	font-size:13px;
	text-align:center;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:229px;
	padding:0 8px 0 0; 
	margin:0px;
	overflow:hidden;
}
.pro_img{
	background:url(../images/recommed_bg.jpg) no-repeat;
	margin:0px;
	padding:10px 11px;
	overflow:hidden;
	width:209px;
	height:139px;
}

/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*Product Name*/
	width:229px;
	height:32px;
	line-height:32px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	font-size:12px;
	color:#DA2219;
	font-weight:bold;
	text-align:center;
}
.page {
	color:#666;
	line-height:25px;
	margin:20px 0 0;
	overflow:hidden;
	padding:0;
	text-align:center;
	width:100%;
}

/*News CSS*/
.news_t {
	width:705px;
	padding:0px;
	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 15px; background:url(../images/icon.gif) no-repeat left center; border-bottom:1px #666 dashed;}
.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:#378715;}
