@charset "utf-8";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px 0px 0px 0px;/*四个值为：上，右，下，左*/
	font-size:12px;
	line-height:20px;
	background:url(../images/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a,a:link,a:visited {color:#333; 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;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/top.jpg) no-repeat;
}
.top_logo {/*头部Logo*/
	width:295px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:940px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/nav.jpg) no-repeat;
	height:56px;
}
.top_column li {text-align:center;position:relative;display:block;font-size:12px; line-height:48px; padding:0px 25px 0px 25px; float:left; background:url(../images/li.jpg) right top no-repeat; font-weight:bold;}
.top_column li a:link,.top_column li a:visited{ color:#fff;}
/*内容部分CSS*/
.center {
	width:940px;
	padding:0px 0 5px 0;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/center.jpg) repeat-y;
}
.center_l {/*左边内容*/
	width:218px;
	padding:0px 4px 0px 0;
	margin:0px;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:713px;
	padding:2px 2px 0px 3px;
	margin:0px auto;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	width:940px;
	padding:10px 0px 10px 0px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/bottom.jpg) repeat-x #FBFBFB;
	text-align:center;
	color:#666;
}

/*点击放大产品展示CSS*/
.pro {/*单个产品总框*/
	width:198px;
	height:107px;
	padding:10px;
	margin:0px;
	overflow:hidden;
	background:url(../images/pro_bj.jpg) repeat-x bottom #fff;
	border-bottom:1px solid #E2E2E2;
}
.pro1 {/*单个产品总框*/
	width:135px;
	height:190px;
	padding:0px 21px 0px 22px;
	margin:0px;
	overflow:hidden;
}
.pro1_img {/*产品图片*/
	width:133px;
	height:154px;
	border:1px #C3C3C3 solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro1_img img {max-width:133px; height:auto; width:expression(this.width > 133 ? "133px" : this.width);}
.pro1_test {/*产品名称*/
	width:135px;
	line-height:25px;
	height:25px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_img {/*产品图片*/
	width:86px;
	height:100px;
	border:1px #C3C3C3 solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_img img {max-width:86px; height:auto; width:expression(this.width > 86 ? "86px" : this.width);}
.pro_test {/*产品名称*/
	width:100px;
	line-height:20px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.page {/*底部分页CSS*/
	width:712px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*产品左大右小展示CSS*/
.pro_l {
	width:410px;
	padding:0px 0px 0px 10px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:400px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	border:1px solid #ccc;
}
.pro_l_photo img {max-width:400px; height:auto; width:expression(this.width > 400 ? "400px" : this.width);}
.pro_l_info {
	width:460px;
	padding:0px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
	text-align:left;
}
.pro_r {
	width:280px;
	padding:0px 10px 0 0;
	margin:0px;
	overflow:hidden;
}
.pro_r h1{ font-size:12px;}
.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;}
