.page-apply{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*在线留言*/
.contact-message{
	width: 70%;
	padding-bottom: 70px;
}
.contact-message form.apply-form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-tip{
	margin-bottom: 25px;
	font-size: 15px;
}
.contact-message-item{
	width: 46%;
	margin-left: 8%;
}
.contact-message-full{
	width: 46%;
	margin-left: 8%;
}
.contact-message-item:nth-child(2n+1){
	margin-left: 0;
}
.contact-message-item:first-child{
	margin-left: 0;
}
.apply-form img{
	width: 130px;
	height: 43px;
	margin-left: 10px;
}
.half{
	margin-bottom: 25px;
}
.half-title{
	margin-bottom: 3px;
	font-size: 14px;
}
.half-title span{
	color: #f00;
}
.half input.inputtext{
	background: #f7f7f7;
	padding: 10px 15px;
	color: #666;
	font-family: "SourceHanSansCN-Regular","Helvetica Neue";
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}
.half input.inputtext-part{
	margin-bottom: 10px;
}
/* .half input.inputtext-part:nth-child(3){
	margin-bottom: 0;
} */
.half input.inputtext-part:last-child{
	margin-bottom: 0;
}
.half .select{
	display: inline-block;
	width: 130px;
	position: relative;
	vertical-align: middle;
	padding: 12.5px;
	overflow: hidden;
	background-color: #f7f7f7;
	color: #333;
	border: none;
	margin-left: 18px;
	cursor: pointer;
	margin-right: 5px;
	margin-top: -2px;
	font-family: "SourceHanSansCN-Regular","Helvetica Neue";
}
.half .click{
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
	margin-top: -3px;
}
.half .click span{
	width: 46px;
	height: 46px;
	background: #f7f7f7;
	font-size: 20px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}
.half input.inputtextcode{
	width: 60%;
}
input.inputsubmit{
	background: #009d9e;
	width: 150px;
	height: 45px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-family: "SourceHanSansCN-Regular","Helvetica Neue";
	font-size: 16px;
	border-radius: 5px;
	margin-top: 12px;
}
input.inputsubmit:hover{
	background: #00b7b8;
}
.half .inputtextarea{
	background: #f7f7f7;
	padding: 10px 15px;
	color: #333;
	font-family: "SourceHanSansCN-Regular","Helvetica Neue";
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	border: none;
	resize: none;
	height: 135px;
}
.submit-box{
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
}


.related-products{
	width: 25%;
}
.related-products h5{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 6px;
}
.related-products a{
	display: block;
	width: 100%;
	height: 135px;
	background-color: #eee;
	margin-bottom: 12px;
}




@media screen and (max-width:900px) {
	
	.page-contact{
		
	}
	
	/*在线留言*/
	.contact-message{
		width: 100%;
		padding-bottom: 40px;
	}
	.contact-tip{
		margin-bottom: 15px;
		font-size: 13px;
	}
	.contact-message-item{
		width: 100%;
		margin-left: 0;
	}
	.contact-message-full{
		width: 47%;
		margin-left: 6%;
	}
	.contact-message-item:nth-child(2n+1){
		margin-left: 0;
	}
	.contact-message-item:first-child{
		margin-left: 0;
	}
	.apply-form img{
		width: 110px;
		height: 38px;
		margin-left: 5px;
	}
	.half{
		margin-bottom: 15px;
	}
	.half-title{
		margin-bottom: 3px;
		font-size: 14px;
	}
	.half-title span{
		color: #f00;
	}
	.half input.inputtext{
		background: #f7f7f7;
		padding: 8px 10px;
		color: #666;
		font-family: "SourceHanSansCN-Regular","Helvetica Neue";
		font-size: 13px;
		line-height: 1.5;
		width: 100%;
	}
	.half input.inputtext-part{
		margin-bottom: 10px;
	}
	/* .half input.inputtext-part:nth-child(3){
		margin-bottom: 0;
	} */
	.half input.inputtext-part:last-child{
		margin-bottom: 0;
	}
	.half .select{
		display: inline-block;
		width: 130px;
		position: relative;
		vertical-align: middle;
		padding: 12.5px;
		overflow: hidden;
		background-color: #f7f7f7;
		color: #333;
		border: none;
		margin-left: 18px;
		cursor: pointer;
		margin-right: 5px;
		margin-top: -2px;
		font-family: "SourceHanSansCN-Regular","Helvetica Neue";
	}
	.half .click{
		display: inline-block;
		padding-left: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	.half .click span{
		width: 46px;
		height: 46px;
		background: #f7f7f7;
		font-size: 20px;
		line-height: 46px;
		text-align: center;
		cursor: pointer;
	}
	.half input.inputtextcode{
		width: 50%;
	}
	input.inputsubmit{
		background: #009d9e;
		width: 100px;
		height: 35px;
		text-align: center;
		color: #fff;
		cursor: pointer;
		font-family: "SourceHanSansCN-Regular","Helvetica Neue";
		font-size: 14px;
		border-radius: 5px;
		margin-top: 10px;
	}
	input.inputsubmit:hover{
		background: #00b7b8;
	}
	.half .inputtextarea{
		background: #f7f7f7;
		padding: 10px 15px;
		color: #333;
		font-family: "SourceHanSansCN-Regular","Helvetica Neue";
		font-size: 16px;
		line-height: 1.5;
		width: 100%;
		border: none;
		resize: none;
		height: 135px;
	}
	.submit-box{
		text-align: center;
		padding-top: 5px;
	}
	
	
	.related-products{
		width: 100%;
	}
	.related-products h5{
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 6px;
	}
	.related-products a{
		display: block;
		width: 100%;
		height: auto;
		background-color: #eee;
		margin-bottom: 10px;
	}
	
	
}


