@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px auto;/*top,right,bottom,left*/
	line-height:21px;
	font-family:"宋体";
	font-size:12px;
	background:url(../images/bg.jpg) no-repeat center top;
	color:#666;
}
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: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:980px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	padding:0;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:980px;
	padding:0;
	height:40px;
	margin:0 auto;
	background:url(../images/menu_bg.jpg) no-repeat left top;
	overflow:hidden;
}
.top_column li {text-align:left;display:block; padding:0 14px 0 26px; margin:0px; float:left; font-family:"微软雅黑"; line-height:40px;font-size:14px; font-weight:bold;}
.top_column li a,.top_column li a:visited {color:#575757; text-decoration:none;}
.top_column li a:hover {color:#00B506; text-decoration:none; display:block;}
.top_column .home a:link,.top_column .home a:visited{color:#172B6A;}
/*Info CSS*/
.center{
	width:980px;
	padding:0;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*Left Info*/
	width:195px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:765px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom_bg{
	background:url(../images/bottom_bg.jpg) repeat-x #eee;
	margin:20px 0 0;
	padding:0px;
	overflow:hidden;
	width:100%;
}
.bottom{
	margin:0px auto;
	overflow:hidden;
	width:980px;
	padding:0 0 20px 0;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:120px;
	padding:0 5px 0 9px; 
	margin:0px;
	overflow:hidden;
}
.pro_img {/*Product Images*/
	width:118px;
	height:108px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	border:1px #DBDBDB solid;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*Product Name*/
	width:120px;
	height:30px;
	line-height:30px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	font-size:12px;
	text-align:center;
}
.page {
	color:#666;
	line-height:25px;
	margin:0;
	overflow:hidden;
	padding:15px 0 0;
	text-align:center;
	width:100%;
}

/*News CSS*/
.news_t {
	width:750px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.news_t li{text-align:left;display:block;list-style:none; line-height:30px; margin:0px; padding:0px 0px 0px 10px; 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:#555;}
.news_t1 {
	width:740px;
	padding:0 0 10px 0;
	margin:0px auto;
	overflow:hidden;
}
.news_t1 li{
	width:330px;
	float:left;
	margin:0 16px 0 0;
	border-bottom:1px #666 dashed;
	line-height:29px;
	padding:0 0 0 10px;
	background:url(../images/icon.gif) no-repeat left center;}
/*page*/
.pager {
	width:100%;
	text-align:center;
	margin:0px 0px 2px 0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.pager .disabled {
	font-size:12px;
	margin:1px;
	padding:2px 5px;
}
.pager .current {
	cursor:pointer;
	font-size:16px;
	font-weight:900;
	margin:1px;
	padding:2px 5px;
	text-decoration:none;
}
.pager a {
	cursor:pointer;
	font-size:12px;
	margin:1px;
	padding:2px 5px;
}
.pager a:hover {
	color:#333;
	cursor:pointer;
	font-size:12px;
	margin:1px;
	padding:2px 5px;
}
.pager input {
	width:20px;
	font-size:10px;
	height:15px;
	line-height:15px;
	margin:0px 3px;
	vertical-align:middle;
}
/*other */
.rel{
	margin:0px;
	padding:20px 0 0;
	clear:both;
}
.rel_t{
	height:40px;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	margin:0px;
	padding:0 0 10px 20px;
	background:url(../images/tab.jpg) no-repeat;
}	
	
/*ny Tab css*/
#Tab1{ 
	width:96%;
	overflow:hidden;
	padding:0px 2px 0 12px;
	margin:0px auto;

} 

.Menubox { 
	width:100%;
	padding:5px 8px;
	height:20px;
	margin:0px;
	line-height:25px;
} 
.Menubox ul{ 
	margin:0px; 
	padding:0px; 
} 
.Menubox li{ 
	float:left; 
	display:block; 
	cursor:pointer; 
	width:150px; 
	text-align:center; 
	color:#999; 
	font-weight:bold; 
} 
.Menubox li.hover{ 
	padding:0px; 
	width:150px; 
	border-left:1px solid #DEDEE0; 
	border-top:1px solid #DEDEE0; 
	border-right:1px solid #DEDEE0;
	font-weight:bold; 
	height:27px; 
	line-height:27px; 
} 
.Menubox li.alink{ 
	padding:0px; 
	width:150px; 
	border-bottom:1px solid #999999;
	font-weight:bold; 
	height:27px; 
	line-height:27px; 
} 

.Contentbox{ 
	clear:both; 
	margin-top:0px; 
	border-top:none;
	overflow:hidden;
	text-align:center; 
	padding-top:8px; 
}
#con_one_1{
	width:100%;
	overflow:hidden;
	padding:0px;
	margin:0px auto;
}

#con_one_1 li{ 
	overflow:hidden;
	padding:2px 10px 2px 10px;
	margin:0px;
/*	color:#003366;*/
	line-height:24px;
	text-align:left;
	border-bottom:1px #000 dashed;
	background:url(../images/icon.gif) no-repeat left center;
}
#con_one_1 li span{ float:right;}
#con_one_2{
	width:100%;
	overflow:hidden;
	padding:0px;
	margin:0px auto;
}
#con_one_2 li{
	overflow:hidden;
	padding:2px 10px 2px 10px;
	margin:0px;
	line-height:24px;
	text-align:left;
	border-bottom:1px #000 dashed;
	background:url(../images/icon.gif) no-repeat left center;
}
#con_one_2 li span{ float:right;}

