body {
	background-color: #fafafa !important;
}

.service .service-banner {
	margin-bottom: 20px;
}

.service-banner img {
	width: 100%;
	height: auto;
}

.contact-us {
	padding-bottom: 30px;
	background-color: #fff;
}

.contact-us p {
	/* word-break: break-all;
	word-wrap: break-word; */
}

.contact-us p span {
	text-wrap: wrap !important;
}

.contact-top {
	text-align: center;
	font-weight: bold;
	margin-top: 28px;
	font-size: 32px;
	color: #000;
}

.contact-top .about-logo img {
	width: 790px;
	height: auto;
	max-width: 100%;
}

.contact-top .step2 {
	font-size: 27px;
	font-weight: 400;
	font-style: italic;
}

.contact-top .step3 {
	margin-top: 25px;
	text-align: left;
	/* font-size: ; */
}

.contact-us .content {
	font-size: 18px;
	/* color: #000; */
	color: #727272;
	line-height: 32px;
}

.contact-us .content1 {
	margin-top: 12px;
}

.contact-us .imgs1 {
	margin-top: 25px;
}

.contact-us .imgs1-item {
	/* width: calc(100% / 4); */
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 0 35px;
}

.contact-us .imgs1-item img {
	width: 160px;
	height: auto;
}

.contact-us .imgs1-item span {
	font-size: 16px;
	color: #000;
}

.contact-us .content2 {
	margin-top: 50px;
}

.contact-us .img2 {
	margin-top: 50px;
	padding: 0 35px;
}

.contact-us .img2-title {
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: -10px;
	text-align: center;
	position: relative;
	z-index: 3;
}

.contact-us .img2-row {
	margin-bottom: 80px;
}

.contact-us .img2-list {
	display: flex;
	flex-direction: row;
}

.contact-us .img2-list img {
	width: 100%;
	height: auto;
}

.contact-us .img2-item {
	width: calc(100% / 6);
	padding: 0 10px;
}

.contact-us .img2-list2 {
	padding: 0 20px;
}

.contact-us .img2-item2 {
	width: calc(100% / 6);
	margin-bottom: -45px;
	padding: 0 10px;
}

.contact-us .img2-item2 img {
	width: 100%;
	height: auto;
}

.contact-us .img2-title2 {
	margin-bottom: -20px !important;
}

.contact-us .form {
	margin-top: 50px;
	padding: 0 35px;
}
.contact-us .form-title {
	font-size: 32px;
	color: #000;
	font-weight: bold;
}
.contact-us .form-subtitle {
	font-size: 17.5px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 12px;
}
.contact-us .form {
	margin-bottom: 20px;
}
.contact-us .form-list {
	padding: 0 30px;
}
.contact-us .form-name {
	font-size: 14px;
	line-height: 36px;
}
.form-item .must span::after {
	content: "*";
	color: #ff3535;
	font-weight: bold;
}
.contact-us .form-val input {
	width: 100%;
	height: 30px;
	outline: none;
	border: 1px solid #000;
	border-radius: 8px;
	padding: 0 15px;
	font-size: 14px;
	box-sizing: border-box;
}
.contact-us .form-val textarea {
	width: 100%;
	height: 70px;
	border-radius: 8px;
	font-size: 14px;
	outline: none;
	border: 1px solid #000;
	padding: 10px 15px;
	box-sizing: border-box;
}

.contact-us .submit {
	width: 350px;
	height: 45px;
	background: #656DE6;
	margin: 45px auto 0;
	cursor: pointer;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	user-select: none;
}
.contact-us .submit:active {
	opacity: .8;
}

