body  {
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center;
	background-color: #111111;
	background-image: url(../images/background.gif);
	line-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	scrollbar-face-color: #9F0000;  /*滚动条凸出部分的颜色*/
	scrollbar-highlight-color: #9F0000; /*滚动条空白部分的颜色*/
	scrollbar-shadow-color: #9F0000;/*立体滚动条阴影的颜色*/
	scrollbar-3dlight-color: #9F0000;/*滚动条亮边的颜色*/
	scrollbar-arrow-color: #111111;/*上下按钮上三角箭头的颜色*/
	scrollbar-track-color: #111111;/*滚动条的背景颜色*/
	scrollbar-darkshadow-color: #9F0000;
}

.twoColElsRtHdr .outline {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-image: url(images/background.gif);
	margin-top: 20px;
	background-repeat: repeat;
}


/* 弹性布局提示 
1. 由于弹性布局的总体大小取决于用户的默认字体大小，因此弹性布局更难预测。如果正确使用的话，弹性布局对于那些需要较大字体的用户更为方便，因为行的长度仍保持适当比例。
2. 此布局中 div 的大小取决于 body 元素中的 100% 字体大小。如果您通过对 body 元素或 #container 使用“font-size: 80%”来减小文本的总体大小，请记住整体布局将按比例缩小。您最好增加各个 div 的宽度以对此进行补偿。
3. 如果字体大小在每个 div 中按不同的量进行更改（例如，#sidebar1 上的字体大小为 70%，#mainContent 上的字体大小为 85%），而不是对总体设计进行更改，则将按比例更改每个 div 的总体大小。您最好根据最终的字体大小来进行调整。
*/
.twoColElsRtHdr #container {
	width: 960px;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9F0000;
	border-right-color: #9F0000;
	border-bottom-color: #9F0000;
	border-left-color: #9F0000;
	background-color: #111111;
} 



/* mainContent 提示：
1. 如果为 #mainContent div 和 #sidebar1 div 指定不同的字体大小，则 #mainContent div 的边距和 #sidebar1 div 的宽度将取决于各自 div 的字体大小。您最好调整这些 div 的值。
2. mainContent 和 sidebar1 之间的空白是由 mainContent div 的左边距创建的。无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此左边距。
3. 为避免出现“浮动下降”，可能需要进行测试，以确定近似的最大图像/元素大小，这是由于此布局基于用户的字体大小以及您所设置的值。但是，如果用户将浏览器的字体大小设置为低于正常值，那么，在 #mainContent div 中看到的空白将少于在测试时看到的空白。
4. 在下面的 Internet Explorer 条件注释中，zoom 属性用来赋予 mainContent“hasLayout”。这会避免几个可能出现的特定于 IE 的错误。
*/
.twoColElsRtHdr #mainContent {
	padding: 0px;
	line-height: 100%;
	height: 400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 695px;
	background-color: #111111;
	background-attachment: fixed;
	background-image: url(../images/left.jpg);
}

/* sidebar1 提示：
1. 请记住，如果为该 div 设置了字体大小，则该 div 的总体宽度将进行相应的调整。
2. 由于我们使用的是全方 (em)，因此最好不要针对侧栏本身使用填充。它将会新增至宽度，而让符合标准的浏览器建立未知的实际宽度。 
3. 如果为 div 中的元素设置左边距和右边距，则会在 div 边缘和这些元素之间产生空白，如“.twoColElsRtHdr #sidebar1 p”规则中所示。
*/
.twoColElsRtHdr #sidebar1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 265px;
	float: right;
	background-color: #111111;
	height: 400px;
}
.twoColElsRtHdr #sidebar_contact {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 265px;
	float: right;
	background-color: #111111;
	height: 400px;
	background-image: url(../images/contact.jpg);
}
.twoColElsRtHdr #sidebar_careers {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 265px;
	float: right;
	background-color: #111111;
	height: 400px;
	background-image: url(../images/careers.jpg);
}

.twoColElsRtHdr #header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 120px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
} 
/* 
#container #header .menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}

#container #header .menu ul {
	margin: 0px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#container #header .menu li {
	display: block;
	float: left;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	list-style-type: none;
	font-weight: bold;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-indent: 8px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#container #header .menu .current {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#container #header .menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#container #header .menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
*/

中英导航{}
#container #header .menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 480px;
}

#nav{
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style:none;
}

#nav li{
	float: left;
	margin: 0px;
	padding: 0px;
}

.bi{
	position: relative;
	z-index: 0;
}

.bi:hover{
	z-index: 99;
}

.bi:hover span{
	visibility: visible;
	top: 0;
	left: 0;
	cursor: pointer;
}

.bi span{
	position: absolute;
	left: -999em;
	visibility: hidden;
}

#nav li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 85px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 8px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

.bi:hover span{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: left;
	font-family: "黑体";
	font-size: 10px;
	width: 85px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 3px;
	padding-right: 0px;
	margin: 0px;
}

