@charset "utf-8";
*{ margin:0px; padding:0px;}
body{
	font-size:12px;
	font-family:"宋体";
	color:#FFFFFF;
	background-color:#000;
}
ul,li{ list-style-type:none;}
td{ line-height:22px}
#main{
	width:1004px;
	text-align:center;
	margin:0px auto;
}
/*最顶部，*/
#top_top{
	background-image:url(../images/top_bg.gif);
	background-repeat:repeat-x;
	height:92px;
	background-position:bottom;
}
/*最顶部，企业名字*/
#top_top_left{
	float:left;
	width:514px
}
/*最顶部，右侧，收藏，联系*/
#top_top_right{
	float:left;
	text-align:right;
	padding:20px 0px 0px 0px;
	height: 58px;
	width: 485px;
}
/*导航*/
ul#top_bottom{
	height:31px;
	text-align:center;
	background-color:#282828;
	padding-left:100px;
	border-bottom:5px solid #141414;
	border-top:2px solid #050505;
	border-left:2px solid #141414;
}
ul#top_bottom li{
	float:left;
	width:100px;
	text-align:center;
	line-height:31px
	}
ul#top_bottom li.guoqi{
	float:left;
	width:50px;
	text-align:center;
	line-height:31px;
	}
ul#top_bottom li a:hover{ background-color:#999999; display:block}
/*导航内部的div*/

#middle_top{ width:1004px; height:281px; border-top:2px solid #000; background:url(../images/heng.jpg) no-repeat; text-align:center}


/*下半部分，关于我们，新品展示等等等...*/
#middle_bottom{
	background-color:#2a2a2a;
	text-align:center;
	padding:10px 8px 0px 11px;
}
/*关于我们*/
.middle_bottom_guanyu{
	width:241px;
	float:left;
	margin-right:5px;
}
/*顶部圆角样式*/
.tleft{background: url(../images/nleft.jpg) no-repeat; width:5px; float:left;height:31px;}
.tright{background: url(../images/nright.jpg) no-repeat; width:5px; float:left;height:31px;}
.tmid{background: url(../images/nmid.jpg) repeat-x;height:31px;}
/*顶部圆角样式*/
.mmid{border-left:1px solid #3f3f3f;border-right:1px solid #3f3f3f; background-color:#000; }
/*底部圆角*/
.bmid{float:left; height:4px;background-color:#000;border-bottom:#3f3f3f 1px solid; overflow:hidden}
.bleft{width:5px; height:5px;float:left;background:url(../images/dleft.jpg) no-repeat top;}
.bright{width:5px; height:5px ;float:left; background:url(../images/dright36.jpg) no-repeat top;}
/*底部圆角*/



/*新品展示*/
#middle_bottom_zhanshi{
	width:500px;
	text-align:center;
	margin-left:2px;
	float:left;
}


/*联系我们*/
#middle_bottom_lianxi{
	width:225px;
	float:left;
	margin-left:8px;
}
/*联系我们,右侧圆角*/


/*底部版权*/
#bottom{
	background-image: url(../images/bottom.jpg);
	background-repeat:repeat-x;
	height:68px;
	text-align:center;
	padding-top:25px;
	line-height:22px
}
/*A标签*/
a{
	color:#FFFFFF;
	text-decoration:none;
}
a.yingwen{ color:#8a8a8a; font-family: '黑体'; font-size:12px; }

