@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px auto;/*四个值为：上，右，下，左*/
	font-size:12px;
	line-height:20px;
	background:url(../images/bj.jpg) repeat-x;
}

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:1000px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*头部Logo*/
	width:540px;
	padding:0px;
	margin:0px 0px 0px 20px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:980px;
	background:url(../images/nav.jpg) no-repeat;
	height:58px;
	padding:0px 0 0 20px;
	margin:0px;
	overflow:hidden;
	font-weight:bold;
}
.top_column li {text-align:left;position:relative;font-size:12px;   margin:0px; float:left; line-height:55px; width:75px; text-align:center;}
.top_column li a:link,.top_column li a:visited{ color:#1B1B1B;}

.ddsmoothmenu {
	width:980px;
	height:58px;
	line-height:58px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.ddsmoothmenu ul {
	z-index:100; 
	list-style-type:none; 
	margin-left:0px; 
	padding:0px; 
	position:absolute;
}
.ddsmoothmenu ul li {
	position:relative;
	width:75px;
	margin:0px;
	line-height:50px;
	display:block;
	float:left;
	text-align:center;
}
.ddsmoothmenu ul li a,.ddsmoothmenu ul li ul li a{
	text-decoration:none;}
.ddsmoothmenu ul li ul {
	position:absolute;
	width:75px;
	display:none;
	visibility:hidden;
	left:0px;
	background-color:#f4f1e8;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	margin-left:0px;
}
.ddsmoothmenu ul li ul li {
    width:75px;
    display:list-item; float:none;
    padding:0px;
	margin:0px;
	display:block;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#fff;
	background:none;
	border-bottom:1px #67655d solid;
}
.ddsmoothmenu ul li ul li a{
	color:#fff;
	text-decoration:none;}
.ddsmoothmenu ul li ul li:hover {
    width:75px;
    display:list-item; float:none;
    padding:0px;
	margin:0px;
	display:block;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	background:#bd241c;
	border-bottom:1px #d4251c solid;
} 
.ddsmoothmenu ul li ul li a:hover{
	color:#fff;}

/*内容部分CSS*/
.center {
	width:960px;
	background:url(../images/center_bj.jpg) repeat-y;
	padding:10px 20px 0 20px;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*左边内容*/
	width:200px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:750px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	margin:0px;
	overflow:hidden;
	background:url(../images/bbj.jpg) repeat-x #3c0d17;
}
.bottom {
	width:975px;
	background:url(../images/bottom.jpg) no-repeat 11px 0;
	padding:30px 43px 0px 25px;
	overflow:hidden;
	margin:0 auto;
	color:#fff;
	line-height:25px;
}
.bottom a:link,.bottom a:visited{ color:#fff;}

/*点击放大产品展示CSS*/
.pro {/*单个产品总框*/
	width:150px;
	padding:15px 19px 0px 18px;
	margin:0px;
	overflow:hidden;
}
.pro1 {/*单个产品总框*/
	width:150px;
	padding:15px 17px 0px 16px;
	margin:0px;
	overflow:hidden;
}
.pro_img {/*产品图片*/
	width:150px;
	height:120px;
	border:1px #CCB789 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:140px;
	padding:5px 0 0 10px;
	margin:0px;
	overflow:hidden;
	color:#3C1414;
}
.page {/*底部分页CSS*/
	width:750px;
	border-top:0px #999 dotted;
	padding:0px;
	margin:10px 0 0 0;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*产品左大右小展示CSS*/
.pro_l {
	width:400px;
	padding:20px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:400px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	border:1px solid #CCB789;
}
/*.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:310px;
	padding:20px 10px 0 0;
	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;}
.pro_active{
	width:226px;
	padding:0 8px;
	margin:0 auto;
	}
.pro_active_img{
	width:220px;
	height:220px;
	border: 1px solid #ccb789;
	padding:2px;
	margin:0;
	}
.pro_active_img img {
    height: auto;
    max-width: 226px;
}
.pro_active_test{
	color: #3c1414;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    width: 226x;
	text-align:center;
	}
.cen_bg{
	background:url(../images/cen_bg.jpg) repeat center top;
	width:100%;
	padding:0;
	margin:0 auto;
	overflow:hidden;
	}