@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0;/*top,right,bottom,left*/
	line-height:21px;
	color:#666666;
	font-family:"宋体";
	font-size:12px;
	padding:0;
	background:url(../images/bg.jpg) no-repeat center top #eaeaea;
}
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,a:active,a:hover{color:#666666; 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:960px;
	margin:5px auto 10px auto;
	padding:0px;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	width:411px;
	height:80px;
	padding:0 0 16px 0;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:960px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}
.top_column li {float:left;text-align:center;display:block;height:44px; line-height:44px; padding:0; margin:0px;}

/*Info CSS*/
.center{
	margin:18px auto 0 auto;
	width:960px;
	background:url(../images/center_bg.jpg) repeat-y center top;
	overflow:hidden;
	padding:0;
}
.center_l {/*Left Info*/
	width:210px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r{
		width:730px;
		background:url(../images/center_top.jpg) no-repeat center top;
		margin:0;
		padding:7px 0 0;
		overflow:hidden;}

/*Bottom CSS*/
.bottom_bg{
	background:url(../images/bottom_bg.jpg) no-repeat center top #dcdcdc;
	margin:0;}
.bottom{
	margin:0 auto;
	padding:0;
	overflow:hidden;
	width:960px;

}

/*Click to Big Products CSS*/
.pro_list{ 
	padding:0px; 
	width:920px;
	padding:0 20px;
	margin:0px auto;
	overflow:hidden;
	height:160px;}
.pro {/*单个产品总框*/
	width:150px;
	height:155px;
	padding:0px 10px;
	margin:5px 0px 0px 0px;
	overflow:hidden;
}
.pro_img {/*产品图片*/
	padding:0px;
	width:150px;
	border:1px solid #dcdcdc;
	height:130px;
	margin:0px;
	text-align:center;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*产品名称*/
	width:152px;
	height:25px;
	line-height:25px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}

.page {
	margin:0;
	overflow:hidden;
	padding:15px 0 15px 0;
	text-align:center;
	width:728px;
}

/*News CSS*/
.news_t{
	width:700px;
	padding:0 0 10px 0;
	margin:0px;
	overflow:hidden;
}
.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{
	width:710px;
	padding:0 0 10px 18px;
	overflow:hidden;
	margin:0 auto;
}
.news_t li span{float:right; color:#666;}
.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;}


