/* CSS Document */
/*全局定义参数*/
body {
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:20px;
	font-family:"宋体";
	color:#666;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
	border:none;
}
p {
	margin: 0px;
	padding: 0px;
}
img{border-width:0;border-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;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*头部CSS*/
.top {
	width:940px;
	height:100px;
	padding:0px 30px;
	margin:0px;
	overflow:hidden;
}
.top_logo {/*Logo*/
	width:282px;
	height:69px;
	padding:0px;
	margin:24px 0px 0px;
	display:block;
}
.top_column { /*NAV*/
	width:940px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	height:35px;
	background:url(../images/nav_bg.jpg) repeat-x;
}
.top_column li {
	display:block;
	font-size:12px;
	line-height:35px;
	font-weight:bold;
	padding:0px 25px;
	margin:0px;
	float:left;
	background:url(../images/nav_line.jpg) no-repeat top right;
	text-align:center;
}

/*内容部分CSS*/
.center {
	width:940px;
	padding:10px 30px 0px 30px;
	margin:0px;
	overflow:hidden;
	background:url(../images/bg.jpg) no-repeat;
}
.center_l {/*left*/
	width:200px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*right*/
	width:730px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:940px;
	padding:0px;
	margin:10px 0px 0px;
	color:#000;
}
.bottom {
	width:940px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

/*点击放大产品展示CSS*/
.pro {
	width:158px;
	height:187px;
	padding:0px 12px 0px 12px;
	margin:0px;
	overflow:hidden;
}
.pro2 {
	width:162px;
	height:187px;
	padding:0px 11px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro_img {/*productImage*/
	width:154px;
	height:152px;
	padding:2px 0px 0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	background:url(../images/pro_bg.jpg) no-repeat;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}*/
.pro_test {/*productName*/
	width:154px;
	height:25px;
	line-height:25px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.page {
	width:730px;
	border-top:1px #999 dashed;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
	color:#333;
}

/*产品左大右小展示CSS*/
.pro_l {
	width:480px;
	padding:0px 5px 0px 5px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:480px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_l_photo img {max-width:480px; height:auto; width:expression(this.width > 480 ? "480px" : this.width);}
.pro_l_info {
	width:460px;
	padding:0px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
	text-align:left;
}
.pro_r {
	width:250px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo {
	width:115px;
	padding:0px 8px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo_img {
	width:115px;
	height:115px;
	border:1px solid #CCC;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
/*.pro_r_photo_img img {max-width:115px; height:auto; width:expression(this.width > 115 ? "115px" : this.width);}
*/.pro_r_photo_name {
	width:117px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.pro_r_page {
	width:250px;
	border-top:1px #999 dotted;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*新闻版面CSS*/
.news_t {
	width:740px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	color:#000;
}
.news_t li{text-align:left;position:relative;display:block;font-size:12px;height:29px; border-bottom:1px #999999 dotted; line-height:29px; font-family:Arial; padding:0px; margin:0px; color:#000;}
.news_t li span{ float:right;}

