/* CSS Document */


body,td,th {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
h1{
	font-size: 12px;
	font-weight: normal;
}
h4 {
	font-size:13px;
	padding: 0px;
	text-align: left;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	color: #990000;
}
.menufont    { FILTER: glow(color=f9ab77,strength=1); POSITION: relative; WIDTH: 100%}
.3dfont      { FILTER: glow(color=ffffff,strength=1) shadow(color=cccccc,direction:135); POSITION: relative; WIDTH: 100% }
.color01 {
	border: 1px solid #ffffff;
}
.Sec1 {
	CURSOR: hand;
	text-decoration: underline;
	background-image: url(../images/bg2_b.gif);
}
.Sec1 A {
	font-weight: bold;
	color: #009900;
}
.sec2 {
	CURSOR: hand;
	BORDER-RIGHT: #92ba40 1px solid; BORDER-TOP: #92ba3f 1px solid; BORDER-LEFT: #92ba40 1px solid; BORDER-BOTTOM: #fff 1px solid; BACKGROUND-COLOR: #fff
}
.Sec2 {
	background-color: #fff;
	background-image: url(../images/bg2_a.gif);
	background-repeat: repeat-x;
}
.Sec2 A {
	font-weight: bold;
	color: #009900;
}

/*首页loading*/

#waitting {position:absolute; left:423px; top:342px; width:227px; height:20px; z-index:1; color:#333333; font-size:13px; font-weight:600;}
#waitting img{margin:0px 10px 0px 0px;}

/*首页标题及边框颜色*/

.title2
{
	color:#006600;
	font-weight:bold;
}
.title1
{
	color:#FF6600;
	font-weight:bold;
}
A.Green:visited {
TEXT-DECORATION: none
; color: #009900
}
A.Green:active {
	TEXT-DECORATION: none
; color: #009900
}
A.Green:hover {
TEXT-DECORATION: none
; color: #009900
}
A.Green:link {
TEXT-DECORATION: none
; color: #333333
}
A.Blue:visited {
TEXT-DECORATION: none
; color: #990000
}
A.Blue:active {
	TEXT-DECORATION: none
; color: #FF0000
}
A.Blue:hover {
TEXT-DECORATION: underline
; color: #FF0000
}
A.Blue:link {
TEXT-DECORATION: none
; color: #990000
}
.Blue {
	color: #990000;
}
#Orange {
	background-color: #FF9900;
}
#Orange_title {
	font-weight: bold;
	color: #FF6600;
	background-image: url(../images/bg.gif);
}
#Orange_title a:link {
	font-weight: bold;
	color: #FF6600
}
#Orange_title a:visited {
	font-weight: bold;
	color: #FF6600
}
#Orange_title a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
#Orange_title_1 {
	font-weight: bold;
	color: #FF6600;
	background-image: url(../images/bg3.gif);
}
#Green {
	background-color: #A4B979;
}
#Green_title {
	font-weight: bold;
	color: #009900;
	background-image: url(../images/bg2.gif);
}
#Green_title a:link {
	font-weight: bold;
	color: #009900;
}
#Green_title a:visited {
	font-weight: bold;
	color: #009900;
}
#Green_title a:hover {
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
/*会员登陆*/
#bglogin {
	background-image: url(../images/bglogin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
}
.inputborder {
	font-family: Verdana, "宋体";
	font-size: 12px;
	border: 1px solid #919191;
/*友情连接图片*/
}
#link {
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 35px;
	width: 94px;
}
/*公司展示*/
.titfont {
	font-family: "宋体";
	font-size: 12px;
	color: #3f3f3f;
}
.boder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
}
.commonfont {
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
/*菜单*/
ul.TabBarLevel1{
	list-style:none;
	margin:0;
	padding:0;
	height:29px;
	background-image:url(../images/tabbar_level1_bk.gif);
}

/*定义标签层ul下li定位及灰色背景*/
ul.TabBarLevel1 li{
	float:left;
	padding:0;
	height:29px;
	margin-right:1px;
	background:url(../images/tabbar_level1_slice_left_bk.gif) left top no-repeat;
}
ul.TabBarLevel1 li a{
	display:block;
	line-height:29px;
	padding:0 20px;
	color:#333;
	background:url(../images/tabbar_level1_slice_right_bk.gif) right top no-repeat;
	white-space: nowrap;
}
ul.TabBarLevel1 li.Selected{
	background:url(../images/tabbar_level1_slice_selected_left_bk.gif) left top no-repeat;
}
ul.TabBarLevel1 li.Selected a{
	background:url(../images/tabbar_level1_slice_selected_right_bk.gif) right top no-repeat;
}

ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
	color:#333;
}
ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
	color:#F30;
	text-decoration:none;
}
ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
	color:#000;
}
ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
	color:#F30;
	text-decoration:none;
}
div.HackBox {
  padding : 2px 2px ;
  border-left: 1px solid #94bc63;
  border-right: 1px solid #94bc63;
  border-bottom: 1px solid #94bc63;
  background-color:#acd27c;
  
}
/*民工信息*/
.font14 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #7e6501;
}
.font12 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #a78600;
}