
/*div页面布局*/
#gysheader1 {
	margin:auto;
	height: 50px;
	width: 1000px;
	background-image: url(../images/gysheader1.jpg);
	background-repeat: no-repeat;
}


#gysheader2 {
	margin:auto;
	height: 100px;
	width: 100%;
/*	background-image:url(../images/chanpinheader-bg.jpg);
	background-repeat: repeat-x;	*/

}
#nav {
	margin:auto;
	height: 33px;
	width: 1000px;
	
}
#nav-content {
	margin:auto;
	height: 35px;
	width:1000px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ddd;
	border-bottom-color: #ff3e03;
	background: #ededed;
}


/*---------------------我是华丽的分割线-------------------------*
/*设为首页、加入收藏、联系我们的白色字体样式*/

#gysheader1right{
	float:right;
	font-family: "黑体";
	font-size: 12px;
	color: #403e3e;
	display:inline;
	float:right;
	margin-top: 18px;
	padding-right: 50px;
	}
	
/*设为首页、加入收藏、联系我们的超链接样式*/
#gysheader1right a:link {
	color: #403e3e;
	text-decoration:none;
}
#gysheader1right a:visited {
	color: #403e3e;
	text-decoration:none;
}
#gysheader1right a:hover {
	color: #403e3e;
	text-decoration:underline;
}

/*---------------------我是华丽的分割线-------------------------*/

.gysheader2logo{
	float:left;
	margin-top:10px;
	margin-left:5px;
}

.gysheader2title{
	margin-left:21px;
	margin-top:35px;
	float:left;
	font-weight:bold;
	font-family:"黑体";
	font-size:28px;
}

/*---------------------我是华丽的分割线-------------------------*/
.top-nav {
	height: 30px;
	background-color: #f6f6f6;
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
}

.top-nav-in {
	margin: auto;
	width: 1000px;
	height: 30px;
}

.top-nav-in table {
	float: left;
}

.top-nav-in span {
	line-height: 30px;
}