.zhaopin {
}
.zhaopin-head {
	background: #e2000c;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}
.zhaopin-head div,
.zhaopin-item-btn div {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zhaopin-head .t1,
.zhaopin-item-btn .t1 {
	width: 269px;
	padding-left: 15px;
}
.zhaopin-head .t2,
.zhaopin-head .t3,
.zhaopin-head .t4,
.zhaopin-head .t5,
.zhaopin-item-btn .t2,
.zhaopin-item-btn .t3,
.zhaopin-item-btn .t4,
.zhaopin-item-btn .t5 {
	width: 106px;
	text-align: center;
}
.zhaopin-item-btn {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #555;
	border-bottom: 1px dashed #ddd;
	cursor: pointer;
	overflow: hidden;
}
.zhaopin-item-btn .t5 {
	font-size: 13px;
}

.zhaopin-item-detail {
	padding: 15px 30px 20px;
	font-size: 14px;
	line-height: 1.7;
	color: #555;
	border-bottom: 1px solid #ddd;
	display: none;
}
.zhaopin-item-detail p {
	margin-bottom: 8px;
}
.zhaopin-apply {
	padding-top: 10px;
	overflow: hidden;
}
.zhaopin-apply-btn {
	display: block;
	float: right;
	background: url(/uploads/image/tdsimg/an_03.png) no-repeat 0 0;
	width: 134px;
	height: 36px;
}
.zhaopin-item.on .zhaopin-item-detail {
	display: block;
}
.zhaopin-apply-mail {
	float: left;
	margin-top: 4px;
	font-weight: bold;
}
.zhaopin-apply-mail a {
	font-weight: normal;
	text-decoration: underline;
}

.zhaopin-form-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 99;
	display: none;
}

.zhaopin-form-wrapper {
	width: 600px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	z-index: 100;
	height: 700px;
	margin-top: -350px;
	display: none;
}
.zhaopin-form-wrapper-tit {
	font-size: 18px;
	color: #e2000c;
	font-weight: bold;
	padding-left: 20px;
	border-bottom: 1px solid #ddd;
	line-height: 52px;
	position: relative;
}
.close-zhaopin-form {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(/uploads/image/tdsimg/an_close.png) no-repeat center;
	cursor: pointer;
	display: block;
}
.zhaopin-form-wrapper form {
	width: 420px;
	margin: 0 auto;
	padding: 30px 0;
}
.zhaopin-form-wrapper table {
	width: 100%;
	font-size: 14px;
	color: #555;
}
.zhaopin-form-wrapper table .t1 {
	text-align: right;
	width: 6em;
	padding-right: 1em;
}
.zhaopin-form-wrapper table td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.zhaopin-form-wrapper table .txt1 {
	width: 300px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 14px;
	color: #000;
	height: 36px;
	border-radius: 0;
	text-indent: 15px;
	outline: none;
}
.zhaopin-form-wrapper table .radio {
	margin-right: 15px;
	user-select: none;
}
.zhaopin-form-wrapper table .radio input {
	margin-right: 4px;
}
.zhaopin-form-wrapper table .file {
	width: 302px;
	height: 38px;
	background: #d6d6d6;
	font-size: 12px;
	text-align: center;
	line-height: 38px;
	color: #999;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.zhaopin-form-wrapper table .file input {
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 120%;
	background: #000;
	font-size: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.zhaopin-form-wrapper table .submit,
.zhaopin-form-wrapper table .reset {
	display: inline-block;
	width: 134px;
	height: 36px;
	border: none;
	outline: none;
	cursor: pointer;
	margin-right: 15px;
	background: url(/uploads/image/tdsimg/an_06.png) no-repeat 0 0;
}
.zhaopin-form-wrapper table .reset {
	background-image: url(/uploads/image/tdsimg/an_08.png);
}
.zhaopin-form-wrapper table .btns {
	font-size: 0;
	padding-top: 15px;
}

.zhaopin-search {
	padding: 30px 0 30px;
	height: 40px;
    vertical-align: middle;
}
.zhaopin-search>* {
	float: left;
}
.zhaopin-select {
	
	position: relative;
    line-height: 38px;
    width: 170px;
    height: 38px;
    padding-left: 10px;
    background: #fff;
    color: #666;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;
    cursor: default;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 3;
}
.zhaopin-select span {
	display: block;
	color: #333;
	font-size: 14px;
	user-select: none;
}
.zhaopin-select:after {
    content: "\25bc";
    top: auto;
    bottom: 0px;
    color: #d7d7d7;
    position: absolute;
    right: 10px;
    font-size: 14px;
    line-height: 36px;
    pointer-events: none;
}
.zhaopin-select-wrapper {
	position: absolute;
    top: 37px;
    left: -1px;
    width: 180px;
    margin: 0 0 0 0px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px 0px 3px 3px;
    border-top: none;
    color: #444444;
    font-weight: 300;
    z-index: 3;
    height: auto;
    display: none;
}
.zhaopin-select-wrapper ul {
    height: 210px;
    overflow-y: auto;
    padding: 10px 0;
}
.zhaopin-select-wrapper li {
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    font-size: 14px;
    color: #888;
}
.zhaopin-select-wrapper li:hover {
	background: #f6f6f6;
}
.zhaopin-select-key {
	border: 1px solid #ccc;
    background: #fff;
    padding-left: 10px;
    width: 165px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    
    border-radius: 3px;
    margin-right: 10px;
    outline: none;
}
.zhaopin-select-submit {
	background: url(/uploads/image/tdsimg/an_search.png) no-repeat 15px center #e2000c;
    padding: 0 20px 0 45px;
    color: #fff;
    border: none;
    height: 40px;
    font-size: 14px;
    
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}