.contact {
	position: relative
}

.contact .map {
	height: 44rem
}

.contact .info {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 91, 172, 0.7);
	color: #fff;
	width: 100%;
	padding-top: 1.88rem;
	padding-bottom: 2.81rem
}

.contact .info .tit {
	padding-bottom: 1.56rem
}

.message .tit {
	border-left: 6px solid #a1c025;
	padding-left: 1.63rem;
	margin-top: 3.75rem
}

.message .tit .cn {
	font-size: 2.5rem;
	line-height: 2.94rem;
	font-weight: bold;
	color: #414141
}

.message .tit .en {
	font-size: 2.4rem;
	line-height: 2.75rem;
	color: #a1c025;
	padding-top: .5rem;
	font-family: arial;
}

.message .intro {
	font-size: 1.13rem;
	color: #5e5e5e;
	padding-top: 2rem;
	padding-bottom: 2.81rem
}

.message input[type='text'] {
	width: 100%;
	height: 3.88rem;
	line-height: 3.88rem;
	border: 1px solid #898989;
	margin-bottom: 1.63rem;
	padding-left: .63rem
}

.message input[type='checkbox'] {
	margin-left: 1.25rem;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem
}

.message .title {
	font-size: 1.25rem;
	font-weight: bold;
	color: #3c3b3b;
	padding-top: 2.88rem;
	padding-bottom: 1.63rem
}

.message .ck {
	font-size: 1.25rem;
	color: #3c3b3b
}

.message textarea {
	width: 100%;
	height: 13.13rem;
	padding: .63rem;
	border: 1px solid #898989
}

.message .sub {
	display: block;
	width: 17.38rem;
	line-height: 4rem;
	text-align: center;
	border: 2px solid #a1c025;
	color: #a1c025;
	font-size: 1.56rem;
	margin-top: 1.88rem;
	margin-bottom: 6.25rem
}

@media(max-width: 768px){
	.contact .map {
		height: 26rem
	}
	
	.contact .info {
		position: static;
		padding-top: 1rem;
		padding-bottom: 2rem
	}
	
	.contact .info .tit {
		padding-bottom: 1rem
	}
	
	.message .tit {
		border-left: 6px solid #a1c025;
		padding-left: 1.63rem;
		margin-top: 1.75rem
	}
	
	.message .tit .cn {
		font-size: 1.94rem;
		line-height: 1.94rem;
	}
	
	.message .tit .en {
		font-size: 1.75rem;
		line-height: 1.75rem;
	}
	
	.message .intro {
		font-size: 1rem;
		padding-top: 1rem;
		padding-bottom: 1.81rem
	}
	
	.message input[type='text'] {
		width: 100%;
		height: 2.88rem;
		line-height: 2.88rem;
		margin-bottom: .63rem;
		padding-left: .63rem
	}
	
	.message input[type='checkbox'] {
		margin-left: 1rem;
		width: 0.8rem;
		height: 0.8rem
	}
	
	.message .title {
		font-size: 1rem;
		padding-top: 1.6rem;
		padding-bottom: 1rem
	}
	
	.message .ck {
		font-size: 1rem;
	}
	
	.message textarea {
		height: 8rem;
		padding: .63rem;
		border: 1px solid #898989
	}
	
	.message .sub {
		display: block;
		width: 10rem;
		height: 2.2rem;
		line-height: 2.2rem;
		border: 1px solid #a1c025;
		font-size: 1.2rem;
		margin: 0 auto;
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
}