
/* CSS 全局设置 */
body{
	font-family: 宋体,Arial ;
	background-color:#000000;
	font-size: 12px;
	color:#696969;
	line-height: 20px;
	width:980px;	
	margin:auto;		
	border:0;

}
body {
	background-attachment: fixed;
	background-image:  url("../images/bg.gif");
	background-repeat: repeat;
	background-position: center top;
}
body,td,th {
	font-size: 12px;
	font-family: 宋体,Arial ;
	line-height: 20px;

}
form,p {
   padding:0;
   margin:0;
}

.box{border: 1px solid #BABABA;}
.box1{border-bottom: solid 1px #C5C5C5;}
.box2{border-bottom: dotted 1px #C5C5C5;}
.box3{border-right: dotted 1px #C5C5C5;}
.box4{border: 1px solid #E8B8B8;}
.box5{border: 1px solid #B8D8E8;}
.box6{border: 1px solid #B8E8C2;}
.box7{border: 2px solid #FE9D3D;}

img {
   border:0;
}/*所有图片边框无*/

button {
   cursor:hand;
}/*所有按钮鼠标放上时为手型标志*/

a:link {
	color: #696969;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #696969;
}
a:hover {
	text-decoration: none;
	color: #CD5C5C;
}
a:active {
	text-decoration: none;
	color: #4682B4;
}
.hand {
   cursor:hand;
}
/* 全局设置完毕 */

.line_grayDotted{
	border-bottom:1px #939191 solid;
}
.line_grayDotted2{
	border-bottom:1px #939191 dotted;
}

.white12{
	font-family:宋体;
	color:#FFF;
}
a.white12:link {
	color: #fff;
	text-decoration: none;
}
a.white12:visited {
	text-decoration: none;
	color: #fff;
}
a.white12:hover {
	text-decoration: underline;
	color: #ff9933;
}
a.white12:active {
	text-decoration: none;
	color: #fff;
}
/*-------------------------------------*/

/* 白 */
.whirt14b{color: #FFFFFF;font-size: 14px; font-weight: bold;}
a.whirt14b_top:link {color: #FFFFFF;}
a.whirt14b_top:visited {color: #FFFFFF}
a.whirt14b_top:hover{color: #CBFFDF;}
a.whirt14b_top:active {color: #FFFFFF;}

/*  蓝*/
.whirt12B{color: #66CCFF;}
a.whirt12B:link {color: #66CCFF;}

/* 深蓝*/
.whirt12{color: #024299;}
a.whirt12:link {color: #024299;}

/* 橘红 */
.oranger{color: #F06000;}
a.oranger:link {color: #F06000;}
a.oranger:visited {color: #F06000;}
a.oranger:hover{color: #F06000;}
a.oranger:active {color: #F06000;}

/* 灰*/
.hui{color: #7C7C7C;}
a.hui:link {color: #7C7C7C;}
a.hui:visited {color: #7C7C7C;}
a.hui:hover{color: #7C7C7C;}
a.hui:active {color: #7C7C7C;}

/* 粉红14粗 */
.pink14B{color: #F13030;font-weight: bold;font-size:14px;}
a.pink14B:link {color: #F13030;font-weight: bold;font-size:14px;}
a.pink14B:visited {color: #F13030;font-weight: bold;font-size:14px;}
a.pink14B:hover{color: #F13030;font-weight: bold;font-size:14px;}
a.pink14B:active {color: #F13030;font-weight: bold;font-size:14px;}

/* 红 */
.red{color: #FF0000;}
a.red:link {color: #FF0000;}
a.red:visited {color: #FF0000;}
a.red:hover{color: #FF0000;}
a.red:active {color: #FF0000;}



/* 黑12 */
.black{color: #434242;}
a.black:link {color: #434242;}
a.black:visited {color: #434242;}
a.black:hover{color: #FF0000;}
a.black:active {color: #434242;}

/* 黑12a */
.black12{color: #434242; font-weight: bold;}
a.black12:link {color: #434242;}
a.black12:visited {color: #434242;}
a.black12:hover{color: #FF0000;}
a.blac12k:active {color: #434242;}

/* 黑14 */
.black14{color: #000000;font-size: 14px;}
a.black14:link {color: #000000;}
a.black14:visited {color: #000000;}
a.black14:hover{color: #FF0000;}
a.black14:active {color: #000000;}
 
 /* 黑14b */
.black14b{color: #717171; font-size: 14px; font-weight: bold;}
a.black14b:link {color: #717171;}
a.black14b:visited {color: #717171;}
a.black14b:hover{color: #FF0000;}
a.black14b:active {color: #717171;}

 /* 黑16b */
.black16b{color: #717171; font-size: 16px; font-weight: bold;}
a.black16b:link {color: #717171;}
a.black16b:visited {color: #717171;}
a.black16b:hover{color: #FF0000;}
a.black16b:active {color: #717171;}

/* 深红 */
.red2{color: #900000;}
a.red:link {color: #900000;}
a.red:visited {color: #900000;}
a.red:hover{color: #FF0000;}
a.red:active {color: #900000;}

/* 紫红 */
.red14b{color: #AC008A;font-size: 14px; font-weight: bold;}
a.red14b:link {color: #AC008A;}
a.red14b:visited {color: #AC008A;}
a.red14b:hover{
	color: #FF0000;
	text-decoration: none;
}
a.red14b:active {color: #AC008A;}

/* 深绿 */
.green{color: #005913;}
a.green:link {color: #005913;}
a.green:visited {color: #005913;}
a.green:hover{color: #FF0000;}
a.green:active {color: #005913;}

/* 深绿粗 */
.green12b{color: #047B15;font-weight: bold;}
a.green12b:link {color: #047B15;}
a.green12b:visited {color: #047B15;}
a.green12b:hover{color: #FF0000;}
a.green12b:active {color: #047B15;}

/* 深红14粗 */
.red2_14b{color: #AE0303;font-size: 14px; font-weight: bold;}
.red2_14b_A 
{
	color: #AE0303;
	font-size: 14px; 
	font-weight: bold;
	background-image : url("../images/Recruit_banner_bg.gif");
}
a.red2_14b:link {color: #AE0303;}
a.red2_14b:visited {color: #AE0303;}
a.red2_14b:hover{color: #AE0303;text-decoration: none;}
a.red2_14b:active {color: #AE0303;}

/* 深蓝14粗 */
.blue14b{color: #04077B;font-size: 14px; font-weight: bold;}
a.blue14b:link {color: #04077B;}
a.blue14b:visited {color: #04077B;}
a.blue14b:hover{color: #04077B;text-decoration: none;}
a.blue14b:active {color: #04077B;}

/* 深绿14粗 */
.green14b{color: #047B15;font-size: 14px;font-weight: bold;}
a.green14b:link {color: #047B15;}
a.green14b:visited {color: #047B15;}
a.green14b:hover{color: #FF0000;}
a.green14b:active {color: #047B15;}

/* 导航白 */
.whirt14_top{color: #98D9FA;font-size: 14px; font-weight: bold;}
a.whirt14_top:link {color: #98D9FA;}
a.whirt14_top:visited {color: #98D9FA}
a.whirt14_top:hover{color: #ffffff;}
a.whirt14_top:active {color: #98D9FA;}

/* 滚屏文字 */
#imgTitle {
	FILTER: ALPHA(opacity=70); LEFT: 0px; OVERFLOW: hidden; POSITION: relative; TEXT-ALIGN: left
}
#imgTitle_up {
	LEFT: 0px; HEIGHT: 1px; TEXT-ALIGN: left
}
#imgTitle_down {
	LEFT: 0px; TEXT-ALIGN: right
}
#txtFrom {
	VERTICAL-ALIGN: middle; PADDING-TOP: 2px; TEXT-ALIGN: center
}

.button {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; BACKGROUND: #7b7b63; PADDING-BOTTOM: 2px; MARGIN: 0px; FONT: bold 9px sans-serif; BORDER-LEFT: #fff 1px solid; PADDING-TOP: 2px; TEXT-DECORATION: none
}
A.button {
	COLOR: #ffffff; FONT-FAMILY: sans-serif; BACKGROUND-COLOR: #000000; TEXT-DECORATION: none
}
A.button:link {
	COLOR: #ffffff; FONT-FAMILY: sans-serif; BACKGROUND-COLOR: #000000; TEXT-DECORATION: none
}
A.button:visited {
	COLOR: #ffffff; FONT-FAMILY: sans-serif; BACKGROUND-COLOR: #000000; TEXT-DECORATION: none
}
A.button:hover {
	BACKGROUND: #fff; COLOR: #fff; FONT-FAMILY: sans-serif; TEXT-DECORATION: none
}
table
{	
	padding:0;
	margin:0;
}
table.button
{
	BORDER-RIGHT: #86b9d6 1px solid; 
	PADDING-RIGHT: 5px; 
	BACKGROUND-POSITION: 0px 50%; 
	BORDER-TOP: #86b9d6 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 0px; 
	FONT: 12px/17px Tahoma, Verdana; 
	BORDER-LEFT: #86b9d6 1px solid; 
	WIDTH: 80px; 
	CURSOR: hand; 
	COLOR: #666; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #86b9d6 1px solid; 
	background-color:#d2e4fc;
	BACKGROUND-REPEAT: repeat-x; 
	HEIGHT: 21px; 
}
table.button1 
{
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt; 
	width:85px;
	height:19px;
	FONT-FAMILY: 宋体;
	background: url(../images/cssbutton2.gif)
}
table.button_larray_2
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 18pt; 
	width:65px;
	height:22px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/larray_2.gif)
}
table.button_larray_4
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 18pt; 
	width:80px;
	height:22px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/larray_4.gif)
}
table.button_larray_5
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt; 
	line-height: 16pt; 
	width:85px;
	height:19px;
	text-align:right;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/larray_5.gif)
}
table.button_larray_6
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 16pt; 
	width:66px;
	height:19px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/larray_6.gif)
}
table.button_lsearch_5
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt; 
	line-height: 16pt; 
	width:85px;
	height:19px;
	text-align:right;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/lsearch_5.gif)
}
table.button_lsearch_4
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt; 
	line-height: 16pt; 
	width:76px;
	height:19px;
	text-align:right;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/lsearch_4.gif)
}
table.button_rarray_4
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 15pt; 
	width:65px;
	height:18px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/rarray_4.gif)
}
table.button_rarray_2
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 15pt; 
	width:46px;
	height:18px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/rarray_2.gif)
}
table.button_buttom_2
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 16pt; 
	width:46px;
	height:20px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/buttom_2.gif)
}
table.button_buttom_4
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 16pt; 
	width:57px;
	height:20px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/buttom_4.gif)
}

td.button
{
	BORDER-RIGHT: #86b9d6 1px solid; 
	PADDING-RIGHT: 5px; 
	BACKGROUND-POSITION: 0px 50%; 
	BORDER-TOP: #86b9d6 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 0px; 
	FONT: 12px/17px Tahoma, Verdana; 
	BORDER-LEFT: #86b9d6 1px solid; 
	WIDTH: 80px; 
	CURSOR: hand; 
	COLOR: #666; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #86b9d6 1px solid; 
	background-color:#d2e4fc;
	BACKGROUND-REPEAT: repeat-x; 
	HEIGHT: 21px; 
}
td.button1 
{
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt; 
	width:85px;
	height:19px;
	FONT-FAMILY: 宋体;
	background: url(../images/cssbutton2.gif)
}
td.button_larray_2
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 18pt; 
	width:65px;
	height:22px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/larray_2.gif)
}
td.button_larray_4
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 18pt; 
	width:80px;
	height:22px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/larray_4.gif)
}
td.button_larray_5
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt; 
	line-height: 16pt; 
	width:85px;
	height:19px;
	text-align:right;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/larray_5.gif)
}
td.button_larray_6
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 16pt; 
	width:66px;
	height:19px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/larray_6.gif)
}
td.button_lsearch_5
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt; 
	line-height: 16pt; 
	width:85px;
	height:19px;
	text-align:right;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/lsearch_5.gif)
}
td.button_lsearch_4
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt; 
	line-height: 16pt; 
	width:76px;
	height:19px;
	text-align:right;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/lsearch_4.gif)
}
td.button_rarray_4
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 15pt; 
	width:65px;
	height:18px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/rarray_4.gif)
}
td.button_rarray_2
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 15pt; 
	width:46px;
	height:18px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/rarray_2.gif)
}
td.button_buttom_2
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 16pt; 
	width:46px;
	height:20px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/buttom_2.gif)
}
td.button_buttom_4
{
	cursor:hand;
	BORDER-TOP-WIDTH: 0pt; 
	BORDER-BOTTOM-WIDTH: 0pt; 
	BORDER-LEFT-WIDTH: 0pt; 
	BORDER-RIGHT-WIDTH: 0pt;
	FONT-SIZE: 9pt;
    line-height: 16pt; 
	width:57px;
	height:20px;
	FONT-FAMILY: 宋体;
	background: url(../images/bg/buttom_4.gif)
}

div
{
	float:left;		
	border:0;
	margin:0;
	padding:0;	
}
img
{
	margin:0;
	float:left;
	border:0;
	padding:0;
}

#Top
{
	width:100%;
	
		
}
#Top3
{
	width:100%;

}

#Middle
{
	width:100%;
	
}
#Mid_left1
{
	width:218px;
	
}

#Mid_left2
{
	width:10px;
	
}
#Mid-right
{
	width:752px;
	
}
#Mid-right1_1
{
	width:462px;
}
#Mid-right1_1_3
{
	width:462px;
	height:243px;	
}
#Mid-right1_3
{
	width:270px;
}
#Mid-right1_2
{
	width:17px;
}
#Mid-right1_1_5
{
	width:462px;
}
#Job
{
	width:456px;
	
}
#HotJob
{
	width:456px;
			
}
#Talent
{
	width:456px;
	
	display:none
}
#Bottom1
{
	width:100%;	
	
}
#Bottom2
{
	width:100%;	
	
}


