@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px 0px 0px 0px;/*四个值为：上，右，下，左*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#333;
	background:url(../images/bg.jpg) repeat-x;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
img{border-width:0px;border-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:973px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/top_bg.jpg) no-repeat right;
}
.top_logo {/*头部Logo*/
	width:610px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:973px;
	padding:0px;
	margin:0px;
	clear:both;
	overflow:hidden;
	background:url(../images/dh_bg.jpg) repeat-x;
}
.top_column li {float:left;text-align:left;position:relative;display:block;font-size:14px; height:32px; line-height:32px; font-family:Arial; padding:0px 35px 0px 35px; margin:0px;}
.top_column li a,.top_column li a:visited{color:#FFF; text-decoration:none;} 
.top_column li a:hover{color:#FBFE00; text-decoration:none;} 
/*内容部分CSS*/
.center {
	width:973px;
	padding:0px 0px 20px 0px;
	margin:0px auto;
	overflow:hidden;
	background-color:#FFF;
}
.center_l {/*左边内容*/
	width:710px;
	padding:0px 0px 0px 15px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:210px;
	padding:0px 15px 0px 0px;
	margin:0px;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	width:973px;
	padding:10px 0px 0px 0px;
	margin:0px auto;
	text-align:center;
	line-height:24px;
	clear:both;
	overflow:hidden;
	border-top:2px solid #67B8ED;
	background-color:#FFF;
}
/*点击放大产品展示CSS*/
.pro {/*单个产品总框*/
    width:720px;
	padding:10px 0px 10px 0px;
	margin:0px;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
}
.pro_img {/*产品图片*/
	width:150px;
	height:113px;
	border:2px #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 {/*产品名称*/
    width:550px;
	line-height:25px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.pro_test span{font-size:14px; font-weight:bold; line-height:40px;}
.page {/*底部分页CSS*/
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:40px;
	text-align:center;
}

/*产品左大右小展示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:100%;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.news_t li{text-align:left;display:block; height:29px; border-bottom:1px #999 dotted; line-height:29px; padding:0px 0px 0px 10px; margin:0px; background:url(../images/icon_blue.jpg) no-repeat left center;}
.news_t li span{ float:right;}

.news_t1 {
	width:100%;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.news_t1 li{float:left;text-align:left;display:block; width:330px; height:29px; border-bottom:1px #999 dotted; line-height:29px; padding:0px 0px 0px 10px; margin:0px 20px 0px 0px; background:url(../images/icon_blue.jpg) no-repeat left center;}
.news_t1 li span{ float:right;}