#header{
	width: 1004px;
	height:120px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0F0F0F;
	background-image: url(headbg.gif);
	background-position: right;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
#logo{
	width: 700px;
	height:90px;
	float: left;
}
.language{
	width: 180px;
	height:20px;
	float: right;
	margin-top: 5px;
	text-align: center;
}
#top-nav{
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 1004px;
}
.content{
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}
.content-L{
	width: 750px;
	float: left;
}
.content-R{
	width: 242px;
	float: right;
}
.title{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 25px;
}
#products{
	width: 300px;
	margin-right: 10px;
	height: auto;
	float: left;
	background-color: #000000;
}
#newlist{
	width: 440px;
	margin-right: 10px;
	height: auto;
	float: left;
}
.u02 {
	LIST-STYLE-TYPE: none;
	padding: 0px;
	height: auto;
	margin: 0px;
}
.u02 LI {
	list-style-type: none;
	margin-bottom: 7px;
	padding: 0px;
	color: #906C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	line-height: 20px;
}
#video{
	width: 242px;
	height: 365px;
	float: left;
	background-color: #000000;
	color: #666666;
	line-height: 180%;
	background-image: url(bg-video.gif);
}
.box{
	height: 180px;
	margin-right: auto;
	margin-left: auto;
}
.box2{
	width: 230px;
	height: 180px;
	float: right;
}
.box-pic{
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}
.box-title{
	width: 100%;
	height: 16px;
	margin-bottom: 5px;
}
.box-content{
	width: 100%;
	height: 80px;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}
.bg{
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
#footer{
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	color: #666666;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 12px;
}
/*--------------下面为：分类选择滑动门搜索CSS样式-------------------------------------------------------------------------*/
ul,li{margin:0px;padding:0px;}
li{list-style-type:none;}
.cont{
	background-color: #000000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b0000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.hidden{display:none;}
.scrolldoorFrame{
	width:100%;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.scrollUl{
	width:100%;
	overflow:hidden;
	height: 34px;
	background-image: url(rollbg-0.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #000000;
}
.scrollUl li{
	float:right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sd01{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	padding-top: 7px;
	background-color: #9B0000;
	height: 23px;
	width: 83px;
	border: 1px solid #9B0000;
}
.sd02{
	cursor:pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	height: 23px;
	width: 83px;
	padding-top: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.d_over{
	border: 1px solid #C2CEDA;
}
.d_out{
	border: 1px dashed #CCCCCC;
}
/*--------------以下为 首页选项卡 开始 ---------------------*/
.dis{
	display:block;
	float: left;
	color: #000000;
	background-color: #000000;
	width: 100%;
	line-height: 180%;
	height: 285px;
}
.undis{
	display:none;
}
.tabs {
	width:100%;
	height: 43px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.tabs li {
	display:inline;
	margin:0;
	padding:0;
	cursor: pointer;
}
.tabs a {
	float:left;
	text-decoration:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.tabs a span {
	float:none;
	display:block;
	color:#999999;
	line-height: 44px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 16px;
	float:none;
}
.tabs a:hover span {
	color: #000000;
	background-color: #CCCCCC;
}
/*--------------以上为 首页选项卡 结束 ---------------------*/

