*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "思源黑体 CN","Noto Sans SC";
	overflow-x: hidden;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
img{
	display: block;
	max-width: 100%;
}


/* 人才招聘 */
.recruitment{
	width: 100%;
}
.recru_con{
	margin: 0 8%;
	padding: 60px 0;
}
.recru_title h2{
	font-size: 36px;
	color: #333;
}
.recru_search{
	margin: 50px 0 40px;
	border: 1px solid #cccccc;
	height: 60px;
}
.recru_search input{
	display: block;
	width: 90%;
	border: none;
	background: none;
	outline: none;
	background: url(../img/search_grey.png) no-repeat left center;
	background-size: auto 20px;
	margin: 0 20px;
	padding: 0 30px;
	height: 100%;
	line-height: 60px;
	font-size: 16px;
	color: #333;
}
.recru_search input::-webkit-input-placeholder{
    color: #cccccc;
}
.recru_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #cccccc;
}
.recru_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}
.recru_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #cccccc;
}
.recru_label ul{
	overflow: hidden;
}
.recru_label ul li{
	display: block;
	width: 33.3%;
	float: left;
}
.recru_labelcon{
	display: block;
	background-color: #f3f6fa;
	padding: 0 20px;
	border-right: 10px solid #fff;
}
.recru_label ul li:last-child .recru_labelcon{
	border: none;
}
.recru_label ul li select{
	display: block;
	background-color: #f3f6fa;
	border: none;
	height: 60px;
	outline: none;
	width: 100%;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
}
.recru_label ul li select optgroup{
	font-size: 14px;
	color: #666;
}
.recru_label ul li select optgroup option{
	font-size: 14px;
	
}
.recru_canshu{
	background-color: #154A9A;
	margin-top: 40px;
}
.recru_canshu ul{
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}
.recru_canshu ul li{
	float: left;
	font-size: 16px;
	color: #fff;
	width: 12.5%;
	text-align: center;
}
.recru_list_hidden dl{
	overflow: hidden;
}
.recru_list_hidden dl dd{
	float: left;
	width: 12.5%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	height: 80px;
	line-height: 80px;
}
.recru_list_show{
	border-top: 1px solid #e8edf5;
	display: none;
}
.rls_button{
	border-top: 1px solid #e8edf5;
}
.recru_list_hidden dl dd p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.rls_con{
	margin: 0 30px 40px;
}
.rls_title{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-top: 40px;
}
.rls_info{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
}
.recru_list{
	
}
.recru_list ul li{
	background-color: #f3f6fa;
	margin-bottom: 1px;
}
.recru_list ul li:nth-child(even){
	background-color: #e7edf5;
}
.recru_list ul li:nth-child(even) .recru_list_show{
	border-top: 1px solid #d7e0ee;
}
.recru_list ul li:nth-child(even) .rls_button{
	border-top: 1px solid #d7e0ee;
}
.rls_bcon{
	display: inline-block;
	margin: 30px 30px;
	height: 40px;
	line-height: 40px;
	background-color: #154A9A;
	width: 130px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	
	transition-duration: .8s;
}
.recru_list ul li:nth-child(even) .rls_bcon:hover{
	border: 3px solid #7392c2;
	transition-duration: .8s;
}
.recru_list ul li:nth-child(odd) .rls_bcon:hover{
	border: 3px solid #7392c2;
	transition-duration: .8s;
}
.recru_list ul li:nth-child(even) .rls_bcon{
	border: 3px solid #e7edf5;
}
.recru_list ul li:nth-child(odd) .rls_bcon{
	border: 3px solid #f3f6fa;
}
.myAppointment_text{
	overflow: hidden;
}
.myAppointment_text b{
	display: block;
	color: #e20000;
	float: left;
}
.myAppointment_text h3{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	float: left;
}
.myAppointment_text p{
	font-size: 18px;
	color: #999999;
}
.myAppointment ul{
	overflow: hidden;
}
.myAppointment ul li{
    height: 88px;
	margin-top: 40px;
	float: left;
	width: 33.3%;
}
.myAppointment_input{
	width: 94%;
	border: 1px solid #eeeeee;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
}
.myAppointment_input input{
	display: block;
	border: none;
	background: none;
	padding: 0 15px;
	outline: none;
	width: 90%;
	height: 100%;
	line-height: 100%;
	font-size: 16px;
	color: #333;
}
.myAppointment_input select{
	display: block;
	width: 100%;
	padding: 0 15px;
	height: 100%;
	line-height: 100%;
	outline: none;
	border: none;
	font-size: 16px;
	color: #333;
}
.myAppointment_input select option{
	font-size: 16px;
	color: #333;
}
.myAppointment_input input::-webkit-input-placeholder{
    color: #666666;
}
.myAppointment_input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #666666;
}
.myAppointment_input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #666666;
}
.myAppointment_input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #666666;
}
.CV_upload{
	margin-top: 40px;
}
.my_introduction{
	margin-top: 40px;
}
.myintro_textarea{
	border: 1px solid #eeeeee;
	width: 98%;
	height: 400px;
	margin-top: 20px;
}
.myintro_textarea textarea{
	display: block;
	width: 95%;
	height: 100%;
	font-size: 16px;
	color: #333;
	resize: none;
	background: none;
	border: none;
	padding: 20px 20px;
	outline: none;
	font-family: "微软雅黑";
}
.CV_input{
	margin-top: 20px;
	position: relative;
}
.CV_input a{
	display: inline-block;
	background-color: #154A9A;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.CV_input input{
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.myintro_textarea textarea::-webkit-input-placeholder{
    color: #666666;
}
.myintro_textarea textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #666666;
}
.myintro_textarea textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #666666;
}
.myintro_textarea textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #666666;
}
.my_appointment_button{
	text-align: center;
	margin: 0 auto;
	padding-top: 60px;
}
.my_appointment_button a{
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	background-color: #154A9A;
	font-size: 18px;
	color: #fff;
}


/* 自适应 */
@media only screen and (max-width: 1600px){
	.recru_title h2{
		font-size: 30px;
	}
	.myAppointment_text p{
		font-size: 16px;
	}
	.myAppointment_text h3{
		font-size: 16px;
	}
	.myAppointment_input select{
		font-size: 14px;
	}
	.myAppointment_input input{
		font-size: 14px;
	}
	.myAppointment_input{
		height: 45px;
		line-height: 45px;
	}
	.myAppointment ul li{
		margin-top: 30px;
	}
	.CV_upload{
		margin-top: 30px;
	}
	.my_introduction{
		margin-top: 30px;
	}
	.myintro_textarea textarea{
		font-size: 14px;
	}
	.recru_canshu ul li{
		font-size: 14px;
	}
	.recru_list_hidden dl dd{
		font-size: 14px;
	}
	.recru_label ul li select{
		font-size: 14px;
	}
	.rls_title{
		font-size: 14px;
	}
	.rls_info{
		font-size: 14px;
	}
}

@media only screen and (max-width: 1400px){
	.recru_title h2{
		font-size: 26px;
	}
	.recru_con{
		padding: 40px 0;
	}
}