body {
	height: auto;
}

a {
	color: #2f3538;
}

.top-banner {
	position: relative;
	margin-top: 80px;
	background-image: url(../images/contact_us.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 10%;
}

.top-banner h1 {
	text-align: left;
	position: absolute;
	left: 60%;
	display: inline-block;
	width: auto !important;
}

.top-banner span {
	text-align: left;
	line-height: 26px;
	display: inline-block !important;
}

@media screen and (max-width:1200px) {
	.top-banner h1 {
		font-size: 20px;
	}
	.top-banner span {
		font-size: 16px;
	}
}

.contact_us_content_main {
	width: 1200px;
	margin: 30px auto;
}

.contact_us_content_main_left {
	display: inline-block;
	width: 600px;
	border-right: 2px solid #5e6366;
}

.contact_us_content_main_left h4 {
	margin: 60px 0;
	margin-bottom: 40px;
	font-size: 24px;
	color: #2f3538;
}

input[type="radio"]+label::before {
	content: "\a0";
	/*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	border-radius: 50%;
	border: 1px solid #55C3E8;
	text-indent: 10px;
	line-height: 1;
}

input[type="radio"]:checked+label::before {
	background-color: #55C3E8;
	background-clip: content-box;
	padding: 4px;
}

input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.fillOut {
	margin-left: 10px;
	width: 250px;
	font-size: 14px;
	padding: 6px;
	outline: none;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.fillOutCode{
	margin-left: 8px;
	width: 187px;
}
.contact_us_content_main_left label {
	font-size: 14px;
}

.test2 {
	margin: 0 20px;
}

.test1 {
	margin-left: 120px;
}

.textarea {
	width: 500px;
	height: 260px;
	padding: 10px;
	font-size: 16px;
	max-width: 500px;
	max-height: 260px;
	resize: none;
	margin-top: 20px;
	border: 2px solid #5e6366;
}

.submit {
	font-size: 18px;
	background: #55C3E8;
	border-radius: 10px;
	padding: 10px 20px;
	color: #fff;
	margin: 48px 130px;
}

.contact_us_content_main_right {
	display: inline-block;
	width: 580px;
	padding: 0 30px;
	vertical-align: top;
}

.contact_us_content_main_right h4 {
	margin: 60px 0;
	margin-bottom: 40px;
	font-size: 24px;
	color: #2f3538;
	font-weight: 700;
}

.contact_us_content_main_right h6 {
	margin: 20px 0;
	margin-top: 40px;
	font-size: 20px;
	color: #2f3538;
}

.contact_us_content_main_right p {
	margin: 10px 0;
	font-size: 16px;
	color: #2f3538;
}
#code{
	background: #55C3E8;
    color: #fff;
    padding: 8px 6px;
    width: 60px;
}


@media screen and (max-width: 800px) {
	.contact_us_content_main {
		width: 100%;
		padding: 0 20px;
		margin: 0;
	}
	.contact_us_content_main_right {
		display: none;
	}
	.contact_us_content_main_left {
		border-right: none;
	}
	.contact_us_content_main_left {
		width: 100%;
	}
	.textarea {
		width: 100%;
	}
	.submit {
		margin: 2rem 0;
		margin-left: 37%;
	}
	.contact_us_content_main_left h4 {
		font-weight: 700;
		font-size: 18px;
		color: #2f3538;
	}
	.top-banner {
		height: 16rem;
	}
	.top-banner h1 {
		left: 16%;
		top: 16%;
	}
	.fillOut{
		width: 216px;
	}
	.fillOutCode{
		width: 152px !important;
	}
}

