.header-title .line .contact{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-title .line .contact p{
	float: left;
}
.header-title .line .contacter{
	background-color: #fff;
}
.header-title .line .email{
	background-color: #fff;
}
/*列表*/
.recruit-container{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.recruit-container li{
	float: left;
}
.recruit-container li.poster{
	height: 100%;
	border: 1px solid #959595;
	position: relative;
}
.recruit-container li.poster:last-child{
	margin-right: 0;
}
.recruit-container li.poster.job-0{
	background-image: url(../images/recruit/01-1.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
}
.recruit-container li.poster.job-1{
	background-image: url(../images/recruit/02-1.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
}
.recruit-container li.poster.job-2{
	background-image: url(../images/recruit/03-1.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
}
.recruit-container li.poster.job-3{
	background-image: url(../images/recruit/04-1.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
}
.recruit-container li.poster h3{
	font-weight: bold;
	color: #4e4e4e;
}
.recruit-container li.poster a > p{
	color: #404040;
	border-bottom: 1px solid #aaaaaa;
}
.recruit-container li.poster button{
	position: absolute;
	display: block;
	background-color: #fff;
	border: 1px solid #4e4e4e;
	cursor: pointer;
}
/*详情*/
.recruit-container .details{
	width: 0;
	background-color: #f8f6f6;
	color: #404040;
	overflow: hidden;
	transition: all 0.3s ease;
	position: absolute;
	top: 1px;
	opacity: 0;
	z-index: 2;
}
.recruit-container .details > div{
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}

.recruit-container .details > div > div{
	width: 100%;
	height: 100%;
	overflow: auto;
}

.recruit-container .details p span{
	display: inline-block;
	border-left: 4px solid #959595;
	margin-bottom: 10px;
}
.recruit-container .details a{
	display: block;
	position: absolute;
	color: #4e4e4e;
	background-color: #f8f6f6;
	border: 1px solid #4e4e4e;
	cursor: pointer;
}

.recruit-container .details a:hover{
	background-color: #4e4e4e;
	color: #fff;
}

/*鼠标移入*/
.recruit-container .poster:hover button{
	background-color: #4e4e4e;
	color: #fff;
}
.recruit-container .poster.on{
	background-color: #f8f6f6;
}
.recruit-container .poster.on.job-0{
	background-image: url(../images/recruit/01-2.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
}
.recruit-container .poster.on.job-1{
	background-image: url(../images/recruit/02-2.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
}
.recruit-container .poster.on.job-2{
	background-image: url(../images/recruit/03-2.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
}
.recruit-container .poster.on.job-3{
	background-image: url(../images/recruit/04-2.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center top;
}
.recruit-container .poster.on button{
	background-color: #4e4e4e;
	color: #fff;
}
.recruit-container .poster.on .details{
	border: 1px solid #959595;
	opacity: 1;
}

/*表单弹框*/
.mask{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 10000;
}
.form-group{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 492px;
	height: 458px;
	background-color: #fff;
	margin-left: -246px;
	margin-top: -229px;
}
.form-header{
	width: 100%;
	height: 54px;
	background-color: #f8f6f6;
	padding-left: 48px;
	position: relative;
}
.form-header h2{
	font-size: 18px;
	line-height: 54px;
	color: #4e4e4e;
}
.form-header i{
	position: absolute;
	right: 12px;
	top: 12px;
	width: 29px;
	height: 29px;
	border: 1px solid #4e4e4e;
	border-radius: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}
.form-header i::after, .form-header i::before{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #4e4e4e;
}
.form-header i::after{
	width: 1px;
	height: 15px;
}
.form-header i::before{
	width: 15px;
	height: 1px;
}

.input-group{
	padding: 40px 47px;
}

.input-group li{
	width: 100%;
	height: 34px;
	padding-left: 80px;
	font-size: 16px;
	line-height: 34px;
	color: #4e4e4e;
	position: relative;
	text-align: justify;
	text-align-last: justify;
}
.input-group li:not(:last-child){
	margin-bottom: 20px;
}
.input-group li label{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 80px;
	height: 34px;
	padding-right: 10px;
}
.input-group li input{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	border: 1px solid #eee;
}
.input-group li input:focus{
	border: 1px solid #4e4e4e;
}
.input-group li span{
	position: absolute;
	left: 80px;
	top: 100%;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #f51414;
}

.submit-group{
	width: 100%;
	height: 34px;
	padding-right: 48px;
	text-align: right;
}
.submit-group button{
	display: inline-block;
	width: 99px;
	height: 34px;
	background-color: #fff;
	outline: none;
	border: 1px solid #4e4e4e;
	color: #4e4e4e;
	font-size: 16px;
	line-height: 34px;
	cursor: pointer;
}

.header-title .line .contact{
	right: 25px;
}
.header-title .line .contacter{
	line-height: 25px;
	padding-left: 44px;
	padding-right: 16px;
	background-image: url(../images/recruit/1.png);
	background-repeat: no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	background-position: 10px 0;
}
.header-title .line .email{
	line-height: 25px;
	padding-left: 30px;
	padding-right: 10px;
	background-image: url(../images/recruit/2.png);
	background-repeat: no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	background-position: 0 0;
}
/*列表*/
.recruit-container{
	width: 1221px;
	height: 626px;
	margin-bottom: 40px;
}
.recruit-container li.poster{
	width: 270px;
	padding: 0 38px;
	padding-top: 335px;
	margin-right: 47px;
}
.recruit-container li.poster h3{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.recruit-container li.poster a > p{
	font-size: 16px;
	line-height: 28px;
}
.recruit-container li.poster button{
	left: 38px;
	bottom: 50px;
	font-size: 16px;
	padding: 4px 16px;
	margin-top: 33px;
}
/*详情*/
.recruit-container .details{
	height: 626px;
	font-size: 18px;
	line-height: 18px;
	top: -1px;
}
.recruit-container .details > div{
	padding: 50px 65px;
	padding-bottom: 95px;
}
.recruit-container .details p{
	margin-bottom: 8px;
	line-height: 32px;
}
.recruit-container .details p span{
	padding-left: 10px;
	border-left: 4px solid #959595;
	margin-right: 7px;
	line-height: 18px;
}
.recruit-container .details h4{
	margin-bottom: 12px;
}
.recruit-container .details ol{
	margin-bottom: 20px;
}
.recruit-container .details ol li{
	line-height: 35px;
}
.recruit-container .details a{
	right: 65px;
	bottom: 50px;
	font-size: 16px;
	padding: 8px 27px;
}
/*鼠标移入*/
.recruit-container .poster.on .details{
	width: 587px;
	padding: 10px;
	margin-right: 47px;
}

/*screen from 1280 to 1440....................................................................................................*/
@media screen and (min-width: 1275px) and (max-width: 1440px){
	.header-title .line .contact{
		right: 23px;
	}
	.header-title .line .contacter{
		line-height: 17px;
		padding-left: 29px;
		padding-right: 10px;
		background-image: url(../images/recruit/1.png);
		background-repeat: no-repeat;
		-webkit-background-size: 17px 17px;
		background-size: 17px 17px;
		background-position: 8px 0;
	}
	.header-title .line .email{
		line-height: 17px;
		padding-left: 21px;
		padding-right: 6px;
		background-image: url(../images/recruit/2.png);
		background-repeat: no-repeat;
		-webkit-background-size: 17px 17px;
		background-size: 17px 17px;
		background-position: 0 0;
	}
	/*列表*/
	.recruit-container{
		width: 810px;
		height: 418px;
		margin-bottom: 40px;
	}
	.recruit-container li.poster{
		width: 180px;
		padding: 0 25px;
		padding-top: 224px;
		margin-right: 30px; 
	}
	.recruit-container li.poster h3{
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 11px;
	}
	.recruit-container li.poster a > p{
		font-size: 12px;
		line-height: 24px;
	}
	.recruit-container li.poster button{
		left: 25px;
		bottom: 20px;
		font-size: 12px;
		padding: 5px 10px;
		margin-top: 20px;
	}
	/*详情*/
	.recruit-container .details{
		height: 418px;
		font-size: 12px;
		line-height: 12px;
		top: -1px;
	}
	.recruit-container .details > div{
		padding: 28px 38px;
		padding-bottom: 50px;
	}
	.recruit-container .details p{
		margin-bottom: 10px;
		line-height: 20px;
	}
	.recruit-container .details p span{
		padding-left: 5px;
		border-left: 2px solid #959595;
		margin-right: 5px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.recruit-container .details h4{
		margin-bottom: 18px;
	}
	.recruit-container .details ol{
		display: block;
		width: 100%;
		/*min-height: 230px;*/
		margin-bottom: 25px;
	}
	.recruit-container .details ol li{
		line-height: 22px;
	}
	.recruit-container .details a{
		right: 25px;
		bottom: 20px;
		font-size: 12px;
		padding: 5px 10px;
	}
	/*鼠标移入*/
	.recruit-container .poster.on .details{
		width: 390px;
		padding: 4px;
		margin-right: 30px;
	}
}

/*screen from 1280 to 1440....................................................................................................*/
@media screen and (min-width: 1440px) and (max-width: 1680px){
	.header-title .line .contact{
		right: 26px;
	}
	.header-title .line .contacter{
		line-height: 19px;
		padding-left: 32px;
		padding-right: 12px;
		background-image: url(../images/recruit/1.png);
		background-repeat: no-repeat;
		-webkit-background-size: 19px 19px;
		background-size: 19px 19px;
		background-position: 10px 0;
	}
	.header-title .line .email{
		line-height: 19px;
		padding-left: 23px;
		padding-right: 8px;
		background-image: url(../images/recruit/2.png);
		background-repeat: no-repeat;
		-webkit-background-size: 19px 19px;
		background-size: 19px 19px;
		background-position: 0 0;
	}
	/*列表*/
	.recruit-container{
		width: 914px;
		height: 469px;
		margin-bottom: 40px;
	}
	.recruit-container li.poster{
		width: 203px;
		padding: 0 28px;
		padding-top: 251px;
		margin-right: 34px; 
	}
	.recruit-container li.poster h3{
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 18px;
	}
	.recruit-container li.poster a > p{
		font-size: 12px;
		line-height: 28px;
	}
	.recruit-container li.poster button{
		left: 28px;
		bottom: 20px;
		font-size: 12px;
		padding: 6px 13px;
		margin-top: 25px;
	}
	/*详情*/
	.recruit-container .details{
		height: 469px;
		font-size: 12px;
		line-height: 12px;
		top: -1px;
	}
	.recruit-container .details > div{
		padding: 32px 44px;
		padding-bottom: 50px;
	}
	.recruit-container .details p{
		margin-bottom: 16px;
		line-height: 20px;
	}
	.recruit-container .details p span{
		padding-left: 7px;
		border-left: 2px solid #959595;
		margin-right: 12px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.recruit-container .details h4{
		margin-bottom: 20px;
	}
	.recruit-container .details ol{
		display: block;
		width: 100%;
		/*min-height: 230px;*/
		margin-bottom: 34px;
	}
	.recruit-container .details ol li{
		line-height: 24px;
	}
	.recruit-container .details a{
		right: 44px;
		bottom: 20px;
		font-size: 12px;
		padding: 6px 13px;
	}
	/*鼠标移入*/
	.recruit-container .poster.on .details{
		width: 440px;
		padding: 4px;
		margin-right: 34px;
	}
}

/*footer*/
.copyright{
	height: 60px;
}
.copyright ul{
	width: 1200px;
}
.copyright ul li{
	font-size: 16px;
	line-height: 60px;
}
.copyright ul li a{
	font-size: 16px;
	line-height: 60px;
}
.copyright ul li:not(:last-child){
	margin-right: 70px;
}

/*copyright*/
.copyright{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f8f6f6;
}
.copyright ul{
	margin: 0 auto;
}
.copyright ul li{
	float: left;
	color: #959595;
}
.copyright ul li a{
	color: #959595;
}

.copyright{
	height: 40px;
}
.copyright ul{
	width: 900px;
}
.copyright ul li{
	font-size: 12px;
	line-height: 40px;
}
.copyright ul li a{
	font-size: 12px;
	line-height: 40px;
}
.copyright ul li:not(:last-child){
	margin-right: 50px;
}
