@charset "utf-8";
/*----公司简介----*/
#content .profile {
	line-height:1.7;
	height: auto !important;
	overflow: hidden;
}
#content .profile ul {
	margin-bottom: 15px;
}
#content .profile ul li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 17px;
}
#content .profile>h2 {
	font-size:20px;
	margin-bottom: 8px;
}
#content .profile>h3 {
	font-size:2rem;
	margin-bottom: 10px;
}
#content .profile>p {
	margin-bottom: 15px;
}
#content .profile table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#content .profile table, #content .profile table th, #content .profile table td {
	border: 1px solid #7C7C7C;
}
#content .profile table td {
	padding: 0 5px;
	font-size: 14px;
}
#content .profile table td p {
	margin-bottom: 0;
}
#content .profile>img {
	margin-right: 15px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}

/*-----人才理念-----*/
#content .daili{
	width:100%;
	height:auto !important;
	overflow:hidden;
	margin:0 auto 35px;
	text-align:center;
}
#content .daili form select{
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	height: 34px;
	line-height: 34px;
	border: 1px solid #999;
	padding:0 5px;
	font-size: 14px;
}
#content .daili form input[type="text"] {
	border: 1px solid #999999;
	-webkit-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	height: 34px;
	line-height: 34px;
	padding:0 5px;
	font-size: 14px;
	margin: 0px 4px;
}
#content .daili form input[type="text"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#content .daili form input[type="submit"] {
	font-size: 14px;
	background: #035CAC;
	color: #FFF;
	cursor: pointer;
	border: none;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding:0 20px;
	text-align: center;
}
#content .daili form input[type="submit"]:hover {
	background: #024a88;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*--------职位列表--------*/
#content .job-list{
	width:100%;
	height:auto !important;
	overflow:hidden;
}
#content .job-list table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	background:#fff;
}
#content .job-list table thead tr{
	background-color:#eeeeee;
	border:1px solid #ccc;
}
#content .job-list table th {
	font-size:14px;
	color: #666;
	font-weight:normal;
	text-align:center;
	padding: 12px 5px;
}
#content .job-list table tr:nth-of-type(even) { 
	background: #f5f5f5; 
}
#content .job-list table td {
	font-size:14px;
	padding: 12px 5px;
	text-align:center;
}
#content .job-list table tbody tr {
	border-bottom:1px solid #ccc;

}
#content .job-list tbody tr:hover {
	background: #e5ebee;
}

/*-----应聘联系方式----*/
#content h2.title2{
	font-size: 28px;
	font-weight:normal;
	color: #1a1a1a;
	margin:0;
	padding-left:20px;
	background: url(../images/m1.jpg) no-repeat left;
}
#content address.contact{
	margin: 0 auto;
	font-size: 1.5em;
	padding: 20px 0 60px;
	line-height: 26px;
}
/*------职位详情------*/
#content .detail-view{
	height:auto !important;
	overflow:hidden;
	margin: 0 auto;
}
#content .detail-view table {
	width: 100%;
	border-collapse: collapse;
	background:#fff;
}
#content .detail-view table td{
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
	line-height:24px;
}
#content .detail-view table td:nth-of-type(odd){
	background: #f3f4f6;
	text-align:right;
	font-weight:bold; 
}
#content .detail-view tbody tr:hover {
	background: #e5ebee;
}

/*表单样式设置*/
form.cmxform {
	box-shadow: 0 4px 20px 0 #ddd;
	margin: 0 auto;
	padding: 20px;
	font-size: 14px;
}
form.cmxform table td {
	vertical-align: top;
	color: #555;
}
form.cmxform table td.tdcon {
	text-align: right;
	height: 52px;
}
form.cmxform table td.tdcon2 {
	text-align: right;
	height: 146px;
}
/*------------------*/
form.cmxform table td.tdcon span, form.cmxform table td.tdcon2 span{
	color: #C00;
	margin-right: 2px;
	font-size: 14px;
}
form.cmxform table td span.radioSpan {
	padding-right: 10px;
}
form.cmxform table input.error, form.cmxform table select.error, form.cmxform table textarea.error {
	border: 1px solid red;
}
.tipinfo span.error {
	background: url("../images/unchecked.jpg") no-repeat left;
	padding-left: 17px;
	color: #eb0000;
	display: block;
}
.tipinfo span.valid {
	background: url("../images/checked.gif") no-repeat left;
	width: 14px;
	height: 13px;
	overflow: hidden;
	padding: 0;
	margin: 5px 0 0 5px;
	display: inline-block;
}
form.cmxform input[type="text"], form.cmxform input[type="tel"], form.cmxform input[type="date"], form.cmxform input[type="email"], form.cmxform select, form.cmxform textarea {
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.075);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	width: 92%;
	padding: 4px 8px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form.cmxform textarea {
	line-height: 24px;
	height:120px;
	width:92%;
}

form.cmxform input:focus, form.cmxform textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
form.cmxform .button {
	text-align: center;
	margin-bottom: 10px;
}
form.cmxform input.button2 {
	background: url(../images/button_bg2.gif) repeat-x;
	border: 1px solid #799AE1;
	height: 25px;
	width: 80px;
	cursor: pointer;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	font-size: 13px;
	margin-right: 12px;
}
form.cmxform input.valcode {
	width: 30%;
}
form.cmxform td.valimg img {
	vertical-align: middle;
	cursor: pointer;
}