@charset "utf-8";
/* CSS Document */
ul, ol, dl { /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
	padding: 0;
	margin: 0;}
	body {
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
}
#main {
	background-color: #ffffff;
	height:auto;
	overflow:hidden;
	width: 1280px;
	clear:both;
}
#banner {
	height: 380px;
	width:1280px;
	text-align:center;
	background-color: #C00;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	background-image: url(../images/videopic.jpg);
}
#body {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 1280px;
	height:590px;
	background-color: #ffffff;
	color: #666;
	font-family: "宋体";
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.sidebar1 {
	width: 240px;
	height:400px;
	float:left;
	text-align:center;
	background-color:#BEBEBE;
	font-size:14px;
	background-image: url(../images/bggsjs.jpg);
	background-repeat: no-repeat;
}


#zhuti {
	background-color: #0FF;
	float:right;
	width: 1080px;
	height:400px;
	margin-left:10px;
	background-image: url(../images/gsjsxian.jpg);
	background-repeat:repeat-x;
}


#footer {
	height: 80px;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background-color: #6CF;
}
#video {
	text-align: center;
	float: left;
	height: 380px;
	width: 600px;
	margin-right: 340px;
	margin-left: 340px;
	background-color: #FFF;
}
#left {
	font-family: "宋体";
	font-size: 18px;
	line-height:60px;
	background-color: #E8E8E8;
	height:900px;
	width: 240px;
	float: left;
	padding-top: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: inset;
	border-left-style: double;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
ul.nav {
	list-style: none; /* 这将删除列表标记 */
	margin-bottom:60px; /* 这将在下面内容的导航之间创建间距 */
	
}
ul.nav li {
	border-bottom: 1px solid #666; /* 这将创建按钮间隔 */
	float:left;
}
ul.nav a, ul.nav a:visited { /* 对这些选择器进行分组可确保链接即使在访问之后也能保持其按钮外观 */
	padding: 5px 5px 5px 0px;
	display: block; /* 这将为链接赋予块属性，使其填满包含它的整个 LI。这样，整个区域都可以响应鼠标单击操作。 */
	width: 240px;  /*此宽度使整个按钮在 IE6 中可单击。如果您不需要支持 IE6，可以删除它。请用侧栏容器的宽度减去此链接的填充来计算正确的宽度。 */
	text-decoration: none;
	background: #e0edff;
	font-size: 14px;
	line-height:30px;
	text-align:center;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* 这将更改鼠标和键盘导航的背景和文本颜色 */
	background:#b0e2ff;
	color: #F00;
}
#zhu {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color: #333;
	background-color: #FFF;
	float: right;
	height: auto;
	width: 960px;
	border-width: 0px;		
	border-style: solid;
	border-bottom-color: #cc0000;
	margin:20px 20px 10px 10px;
	padding-top:0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	overflow:hidden;
}
#zhu1 {
	font-family: "宋体";
	font-size: 16px;
	line-height: 20px;
	width:750px;
	margin:10px 20px 10px 30px;

}
#xiangguan1 {
	font-family: "宋体";
	height: 90px;
	width: 1280px;
	padding-right: 50px;
	padding-left: 50px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: inset;
	border-left-style: double;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
