/*搜索按钮*/

#searchform {
    float: left;
    margin-left: 20px;
    margin: 9px 0px 0px;
    padding: 0px;
}

#searchform fieldset {
    padding: 0px;
    border: none;
    margin: 0px;
}

#searchform input[type="text"] {
    border: 1px solid #CCC;
    float: left;
    padding: 0px 10px 0px 15px;
    margin: 0px;
    width: 150px;
    height: 36px;
    line-height: 38px;
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #999999;
    font-size: 14px;
}

#searchform input[type="text"]:hover,
#searchform input[type="text"]:focus {
    width: 300px;
}

#searchform input[type="submit"] {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    width: 37px;
    height: 38px;
    line-height: 38px;
    background-image: url(../images/img/icon-search.png);
    background-repeat: no-repeat;
    background-position: center 11px;
}

input[type="submit"] {
    padding: 4px 17px;
    color: #585858;
    text-transform: uppercase;
    border: none;
    font-size: 20px;
    background: url(gradient.png) bottom repeat-x;
    cursor: pointer;
    margin-top: 10px;
    float: left;
    overflow: visible;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

#searchform input[type="submit"]:hover {
    background-color: #333232;
}

.style_1 #searchform input[type='submit'] {
    background-color: #666666;
}

.style_1 {
    display: block;
    overflow: hidden
}


/*筛选条件部分*/

.select {
    margin: 30px auto;
    font-size: 14px;
}

.select li {
    list-style: none;
    padding: 25px 0 5px 100px
}

.select dl {
    zoom: 1;
    position: relative;
    line-height: 24px;
}

.select dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden
}

.select dt {
    width: 100px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    left: -130px;
    text-align: right;
    color: #666;
    height: 24px;
    line-height: 24px;
    float: left;
}

.select dd {
    float: left;
    display: inline;
    margin: 0 10px 0px 0px;
}

.select a {
    display: inline-block;
    white-space: nowrap;
    height: 24px;
    padding: 0 10px;
    text-decoration: none;
    color: #666666;
    border-radius: 2px;
    border: 1px solid #666666;
}

.select a:hover {
    color: #e72a10;
    border: 1px solid #e72a10;
}

.select .selected a {
    color: #e72a10;
    border: 1px solid #e72a10;
}

.select-result dt {
    font-weight: bold
}

.select-no {
    color: #999
}

.select .select-result a {
    padding-right: 20px;
    background: #f60 url("close.gif") right 9px no-repeat
}

.select .select-result a:hover {
    background-position: right -15px
}


/*职位内容部分*/

.position {
    width: 1120px;
    margin-bottom: 20px;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 20px;
}

.position_text {
    position: relative;
    height: 25px;
    padding: 12px 150px 11px 20px;
    background: #EFEFEF;
    line-height: 25px;
    font-size: 16px;
}

.position_maintext {
    position: relative;
    float: left;
    width: 45%;
    padding: 15px 20px 10px 20px;
}

.jobItem-desc {
    position: relative;
    margin-bottom: 15px;
    max-height: 64px;
    overflow: hidden;
    width: 900px;
    padding-left: 20px;
    line-height: 36px;
}

.col-3 {
    width: 10%;
    float: right;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
}

.col-3 a:link {
    color: #906;
    text-align: center;
    cursor: pointer;
}

.icon {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    zoom: 1;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../images/img/icon.png);
    background-repeat: no-repeat;
}


/*职位具体内容*/

.info {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    color: #666;
}

.info-h2 {
    margin-top: 40px;
    border-left: solid 4px #e72a10;
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}

.info ul {
    margin-top: 10px;
}

.info ul li {
    float: left;
    width: 45%;
    line-height: 36px;
    padding-left: 50px;
    font-size: 14px;
}

.info p {
    line-height: 36px;
    padding-left: 50px;
}


/*联系我们*/

.map {
    float: left;
    margin-top: 30px;
}

.map_info {
    float: left;
    margin-left: 50px;
    margin-top: 60px;
}

.map_info ul {
    float: left;
}

.map_info ul li {
    margin-top: 60px;
}

.map_info ul li h {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.map_info ul li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}