@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0 auto;/*top,right,bottom,left*/
	line-height:21px;
	color:#333;
	font-family:"宋体",Arial;
	font-size:12px;
	padding:0;
	background:url(../images/bg.jpg) no-repeat center top;
}
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:#666; text-decoration:none;}
a:hover {color:#666; text-decoration:none;}
a:active {color:#666; 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:970px;
	margin:0 auto;
	padding:0 0 12px 0;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:970px;
	padding:0;
	margin:0 auto;
	height:37px;
	line-height:37px;
	overflow:hidden;
}
.top_column li {float:left;text-align:center;position:relative;display:block; height:37px; line-height:37px; padding:0 8px 0 27px; margin:0px; font-family:"宋体";font-weight:bolder; background:url(../images/tiao.jpg) right center 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{
	margin:0 auto;
	width:970px;
	overflow:hidden;
	padding:12px 0 0;
}
.center_l {/*Left Info*/
	width:207px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:752px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom{
	margin:0 auto;
	padding:10px 0 10px;
	overflow:hidden;
	width:970px;
	text-align:center;
}	

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:164x;
	padding:0 3px 0px 15px; 
	margin:0px;
	overflow:hidden;
}
.pro1 {/*One Product All Css*/
	width:164x;
	padding:0 3px 0px 12px; 
	margin:0px;
	overflow:hidden;
}
 .pro_img {/*Product Images*/
	width:162px;
	height:121px;
	border: 0 none;
	padding:0px;
	margin:0px;
	overflow:hidden;
	border:1px #2E8BD8 solid;
}

/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*Product Name*/
	width:164px;
	overflow:hidden;
	margin:0px;
	text-align:center;
	height:33px;
	line-height:33px;
	color:#333;
	padding:0 0 5px 0;
	background:url(../images/pro_test.jpg) no-repeat left center;
}
.fb{
	font-weight:bold;
}
.page {
	margin:0;
	overflow:hidden;
	padding:15px 0 15px 0;
	text-align:center;
	width:730px;
}

/*News CSS*/
.news_t,.news_t1{
	width:710px;
	padding:0 0 10px 0;
	margin:0px auto;
	overflow:hidden;
}
.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/news_li.gif) no-repeat left center;  border-bottom:1px #000 dashed; width:322px; float:left;}
.news_t li{
	padding:0px;
	border-bottom:1px #000 dashed;
	line-height:29px;
	padding:0 0 0 10px;
	background:url(../images/news_li.gif) no-repeat left center; 
}
.news_t li span{float:right; color:#999;}

.pager {
	width:100%;
	color:#333;
	text-align:center;
	margin:0px 0px 2px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.pager .disabled {
	color:#333;
	font-size:12px;
	margin:1px;
	padding:2px 5px;
	border-bottom:2px solid #CCC;
}
.pager .current {
	color:#333;
	cursor:pointer;
	font-size:16px;
	font-weight:900;
	margin:1px;
	padding:2px 5px;
	text-decoration:none;
}
.pager a {
	color:#333;
	cursor:pointer;
	font-size:12px;
	margin:1px;
	padding:2px 5px;
	border-bottom:2px solid #999;
}
.pager a:hover {
	color:#333;
	cursor:pointer;
	font-size:12px;
	margin:1px;
	padding:2px 5px;
	border-bottom:2px solid #999;
}
.pager input {
	width:20px;
	font-size:10px;
	height:15px;
	line-height:15px;
	margin:0px 3px;
	vertical-align:middle;
}

