.banner {
	width: 100%;
}
.banner img {
	display: block;
	width: 100%;
	height: 20.78vw;
}
/*主营业务导航路径*/
.box-recruit {
    margin: 0 auto;
    font-size: 0.16rem;
}
.box-recruit .nav-route {
	/*height: 0.78rem;*/
	/*line-height: 0.78rem;*/
	line-height: 0.48rem;
	color: #666;
}
.box-recruit h2 {
	height: 0.32rem;
	/*margin-bottom: 4.1vw;*/
	margin-bottom: 2vw;
	line-height: 0.32rem;
	font-weight: bold;
	text-align: center;
	font-size: 0.3rem;
}


@media screen and (min-width: 1024px) {
	.box-recruit {
		width: 62.5%;
	}
	.resume {
		width: 80%;
		margin: 0 auto;
	}
	.resume-item {
		display: flex;
		justify-content: space-between;
	}
	.resume-item .resume-box {
		display: flex;
		align-items: center;
		height: 0.32rem;
		margin-bottom: 0.3rem;
	}
	.resume-pc .resume-item:nth-child(6) .resume-box {
		margin: 0;
	}
	.resume-box .input-box {
		width: 2.17rem;
		height: 0.32rem;
		padding: 0 0.1rem;
		background-color: #e6e6e6;
	}
	.resume-item .resume-box span {
		display: block;
		width: 1.36rem;
		text-align: right;
	}
	.resume-item .resume-box input[type='text'] {
		display: block;
		border: none;
		width: 100%;
		height: 100%;
		background-color: #e6e6e6;
		font-size: 0.18rem;
	}
	.resume-box .radio-box {
		display: flex;
		align-items: center;
		width: 2.37rem;
		height: 0.32rem;
	}
	.resume-item .resume-box label {
		display: block;
		display: flex;
		align-items: center;
		margin-right: 0.36rem;
		cursor: pointer;
	}
	.resume-item .resume-box label i {
		display: block;
		width: 0.12rem;
		height: 0.12rem;
		border-radius: 50%;
		background-color: #a6a6a6;
		margin-right: 0.1rem;
	}
	.resume-item .resume-box .radio-check i {
		background-color: #299fcc;
	}
	.resume-item .resume-box input[type='radio'] {
		display: none;
		width: 0.2rem;
	  	height: 0.2rem;
	}
	
	
	.resume-item-two {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 0.3rem;
	}
	.resume-item-two span {
		display: block;
		width: 1.36rem;
		text-align: right;
	}
	.resume-item-two div {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 86%;
		height: 1.6rem;
		background-color: #e6e6e6;
	}
	.resume-item-two div textarea {
		overflow-x: hidden;
		resize: none;
		display: block;
		width: 97%;
		height: 1.5rem;
		line-height: 0.3rem;
		background-color: #e6e6e6;
	}
	.resume-item-two div textarea::-webkit-scrollbar{
		display: none;
	    width: 0;
	    height: 0;
	}
	.resume-apply {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 2.45vw 0 7.7vw;
	}
	.resume-apply div {
		display: flex;
		justify-content: center;
		width: 86%;
	}
	.resume-apply div input[type='button'] {
		display: block;
		border: none;
		width: 2.53rem;
		height: 0.53rem;
		line-height: 0.53rem;
		text-align: center;
		background-color: #336699;
		font-size: 0.3rem;
		color: #fff;
		cursor: pointer;
		cursor: -ms-pointer;
	}
	.resume-apply div input[type='button']:hover {
		background-color: #099cd9;
	}
}
@media screen and (max-width: 1024px) {
	.box-recruit {
		width: 80%;
	}
	
	.resume {
		font-size: 0.24rem;
	}
	.resume-item .resume-box {
		display: flex;
		align-items: center;
		height: 0.64rem;
		margin-bottom: 0.3rem;
	}
	.resume-pc .resume-item:nth-child(6) .resume-box:last-child {
		margin: 0;
	}
	.resume-box .input-box {
		width: 60%;
		height: 0.64rem;
		padding: 0 3%;
		background-color: #e6e6e6;
	}
	.resume-item .resume-box span {
		display: block;
		width: 30%;
		text-align: right;
	}
	.resume-item .resume-box input[type='text'] {
		display: block;
		border: none;
		width: 100%;
		height: 100%;
		background-color: #e6e6e6;
		font-size: 0.24rem;
	}
	.resume-box .radio-box {
		display: flex;
		align-items: center;
		width: 2.37rem;
		height: 0.32rem;
	}
	.resume-item .resume-box label {
		display: block;
		display: flex;
		align-items: center;
		margin-right: 0.36rem;
		cursor: pointer;
	}
	.resume-item .resume-box label i {
		display: block;
		width: 0.12rem;
		height: 0.12rem;
		border-radius: 50%;
		background-color: #a6a6a6;
		margin-right: 0.1rem;
	}
	.resume-item .resume-box .radio-check i {
		background-color: #299fcc;
	}
	.resume-item .resume-box input[type='radio'] {
		display: none;
		width: 0.2rem;
	  	height: 0.2rem;
	}
	
	.resume-item-two {
		display: flex;
		align-items: center;
		/*justify-content: space-between;*/
		margin-top: 0.3rem;
	}
	.resume-item-two span {
		display: block;
		width: 30%;
		text-align: right;
	}
	.resume-item-two div {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 66%;
		height: 2.4rem;
		background-color: #e6e6e6;
	}
	.resume-item-two div textarea {
		overflow-x: hidden;
		resize: none;
		display: block;
		width: 97%;
		height: 2.1rem;
		line-height: 0.3rem;
		background-color: #e6e6e6;
	}
	.resume-item-two div textarea::-webkit-scrollbar{
		display: none;
	    width: 0;
	    height: 0;
	}
	.resume-apply {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding: 2.45vw 0 7.7vw;
	}
	.resume-apply div {
		display: flex;
		justify-content: center;
		width: 72%;
	}
	.resume-apply div input[type='button'] {
		display: block;
		border: none;
		width: 2.53rem;
		height: 0.53rem;
		line-height: 0.53rem;
		text-align: center;
		background-color: #336699;
		font-size: 0.3rem;
		color: #fff;
		cursor: pointer;
		cursor: -ms-pointer;
	}
	.resume-apply div input[type='button']:hover {
		background-color: #099cd9;
	}
}
