@charset "utf-8";
/* CSS Document 

*{border:none; margin:0; padding:0; list-style:none; font-size:12px; line-height:1.5em; text-decoration:none; color:#333; font-family:Verdana, Arial, Helvetica, sans-serif;}
a:hover{color:#ff6600;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}*/

/*这是职位优化提示*/

.bg_green{
width:604px;
height:47px;
background-color:#E6F2D3;
position:relative;
margin:10px auto;
}

.bg_green span{
width:12px;
height:12px;
position:absolute;
display:block;
background-image:url(/images/homepage/Rounded_white.gif);
background-repeat:no-repeat;/*在没有背景定位的时候，不能用background的简写形式，需要一项一项写*/
}
.lt{
left:0px;
top:0px;
background-position:left top;
}

.lb{
left:0px;
bottom:0px;
background-position:left bottom;
}
.rt{
right:0px;
top:0px;
background-position:right top;
}

.rb{
right:0px;
bottom:0px; 
background-position:right bottom;
}
.bg_green p{
font-size:12px;
color:#333333;
height:30px;
line-height:30px;
padding:8px 8px;
float:left;
}
.bg_green img{
width:16px;
height:16px;
margin:0 4px;
}

.bg_green a{
width:17px;
height:17px;
position:absolute;
background-image:url(/images/homepage/btn_close.gif);
background-repeat:no-repeat;
top:6px;
right:10px;
}


/*这是首页搜索部分*/

.seachBg{
clear:both;
width:568px;
height:67px;
background:url(/images/homepage/seach_bg.gif) no-repeat left top;
margin:10px auto;
}
.seachBg span{
width:455px !important;/*-----forIE7.0&FIREFOX------*/
height:26px;
background-color:#FFFFFF;
border:1px solid #5C9D16;
display:block;
margin:10px 0 0 12px;
padding:2px;
float:left;
width:445px;
}
.seachBg span input{
font-size:14px;
color:#333333;
display:inline-block;
border:none;
height:20px;
line-height:20px;
padding-top:3px;

}
.seachBg span input.zhiwei{
border-width:0px;
width:280px;
}
.seachBg span input.area{
border-width:0px;
border-left:1px solid #5C9D16;
width:100px;
padding-left:5px;
}
.seachBg span a{
width:19px;
height:22px;
background:url(/images/homepage/btn_city.gif) no-repeat right top;
display:block;
margin-top:2px;
float:right;}

.seachBtn{
width:66px;
height:24px;
font-size:14px;
color:#333333;
background:url(/images/homepage/btn_seach.gif) no-repeat right top;
display:block;
display:inline-bolck;
float:right;
margin:14px 18px 0 0;
text-align:center;
padding-top:2px;}

.seachBg div{
padding:0 0 0 350px;
}
.seachBg div img{
display:block;
display:inline-block;
float:left;
}
.seachBg div h6{
font-size:12px;
color:#FFFFFF;
height:24px;
line-height:24px;
float:left;
font-weight:normal;}
