@charset "utf-8";
/* CSS Document */

body  {
	font: 100% 宋体, 新宋体;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #666666;
}
.twoColFixLtHdr #container {
	width: 953px;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	border: 1px solid #000000;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	background-color: #FFFFFF;
	background-image: url(imgs/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
	height: 192px;
	background-color: #DDDDDD;
	background-image: url(imgs/index_head.jpg);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */
	padding: 10px 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 288px; /* 将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 0;
	background-color: #EBEBEB;
	background-image: url(imgs/index_sidebar_bg.jpg);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 288px; /* 此 div 元素的左边距会在页面的左下方创建栏 — 无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此边距。 */
	padding: 0px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 60px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
	font-size: 9pt;
	font-family: "微软雅黑", "宋体";
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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;
}
.twoColFixLtHdr #container #sidebar1 #news_head {
	background-image: url(imgs/index_leftsidebar_newshead.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 45px;
}
.twoColFixLtHdr #container #head_gerybar {
	background-color: #F3F3F3;
	height: 6px;
}
.twoColFixLtHdr #container #mainContent #right_menu {
	background-image: url(imgs/index_menubar_bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
}
.twoColFixLtHdr #container #mainContent #right_menu img {
	margin-right: 10px;
	margin-left: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixLtHdr #container #sidebar1 #login_head {
	background-image: url(imgs/index_leftsidebar_loginhead.jpg);
	height: 43px;
}
.twoColFixLtHdr #container #mainContent #right_zhichi {
	background-image: url(imgs/zhichi.jpg);
	height: 236px;
}
.twoColFixLtHdr #container #mainContent #right_intro {
	background-image: url(imgs/intro.jpg);
	height: 276px;
	background-position: 0;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container #sidebar1 #news_content ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 #news_content ul li {
	list-style-type: none;
	display: block;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-top: 6px;
	font-family: "微软雅黑", "宋体";
	font-size: 9pt;
	padding-left: 15px;
}
.twoColFixLtHdr #container #sidebar1 #login_content {
	background-image: url(imgs/userandpsw.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 180px;
	font-family: "微软雅黑", "宋体";
	font-size: 9pt;
}
.twoColFixLtHdr #container #sidebar1 #login_content #user {
	height: 20px;
	margin-top: 20px;
	margin-left: 24px;
}
.twoColFixLtHdr #container #sidebar1 #login_content #password {
	height: 20px;
	margin-top: 20px;
	margin-left: 24px;
}

.twoColFixLtHdr #container #sidebar1 #login_content #login_btn label #imageField {
	height: 25px;
}
.twoColFixLtHdr #container #sidebar1 #login_content #login_btn {
	text-align: right;
	padding-right: 30px;
	padding-top: 15px;
}
.twoColFixLtHdr #container #sidebar1 #zhaoping_head {
	height: 42px;
	background-image: url(imgs/index_leftsidebar_zhaopinghead.jpg);
}
.twoColFixLtHdr #container #sidebar1 #zhaoping_content ul {
	padding-bottom: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	width: auto;
	margin: 6px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 #zhaoping_content ul .zhaoping_title {
	font-size: 9pt;
	background-color: #E0E0E0;
	margin: 3px;
	width: auto;
	list-style-type: none;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "微软雅黑", "宋体", Arial;
}
.twoColFixLtHdr #container #sidebar1 #zhaoping_content ul .zhaoping_content {
	font-size: 9pt;
	margin: 3px;
	width: auto;
	list-style-type: none;
	padding-top: 4px;
	line-height: 120%;
}
.twoColFixLtHdr #container #mainContent #showroom {
	background-image: url(imgs/index_rightsidebar_showroomhead.jpg);
	height: 33px;
	background-repeat: no-repeat;
	background-position: center;
}
.twoColFixLtHdr #container #mainContent #showroom_content {
	margin-left: 8px;
	margin-top: 10px;
}
.twoColFixLtHdr #container #sidebar1 #most_bottom {
	background-image: url(imgs/index_leftsidebar_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 80px;
}
.twoColFixLtHdr #container #mainContent #map {
	background-image: url(imgs/map.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 638px;
	margin-left: 12px;
}
.twoColFixLtHdr #container #sidebar1 #login_content #user .egtext {
	font-size: 7pt;
}
.twoColFixLtHdr #container #mainContent #map_head {
	background-image: url(imgs/maphead.jpg);
	height: 35px;
	background-repeat: no-repeat;
	background-position: 10px;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent #right_intro #moreaboutsuigao {
	margin-top: 220px;
	margin-left: 220px;
}
.twoColFixLtHdr #container #sidebar1 #login_content #user .egtext {
	font-size: 7pt;
}
.twoColFixLtHdr #container #mainContent #right_shownews_head {
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 24px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
.twoColFixLtHdr #container #mainContent #right_news_infobar {
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 9pt;
	color: #333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	text-align: right;
	padding-right: 8px;
}
.twoColFixLtHdr #container #mainContent #right_news_content {
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 12pt;
	color: #333;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 20px;
}
li a {
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #right_aboutuscontent {
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 12pt;
	line-height: 1.6em;
	text-align: left;
	padding: 10px;
	margin-left: 15px;
}

.twoColFixLtHdr #container #mainContent #right_aboutuscontent .right_aboutus_head {
	background-image: url(imgs/right_aboutus_head.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent #right_culture_head {
	background-image: url(imgs/right_culture_head.jpg);
	height: 60px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent .right_404_content {
	background-image: url(imgs/404.jpg);
	height: 260px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent #right_aboutuscontent #right_career_head {
	background-image: url(imgs/right_career_head.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent #right_honor_head {
	background-image: url(imgs/right_honor_head.jpg);
	height: 80px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 20px;
}
.twoColFixLtHdr #container #mainContent #right_news_head {
	background-image: url(imgs/right_news_head.jpg);
	height: 60px;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.right_news_items .right_news_item_content {
	font-weight: normal;
	color: #666;
	background-color: #F6F6F6;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}
.right_news_controlbar {
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 12px;
	text-align: right;
	padding-right:10px;
	margin-top: 10px;
}
.bottom_line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.right_news_items {
	font-family: "微软雅黑", "宋体", Arial;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-left: 15px;
	line-height: 1.5em;
	margin-top: 10px;
	position: relative;
}
.right_news_items .right_big_news_number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #CCC;
	position: absolute;
	top: -4px;
	right: 10px;
	padding-top: 0px;
	line-height: 50px;
}
#right_honorcontent img {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	border: 5px solid #999;
}