#nav li a:hover,.bi:hover span{
	color: #990000;
	background-color: #FFFFFF;
}

.bi:hover span{
	padding-top: 1px}

关于公司右侧内容{}
.about_right {
	margin: 0px;
	overflow: auto;
	overflow-x: hidden;
	font-family: "宋体";
	font-size: 12px;
	color: #CCCCCC;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.about_right p {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 90%;
}

.about_right h2 {
	font-family: "黑体";
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: -1px;
}
.about_right h3 {
	padding-top: 2px;
	color: #9F0000;
	text-indent: 5px;
	margin-top: 10px;
	font-family: "宋体";
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F0000;
	margin-bottom: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 110%;
}
.about_right  h2 em {
	font-style: normal;
	letter-spacing: -1px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.about_right   em  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
}

关于公司左侧内容{}


.about_left  {
	font-family: "宋体";
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 160%;
	height: 390px;
	overflow: auto;
}

.about_left a {
	color: #990000;
}


.about_left   p   {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: 140%;
}

.about_left h1 {
	font-family: "Trebuchet MS";
	color: #9F0000;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.about_left h2 {
	color: #FFFFFF;
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 100%;
	background-color: #9F0000;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
}
.about_left span {
	font-size: 11px;
	color: #666666;
	line-height: 110%;
}



.about_left h3 {
	color: #9F0000;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 100%;
}
.about_left h4 {
	color: #FFFFFF;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 100%;
	font-family: "宋体";
}


.about_left hr {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.about_left img {
	border: 1px solid #9F0000;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 0px;
	padding: 1px;
}

.about_left  strong  {
	color: #9F0000;
}
.about_left .email {
	text-align: right;
}

.about_left .address {
	width: 260px;
	float: right;
}
.about_left object {
	float: left;
}


招聘职位{}
dl {
	width: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
} 

dt {
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
	width: 500px;
	clear: none;
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9F0000;
}

页面大标题{}
#container #page_title {
	background-color: #222222;
	background-image: url(../images/title_bg.gif);
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: repeat;
}

#container #page_title h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 18px;
	line-height: 100%;
}

右侧导航栏{}
#sidebar1 .menu_cn {
	margin: 0px;
	padding: 0px;
}
#sidebar1 .menu_cn ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 130px;
}
#sidebar1 .menu_cn li {
	display: block;
	padding-bottom: 3px;
	color: #999999;
	font-size: 12px;
	font-family: "Trebuchet MS";
	line-height: 110%;
}
#sidebar1 .menu_cn .en {
	font-size: 11px;
	line-height: 130%;
}
#sidebar1  .menu_cn  .en_title {
	color: #FFFFFF;
	padding-bottom: 15px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	line-height: 100%;
}

#sidebar1 .menu_cn strong {
	color: #FFFFFF;
	line-height: 120%;
}
#sidebar1  .menu_10  a {
	font-family: "宋体";
	font-size: 10px;
	color: #9F0000;
	font-weight: bold;
	word-spacing: 1px;
}
#sidebar1  .menu_10  {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 5px;
	padding-top: 0px;
	word-spacing: 2px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height: 30px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 120%;
	visibility: hidden;
}
.menu_10 .current {
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-decoration: none;
}
#sidebar1 .back {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar1 .back a {
	font-family: "宋体";
	font-size: 11px;
	color: #9F0000;
	font-weight: bold;
}


项目页面{}
.projects_right  {
	margin: 0px;
	padding: 0px;
}
.projects_bg {
	margin-top: 5px;
}


.projects_bg   .hight80 {
	height: 98px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.projects_bg img {
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 105px;
	border: 1px solid #9F0000;
}


.projects_bg ul {
	padding: 0px;
	margin: 0px;
}
.projects_bg li {
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

页面底部{}
.twoColElsRtHdr #footer {
	font-size: 10px;
	background-color: #333333;
	color: #666666;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 150%;
	text-align: right;
	margin: 0px;
	clear: both;
	font-family: "宋体";
} 
.twoColElsRtHdr  #footer  em {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
}
.twoColElsRtHdr #index_footer {
	font-size: 10px;
	background-color: #333333;
	color: #666666;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 150%;
	text-align: right;
	margin: 0px;
	clear: both;
	font-family: "宋体";
} 
.twoColElsRtHdr  #index_footer  em {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
}
.twoColElsRtHdr  #index_footer a {
	color: #666666;
}
.twoColElsRtHdr  #index_footer a:hover {
	color: #EEEEEE;
	text-decoration: none;
}
.twoColElsRtHdr  #footer a {
	color: #666666;
}
.twoColElsRtHdr  #footer a:hover {
	color: #EEEEEE;
	text-decoration: none;
}
显示和隐藏{}
 .Display{
  display:inline;
 }
 .Hidden{
  display:none;
 }

#smallpic  {
	overflow: hidden;
	width: 580px;
}

/* 要重用的各种类 */
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#oTransContainer {
	overflow: hidden;
	width: 265px;
}

