.banner {
	margin-top: 120px;
	width: 100%;
	height: 0;
	padding-bottom: 20.5%;
	background-image: url("./banner.png")
}

.about-us-con {
	overflow: hidden
}

.about-us-con>h3 {
	font-size: 36px;
	color: #094397;
	line-height: 1.3em;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 3%;
	font-family: impact;
	text-transform: uppercase;
	font-weight: normal
}

.about-us-con>p {
	color: #d5d5d5;
	font-size: 14px;
	margin-bottom: 3%;
	text-align: center
}

.contact-row {
	overflow: hidden
}

.contact-l {
	margin: 0 10%
}

.contact-l h1 {
	font-size: 28px;
	width: 100%
}

.contact-l .clear {
	width: 100%;
	float: left
}

.contact-l .clear li {
	float: left;
	width: 50%
}

.contact-l .mes {
	padding: 10px 0;
	margin: 20px
}

.contact-l .about .mes {
	position: relative;
	margin: 0;
	font-size: 18px
}

.contactInfo .mes {
	padding: 20px 0;
	padding-left: 60px !important
}

.contact-l .about .mes h2 {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #084d9a;
	border-radius: 40px;
	top: 10px;
	left: 0;
	font-size: 30px
}

.contact-l .mes label {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300
}

.contact-l .mes-tel {
	font-size: 20px
}

.mes-tel input {
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #333;
	padding: 5px 20px
}

.mes-tel textarea {
	width: 100%;
	height: 120px;
	background: transparent;
	border: 1px solid #333;
	padding: 5px 20px
}

.start-t {
	font-size: 18px
}

.contact-time {
	margin-bottom: 4%
}

.contact-form {
	width: 100%;
	height: 100%;
	align-items: center
}

.form-sub {
	width: 90%;
	text-align: center
}

.form-sub>div {
	padding: 20px 9px;
	margin-bottom: 2%;
	position: relative
}

.form-sub>div>label {
	color: #4f4f4f
}

.form-sub>div>input {
	background-color: transparent;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	-webkit-appearance: none;
	outline: 0;
	border: 0;
	color: #4f4f4f;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 80px;
	bottom: 0;
	width: calc(100% - 80px)
}

.form-sub>div:first-child>input {
	left: 100px
}

.form-sub>.note-con {
	height: 60px;
	margin-bottom: 4%;
	height: 78px
}

.remarks {
	width: 90% !important
}

.form-sub>div>textarea {
	background-color: transparent;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	-webkit-appearance: none;
	outline: 0;
	border: 0;
	overflow: hidden;
	resize: none;
	color: #4f4f4f;
	font-size: 16px;
	position: absolute;
	top: 20px;
	left: 80px;
	bottom: 20px;
	width: calc(100% - 80px)
}

#commitmessage {
	height: 48px;
	line-height: 48px;
	background-color: #e70415;
	color: #fff;
	text-align: center;
	border: 0;
	padding: 0 20px;
	cursor: pointer
}
.message{
	padding-left: 30px;
	padding-top:25px;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	border: 1px solid #fff !important;
	text-fill-color: #4f4f4f;
	-webkit-text-fill-color: #4f4f4f
}

@media screen and (max-width:900px) {
	.contact-l h1 {
		font-size: 18px !important
	}

	.contact-l .clear li {
		width: 100% !important
	}

	.contact-l .mes label {
		font-size: 12px !important
	}

	.contact-l .mes-tel {
		font-size: 16px !important
	}

	.contact-l {
		position: relative
	}

	.about-us-con {
		padding: 0
	}

	.about-us-con>h3 {
		font-size: 20px;
		margin-top: 1em
	}

	.contact-info {
		font-size: 16px
	}

	.contact-add {
		margin-bottom: 6%
	}

	.form-sub>.note-con {
		height: 68px
	}

	#commit {
		height: 32px;
		line-height: 32px;
		font-size: 14px
	}
}