/* contact */
.contact {
	padding: 7rem 0 0 0;
	overflow: hidden;
	z-index: 999;
}

.message {
	width: 43.75%;
	float: left;
	border-bottom: 6px solid #0a66b7;
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, .2);
	padding: 3.8rem 2.2rem 2.5rem;
	background: #fff;
	transition: all .5s ease;
}

.message .tit {
	font-size: 2.4rem;
	line-height: 2.2rem;
	color: #000000;
}

.message .sub {
	font-size: 14px;
	line-height: 25px;
	color: #555555;
	margin-top: 14px;
}

.message .msg {
	margin-top: 3.2rem;
}

.message .msg input[type=text] {
	width: 100%;
	height: 5rem;
	outline: none;
	border: none;
	border-bottom: 1px solid #dee0e2;
	font-size: 14px;
	color: #333333;
	padding: 0;
}

.message .msg textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 7.5rem;
	max-height: 7.5rem;
	padding: 10px 0 0 0;
	margin-top: 10px;
	outline: none;
	border: none;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #dee0e2;
}

.message .msg textarea:focus {
	background: none;
}

.message .msg .tj {
	display: block;
	width: 14rem;
	text-align: center;
	line-height: 4.6rem;
	height: 5rem;
	border-radius: 5rem;
	background: #eeeeee;
	font-size: 15px;
	color: #222;
	margin: 23px auto 0;
	cursor: pointer;
	transition: all .5s ease;
}

.message .msg .tj:hover {
	background: #0a66b7;
	color: #fff;
	transition: all .5s ease;
}

.message .msg .tj i {
	font-size: 18px;
	position: relative;
	top: 2px;
	margin-left: 2.5rem;
	transition: all .5s ease;
}

.sub-contact {
	width: 35%;
	float: left;
	margin-left: 11rem;
	padding-top: 3rem;
}

.sub-contact .tit1 {
	font-size: 2.4rem;
	color: #222222;
	line-height: 2.2rem;
}

.sub-contact .tit2 {
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	margin-top: 22px;
}

.sub-contact .sub {
	font-size: 15px;
	color: #555555;
	line-height: 1.5;
	margin-top: 40px;
}

.sub-contact .sub a {
	color: #555;
	font-family: arial;
}

.sub-contact .sub a:hover {
	color: #0a66b7;
}

.sub-contact .sub i {
	font-size: 2rem;
	color: var(--active-color);
	margin-right: 1rem;
	top: 0.2rem;
	position: relative;
}

.maps {
	overflow: hidden;
	position: relative;
	padding: 7rem 0 0 0;
}

.sub-contact .sub .dz {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.sub-contact .sub .dz span:first-child {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	word-break: keep-all;
}

@media (max-width:992px) {
	.sub-contact {
		width: 45%;
		margin-left: 4rem;
	}
}

@media (max-width:768px) {
	.contact {
		padding-top: 5rem;
	}

	.message,
	.sub-contact {
		width: 100%;
	}

	.sub-contact {
		padding-top: 7rem;
		margin-left: 0;
	}

	.message .tit,
	.sub-contact .tit1 {
		font-size: 3.4rem;
		text-align: center;
	}

	.sub-contact .sub {
		margin-top: 30px;
	}

	.sub-contact .sub i {
		font-size: 18px;
	}
}