.contact-us .contactus {
	margin-top: 80px;
}
.contact-us .contactus-title {
	font-size: 32px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.contact-us .contactus-subtitle {
	font-size: 17.5px;
	color: #545454;
	margin-top: 5px;
	margin-bottom: 12px;
	text-align: center;
}
.contact-us .contactus-list {
	padding: 0 6%;
	justify-content: center;
	margin-top: 15px;
}
.contact-us .contactus-item {
	width: calc(100% / 3);
	/* padding: 0 65px; */
	text-align: center;
	font-size: 12px;
}
.contact-us .contactus-item img {
	width: 50%;
	height: auto;
	margin: auto;
}
.contact-us .contactus-name {
	color: #000;
	margin-top: -12px;
}
.contact-us .contactus-desc {
	color: #6d6d6d;
	margin-top: 6px;
}

.contact-us .map {
	margin-top: 80px;
}
.contact-us .map-title {
	font-size: 32px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.contact-us .map-subtitle {
	font-size: 17.5px;
	color: #545454;
	margin-top: 5px;
	margin-bottom: 12px;
	text-align: center;
}
.contact-us .map-content {
	margin-top: 40px;
}

.iqn {
	padding: 15px 0;
}
.inquire-now {
	background: #f47c36;
	height: 72px;
	padding: 0 40px;
	border-radius: 50px;
	cursor: pointer;
	user-select: none;
}
.inquire-now span {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.inquire-now:active {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	.service .service-banner {
		margin-bottom: 20px;
	}
	
	.contact-us {
		padding-bottom: 30px;
		background-color: #fff;
	}
	
	.contact-us .box {
		padding: 0 15px;
	}
	
	.contact-top {
		margin-top: 28px;
		font-size: calc(32px * 0.7);
	}
	
	.contact-top .step2 {
		font-size: calc(17.5px * 0.7);
	}
	
	.contact-top .step3 {
		margin-top: calc(18px * 0.7);
	}
	
	.contact-us .content {
		font-size: calc(18px * 0.7);
	}
	
	.contact-us .content1 {
		margin-top: 20px;
	}
	
	.contact-us .imgs1 {
		margin-top: 20px;
	}
	
	.contact-us .imgs1-item {
		width: calc(100% / 2);
		padding: 0 28px;
	}
	
	.contact-us .imgs1-item span {
		font-size: calc(16px * 0.7);
	}
	
	.contact-us .content2 {
		margin-top: 35px;
	}
	
	.contact-us .img2 {
		margin-top: 30px;
		padding: 0;
	}
	
	.contact-us .img2-title {
		font-size: calc(16px * 0.7);
		margin-bottom: -10px;
	}
	
	.contact-us .img2-list {
		padding: 0 10px;
	}
	
	.contact-us .img2-item {
		padding: 0;
	}
	
	.contact-us .img2-row {
		margin-bottom: 30px;
	}
	
	.contact-us .img2-item {
		width: calc(100% / 4);
	}
	
	.contact-us .img2-list2 {
		padding: 0 15px;
	}
	
	.contact-us .img2-item2 {
		width: calc(100% / 4);
		margin-bottom: -28px;
		padding: 0;
	}
	
	.contact-us .img2-title2 {
		margin-bottom: 0px !important;
	}
	
	.contact-us .form {
		margin-top: 45px;
		padding: 0;
	}
	.contact-us .form-title {
		font-size: calc(32px * 0.7);
	}
	.contact-us .form-subtitle {
		font-size: calc(17.5px * 0.7);
		margin-top: calc(5px * 0.7);
		margin-bottom: calc(12px * 0.7);
	}
	.contact-us .form {
		margin-bottom: 20px;
	}
	.contact-us .form-list {
		padding: 0;
	}
	.contact-us .form-name {
		font-size: calc(14px * 0.7);
		line-height: calc(36px * 0.7);
	}
	.contact-us .form-val input {
		font-size: calc(14px * 0.7);
	}
	.contact-us .form-val textarea {
		font-size: calc(14px * 0.7);
		box-sizing: border-box;
	}
	
	.contact-us .submit {
		width: 350px;
		height: 40px;
		margin: 25px auto 0;
		border-radius: 8px;
		font-size: 16px;
	}
	
	.contact-us .contactus {
		margin-top: 60px;
	}
	.contact-us .contactus-title {
		font-size: calc(32px * 0.7);
	}
	.contact-us .contactus-subtitle {
		font-size: calc(17.5px * 0.7);
		margin-bottom: 12px;
	}
	.contact-us .contactus-list {
		padding: 0;
		justify-content: flex-start;
		margin-top: 15px;
	}
	.contact-us .contactus-item {
		width: calc(100% / 1);
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.contact-us .contactus-item img {
		width: 45%;
	}
	.contact-us .contactus-name {
		color: #000;
		margin-top: -12px;
	}
	.contact-us .contactus-desc {
		color: #6d6d6d;
		margin-top: 6px;
	}
	
	.contact-us .map {
		margin-top: 50px;
	}
	.contact-us .map-title {
		font-size: calc(32px * 0.7);
	}
	.contact-us .map-subtitle {
		font-size: calc(17.5px * 0.7);
	}
	.contact-us .map-content {
		margin-top: 30px;
	}
}



/* .contact-us .contact-box {
	padding: 24px 14px 8px 14px;
	background-color: #fff;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}



.contact-sub-title {
	font-size: 16px;
	font-weight: 600;
	color: #479ff6;
	line-height: 24px;
}

.contact-title {
	font-weight: 600;
	font-size: 24px;
	margin-top: 8px;
	line-height: 24px;
}

.contact-intro {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
}

.contact-intro .contact-intro-img {
	width: 50%;
	padding-right: 15px;
}

.contact-intro .contact-intro-img img {
	width: 100%;
	height: auto;
	border: 1px solid #f2f2f2;
}

.contact-intro-right {
	width: 50%;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
}

.contact-intro-right .contact-intro-item {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.contact-intro-more {
	font-size: 14px;
	line-height: 24px;
	color: #999;
}

.contact-intro-title {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}

.aptitude {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.aptitude .aptitude-item {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	box-shadow: 0 0 6px rgba(0,0,0,.14);
	border-radius: 4px;
	overflow: hidden;
}

.aptitude .aptitude-item:last-child {
	margin-right: 0;
}

.aptitude-item-img {
	border-bottom: 1px solid #f2f2f2;
}

.aptitude-item-img img {
	width: 100%;
	height: auto;
}

.aptitude-info {
	padding: 15px;
}

.aptitude-info .aptitude-title {
	font-size: 16px;
	font-weight: 600;
}

.aptitude-info .aptitude-sub {
	font-size: 14px;
	color: #212529;
	margin-top: 8px;
}

.aptitude-info .aptitude-content {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	line-height: 20px;
}

@media screen and (max-width: 640px) {
	.contact-intro {
		flex-direction: column;
	}
	.contact-intro .contact-intro-img {
		width: 100%;
		padding-right: 0;
	}
	.contact-intro-right {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.aptitude {
		display: flex;
		flex-direction: column;
	}
	.aptitude .aptitude-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
} */