﻿@charset "utf-8";
body {
	font: 100%/1.4  Verdana,Georgia,Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	height:100%;
}
.nextpage{background:#fff;bottom:0;margin:0 auto;position:fixed;height:54px;opacity:.99;
filter:alpha(opacity=99);line-height:23px;width:100%;z-index:999;
_bottom:auto;_width:100%;_position:absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}

/* ~~ 元素/标签选择器 ~~ */
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: 15px; /* 向 div 内的元素侧边（而不是 div 自身）添加填充可避免使用任何方框模型数学。此外，也可将具有侧边填充的嵌套 div 用作替代方法。 */
}
a img { /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
	border: none;
}
/* ~~ 站点链接的样式必须保持此顺序，包括用于创建悬停效果的选择器组在内。 ~~ */
a:link {
	color: #FF0;
	text-decoration: none; /* 除非将链接设置成极为独特的外观样式，否则最好提供下划线，以便可从视觉上快速识别 */
}
a:visited {
	color: #FF0;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 此组选择器将为键盘导航者提供与鼠标使用者相同的悬停体验。 */
	color: #FFCC99;
	text-decoration: underline;
}

/* ~~ 此固定宽度容器包含其它 div ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐 */
}

/* ~~ 标题未指定宽度。它将扩展到布局的完整宽度。标题包含一个图像占位符，该占位符应替换为您自己的链接徽标 ~~ */
.header {
    width:100%;
	height:355px;
	background-image:url(../images/top_bg380.gif);

}

/* ~~ 这是布局信息。 ~~ 

1) 填充只会放置于 div 的顶部和/或底部。此 div 中的元素侧边会有填充。这样，您可以避免使用任何“方框模型数学”。请注意，如果向 div 自身添加任何侧边填充或边框，这些侧边填充或边框将与您定义的宽度相加，得出 *总计* 宽度。您也可以选择删除 div 中的元素的填充，并在该元素中另外放置一个没有任何宽度但具有设计所需填充的 div。

*/


.menu {
	background-color: #900;
	height: 50px;
}
.top {
	background-image: url(../images/top_850_356.gif);
	text-align: center;
	height: 355px;
	width: 1020px;
	margin:0px auto; 
}
.header .top .menu table {
	color: #FF0;
	text-align: center;
}
.logo {
	height: 40px;
	width: 1000px;

	text-align: left;
	margin:0px left; 
	margin-top:10px;
	margin-left:10px;
}
.pic {
	height: 250px;
	width: 1000px;
	left: 5px;
	top: 88px;
	right: 5px;
	margin:0px auto; 
	margin-top:10px;
	position:absolute; z-index:1;
}
.bt {
	height: 25px;
	width: 830px;
	top: 98px;
	text-align: left;
	margin-left:15px;
	color: #AD0D16;
	position:absolute; z-index:2;
}
.cont {
	background-color: #FFF;
	width: 1020px;
	margin:0px auto; 
}

.content {
	width:1020px;
	height:13px;
	background-image:url(../images/content_t850_13.gif);
	margin:0px auto; 
}
.contentb {
	background-image: url(../images/content_b850_13.gif);
	height: 13px;
	width: 1020px;
	margin:0px auto; 
}
.foot {
	height: 30px;
	width: 1020px;
	color: #FF0;
	margin:0px auto; 
	text-align: center;
}
.bt1 {
	height: 40px;
	width: 830px;
		margin-left:10px;
}
.word {
	
	width: 1000px;
	margin-left:10px;
	
}
.rightbox {
	float: left;
	background-color: #F00;
	height: 50px;
	width: 230px;
}
.left {
	float: left;
	width: 600px;
}
/* FF8888   d5a858 #f17e39*/
.menu_sm {
color: #f17e39 ; font-size:10pt;
font-weight: 700;
}
.parallax {

  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}