@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,h7,div,p,form{
	padding:0px;
	margin:0px;
}
body {
	margin:0px 0px 0px 0px;/*四个值为：上，右，下，左*/
	font-size:12px;
	line-height:20px;
	background:url(../images/bg.jpg) repeat;
	
}
ul {
	list-style:none;
}
a,a:link,a:visited {color:#FFD48F; text-decoration:none;}
a:hover {color:#FFD48F; text-decoration:underline;}
a:active {color:#FFD48F; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%;overflow:hidden;}

/*头部CSS*/
.top_bj{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/top_bj.jpg) repeat-x top;
}
.top {
	width:953px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/top.jpg) no-repeat;
}
.top_logo {/*头部Logo*/
	width:366px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:953px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/nav.jpg) no-repeat;
}
.top_column li {text-align:left;position:relative;display:block;font-size:12px; line-height:49px;padding:0px 25px 0px 25px; float:left; font-weight:bold; background:url(../images/li.jpg) right center no-repeat;}
.top_column li a:link,.top_column li a:visited{ color:#F2B000;}

/*内容部分CSS*/
.center {
	width:953px;
	padding:20px 0 10px 0;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*左边内容*/
	width:223px;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:715px;
	margin:0px auto;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	overflow:hidden;
}
.bottom {
	width:953px;
	padding:0px 0px 10px 0px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
	color:#F2B000;
}
.bottom a:link,.bottom a:visited{color:#F2B000;}

/*点击放大产品展示CSS*/
.pro1 {/*单个产品总框*/
	width:152px;
	height:152px;
	padding:0px 8px 0px 10px;
	
	overflow:hidden;
}
.pro {/*单个产品总框*/
	width:152px;
	height:152px;
	padding:0px 8px 10px 16px;
	overflow:hidden;
}
.pro_img {/*产品图片*/
	width:150px;
	height:120px;
}
.pro_img img {max-width:150px; height:auto; width:expression(this.width > 150 ? "150px" : this.width);}
.pro_test {/*产品名称*/
	width:152px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	text-align:center;
	color:#FFD48F;
}
.page {/*底部分页CSS*/
	width:695px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
	color:#FFD48F;
}

/*产品左大右小展示CSS*/
.pro_l {
	width:100%;
	padding:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.pro_l_photo img {max-width:358px; height:auto; width:expression(this.width > 358 ? "358px" : this.width);}
.pro_l_info {
	width:460px;
	padding:0px 10px 0px 10px;
	overflow:hidden;
	text-align:left;
}
.pro_r {
	padding:20px 10px 0 35px;
	overflow:hidden;
	color:#FFD48F;
}
.pro_r h1{ font-size:12px;}
.pro_r_photo {
	width:115px;
	padding:0px 8px 0px 0px;
	overflow:hidden;
}
.pro_r_photo_img {
	width:115px;
	height:115px;
	border:1px solid #CCC;
	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;	
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.pro_r_page {
	width:250px;
	border-top:1px #999 dotted;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*新闻版面CSS*/
.news_t {
	width:740px;
	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;   color:#000;}
.news_t li span{ float:right;}
