﻿body {
	background-image:url(images2.gif);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

/* ~~ 元素/标签选择器 ~~ */
ul, ol, dl { /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 删除上边距可以解决边距会超出其包含的 div 的问题。剩余的下边距可以使 div 与后面的任何元素保持一定距离。 */
	padding-right: 15px;
	padding-left: 0px; /* 向 div 内的元素侧边（而不是 div 自身）添加填充可避免使用任何方框模型数学。此外，也可将具有侧边填充的嵌套 div 用作替代方法。 */
}
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
}

/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */

a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */
	text-decoration: none;
}

/* ~~ 此固定宽度容器包含所有其它 div ~~ */
.container {
	width: 1140px;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
	height: 1178px;
}

/* ~~ 标题未指定宽度。它将扩展到布局的完整宽度。标题包含一个图像占位符，该占位符应替换为您自己的链接徽标。 ~~ */
.header {
	height: 200px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* 此填充反映上述标题和段落规则中的右填充。填充放置于下方可用于间隔列表中其它元素，置于左侧可用于创建缩进。您可以根据需要进行调整。 */
}

/* ~~ 导航列表样式（如果选择使用预先创建的 Spry 等弹出菜单，则可以删除此样式） ~~ */
ul.nav {
	list-style: none; /* 这将删除列表标记 */
	border-top: 1px solid #666; /* 这将为链接创建上边框 – 使用下边框将所有其它项放置在 LI 中 */
	margin-bottom: 15px; /* 这将在下面内容的导航之间创建间距 */
}
ul.nav li {
	border-bottom: 1px solid #666; /* 这将创建按钮间隔 */
}
ul.nav a, ul.nav a:visited { /* 对这些选择器进行分组可确保链接即使在访问之后也能保持其按钮外观 */
	padding: 5px 5px 5px 15px;
	display: block; /* 这将为锚记赋予块属性，使其填满包含它的整个 LI。这样，整个区域都可以响应鼠标单击操作。 */
	width: 160px;  /*此宽度使整个按钮在 IE6 中可单击。如果您不需要支持 IE6，可以删除它。请用侧栏容器的宽度减去此链接的填充来计算正确的宽度。 */
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* 这将更改鼠标和键盘导航的背景和文本颜色 */
	background: #ADB96E;
	color: #FFF;
}

/* ~~ 脚注样式 ~~ */


/* ~~ 其它浮动/清除类 ~~ */
.fltrt {  /* 此类可用于在页面中使元素向右浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用于在页面中使元素向左浮动。浮动元素必须位于其在页面上的相邻元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 如果从 .container 中删除或移出了 .footer，则可以将此类放置在 <br /> 或空 div 中，作为 .container 内最后一个浮动 div 之后的最终元素 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#apDiv1 {
	position:absolute;
	width:1174px;
	height:70px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	width:1200px;
	height:36px;
	z-index:3;
	top: 163px;
	left: 0px;
}



#ys{
	position:absolute;
	width:22%;
	height:36px;
	z-index:2;
	left: 72%;
	top: 30px;
    color:#FFF;
}





#yx{
	position:absolute;
	width:20%;
	height:36px;
	z-index:2;
	left: 70%;
	top: 100px;
	background-color:#FFF;
}



#what {
	position:absolute;
	width:400px;
	height:300px;
	z-index:3;
	margin-left:0px;
	top: 208px;
}
#tzgg {
	position:absolute;
	width:400px;
	height:270px;
	z-index:4;
	margin-left: 410px;
	top: 208px;
	border: thin solid #CCC;
	background-color: #FFFFFF;
}
#kjrk {
	position:absolute;
	width:300px;
	height:270px;
	z-index:201;
	top: 208px;
	margin-left: 820px;
	border: thin solid #CCC;
	background-color: #FFFFFF;
}

#gzzd {
	position:absolute;
	width:400px;
	height:453px;
	z-index:202;
	margin-left: 0px;
	top: 488px;
	border: thin solid #CCC;
	background-color: #FFFFFF;
}


#jxhd {
	position:absolute;
	width:400px;
	height:250px;
	z-index:203;
	margin-left: 410px;
	top: 488px;
	border: thin solid #CCC;
	background-color: #FFFFFF;
}
#jgdt {
	position:absolute;
	width:400px;
	height:190px;
	z-index:208;
	margin-left: 410px;
	top: 750px;
	border: thin solid #CCC;
	background-color: #FFFFFF;
}
#zlxz {
	position:absolute;
	width:300px;
	height:250px;
	z-index:204;
	margin-left: 820px;
	top: 488px;
	border: thin solid #CCC;
	background-color: #FFFFFF;
}
#jsfc {
	position:absolute;
	width:815px;
	height:231px;
	z-index:210;
	top: 780px;
	margin-left: 60px;
}
#bszn {
	position:absolute;
	width:300px;
	height:390px;
	z-index:211;
	margin-left:820px;
	top: 750px;
	border: thin solid #CCC;
	background-color: #FFFFFF;
}
.div {
	border: thin solid #000;
}

#lj {
	position:absolute;
	width:1021px;
	height:61px;
	z-index:2001;
	margin:0 auto;
	top: 1172px;
}

#bj {
	position:absolute;
	height:82px;
	z-index:10;
	margin-left: 400px;
	top: 1100px;
	color: #FFF;
}
