@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px auto;/*top,right,bottom,left*/
	line-height:21px;
	font-family:"宋体";
	font-size:12px;
}
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:#666; text-decoration:none;}
a:hover {color:#666; text-decoration:underline;}
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:1000px;
	margin:0px auto;
	padding:17px 0 7px;
	overflow:hidden;
	background:url(../images/h_to.jpg) no-repeat left bottom;
}
.top_logo {/*Head Logo*/
	padding:0 0px 0 40px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:955px;
	padding:0px;
	margin:0px auto;
	height:32px;
	line-height:32px;
	overflow:hidden;
}
.top_column li {float:left;text-align:center;font-size:14px; height:32px; line-height:32px; padding:7px 16px 0 10px; margin:0px;background:url(../images/tiao.jpg) no-repeat right top;}
.top_column li a,.top_column li a:visited {color:#084B91; text-decoration:none; display:block;}
.top_column li a:hover {color:#084B91; text-decoration:none; display:block;}
/*Info CSS*/
.center_l {/*Left Info*/
	width:230px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:730px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom,.center{
	margin:0px auto;
	padding:0px;
	overflow:hidden;
	width:1000px;
}
.b_bbg1{
	background:url(../images/bottom_bg.jpg) no-repeat left bottom;
	min-height:111px;
	padding:21px 0 0;
}
.b_bbg{
	background:url(../images/bottom_bg.jpg) no-repeat left bottom;
	min-height:104px;
	padding:28px 0 0;
}
/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:223px;
	height:196px;
	margin:0 3px 3px 2px; 
	padding:0px;
	overflow:hidden;
}
.pro_img {/*Product Images*/
	width:223px;
	height:196px;
	border:1px #ccc 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:162px;
	height:30px;
	line-height:30px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	color:#666;
	text-align:center;
}
.page {
	color:#303D67;
	margin:0;
	overflow:hidden;
	padding:10px 0 3px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	text-align:center;
	width:100%;
}

/*News CSS*/
.news_t{
	width:720px;
	padding:0 0 0 20px;
	margin:30px 0 0;
	overflow:hidden;
	background:url(../images/fangda.jpg) no-repeat left 10px;
}
.news_t li{text-align:left;position:relative;display:block;list-style:none;margin:0px;border-bottom:1px #818CA2 dashed; padding:7px 0 2px 0; font-family:"宋体";font-size:13px;} 
.news_t li a,.news_t li a:visited{color:#1A1A1A; text-decoration:none;}
.news_t li a:hover{color:#1A1A1A; text-decoration:underline;}
.news_t li span{float:right; color:#555;}


.pager {
	width:100%;
	color:#ccc;
	text-align:center;
	margin:0px 0px 2px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.pager .disabled {
	color:#ccc;
	font-size:12px;
	margin:1px;
	padding:2px 5px;
	border-bottom:2px solid #CCC;
}
.pager .current {
	color:#ccc;
	cursor:pointer;
	font-size:16px;
	font-weight:900;
	margin:1px;
	padding:2px 5px;
	text-decoration:none;
}
.pager a {
	color:#ccc;
	cursor:pointer;
	font-size:12px;
	margin:1px;
	padding:2px 5px;
	border-bottom:2px solid #999;
}
.pager a:hover {
	color:#ccc;
	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;
}

