.concat-banner {
	height: 6rem;
	background: url("../jpg/banner.jpg") no-repeat center 100%;
}

.concat-tainer {
	font-size: 0.16rem;
	padding: 0.60rem 0 1rem 0;
	color: #666666;
	background: url("../jpg/bg.jpg") no-repeat center 100%;
}

.concat-tainer .title,
.concat-tainer .trial {
	text-align: center;
	vertical-align: top;
}

.concat-tainer .title {
	font-size: 0.28rem;
	font-weight: 7rem;
	color: #333333;
	line-height: 0.36rem;
}

.concat-tainer .trial {
	margin-top: 0.18rem;
	font-size: 0.14rem;
	color: #888888;
	font-weight: 4rem;
	line-height: 0.18rem;
}

.concat-tainer .formbox {
	margin-top: 0.42rem;
	width: 100%;
	border: 2px solid #eee;
	background-color: #FFFFFF;
	padding: 0.5rem 1rem 0.5rem 0.7rem;
	border-radius: 0.08rem;
	box-shadow: 0px 4px 20px rgba(74, 113, 107, 0.2);
}
.cont {
	width: 6.88rem;
	padding-right: 0.7rem;
}

.form-control {
	width: 100%;
	display: flex;
}

.form-control div {
	width: 50%;
}

.form-control div:first-child {
	margin-right: 0.28rem;
}

.form-control label {
	display: block;
	margin-bottom: 0.13rem;
}

.form-control input {
	width: 100%;
	border: 2px solid #f0f0f0;
	padding: 0.11rem;
}

.column {
	display: flex;
	flex-direction: column;
}

.form-control textarea {
	width: 100%;
	border: 2px solid #f0f0f0;
}

.mt-28 {
	margin-top: 0.28rem;
}

.cont button {
	margin-top: 0.40rem;
	width: 1.64rem;
	height: 0.44rem;
	border: none;
	border-radius: 0.06rem;
	background: #03B09A;
	color: #FFFFFF;
	font-size: 0.16rem;
	padding: 0.11rem 0;
	text-align: center;
}

.cont .line {
	width: 2px;
	height: 100%;
	background-color: aliceblue;
}

.Info {
	flex: 1;
	border-left: 1px solid #eee;
	padding-left: 1rem;
}

.Info div {
	position: relative;
	font-size: 0.16rem;
}

.advisory .Info-Img {
	width: 0.38rem;
	height: 0.35rem;
	display: inline-block;
}

.advisory div .text {
	margin-left: 0.17rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.advisory .phone {
	margin-top: 0.14rem;
	font-size: 0.28rem;
	font-weight: 4rem;
	color: #222222;
}

.phoneImg {
	background: url("../png/phone.png") no-repeat;
	background-size: 100%;
}

.emailImg {
	background: url("../png/email.png") no-repeat;
	background-size: 100%;
}

.addressImg {
	background: url("../png/gps.png") no-repeat;
	background-size: 100%;
}

.advisory .desc {
	margin-top: 0.19rem;
}

.mt-40 {
	margin-top: 0.4rem;
}

.advisory .address {
	margin-top: 0.19rem;
	font-size: 0.18rem;
	vertical-align: top;
}

label.req::before {
	content: '*';
	color: red;
	font-size: 13px;
	font-weight: 600;
	margin-right: 5px;
}
/* (min-width: 750px) and  */
@media (max-width: 1250px) {
	.formbox {
		flex-direction: column;
		padding: 0.5rem !important;
	}

	.cont {
		width: 100%;
		padding: 0;
	}

	.cont button {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 2.5rem;
	}

	.Info {
		border-left: none;
		margin-top: 0.7rem;
		padding: 0;
	}

	.advisory .phone {
		display: flex;
		flex-wrap: wrap;
	}

	.advisory .phone p {
		width: 33.3%;
	}


}

@media screen and (max-width: 550px) {
	.formbox {
		padding: 0.3rem !important;
	}

	.form-control {
		width: 100%;
		display: flex;
		flex-direction: column;
		font-size: 12px;
		/* background-color: blanchedalmond; */
	}

	.form-control div {
		width: 100%;
		margin-top: 0.20rem;
	}

	.mt-28 {
		margin: 0 !important;
	}

	.column {
		margin-top: 0.20rem !important;
	}

	.cont button {
		width: 85%;
		height: 44px;
		border: none;
		border-radius: 0.06rem;
		background: #03B09A;
		color: #FFFFFF;
		font-size: 16px;
		padding: 0.11rem 0;
		text-align: center;
	}

	.Info div {
		font-size: 12px;
	}
}
