@charset "utf-8";

/* CSS Document */
.banner {
	/* height: 200px; */
	/* background: url(../img/contact.jpg) center no-repeat; */
}

.main .title p {
	text-align: right;
	color: #666;
	margin-top: 20px;
	margin-bottom: 10px;
}

.main h2 {
	font-size: 20px;
	color: #e6404c;
	padding-bottom: 10px;
	border-bottom: 1px solid #a2a2a2;
}

.main .main-contact {
	margin-top: 30px;
}

.main .main-contact p {
	font-size: 16px;

}

.main .main-contact .message p {
	display: flex;
}

.main .main-contact .ul-container ul {
	display: flex;
	justify-content: space-between;
}

.main .main-contact ul li {
	margin-top: 30px;
	float: left;
	width: 23%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #e6404c;
	/* margin-right: 130px; */
}

.main .main-contact ul li a {
	color: #e6404c;
	width: 100%;
	height: 40px;
	display: block;
}

.main .main-contact ul li:last-child {
	margin-right: 0;
}

.main .main-contact-left {
	width: 52%;
	float: left;
	line-height: 2;
}

.main .main-contact-right {
	width: 46%;
	float: right;
	line-height: 3;
}

.main .main-contact-left,
.main .main-contact-right {
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: auto;
}

.main .main-contact-left span,
.main .main-contact-right span {
	color: #e6404c;
	font-size: 18px;
}

.main-contact-left-right {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*留言板*/
.map-message {
	display: flex;
	justify-content: space-between;
}

#map {
	width: 34% !important;
}

.main .message {
	clear: both;
	/* margin-top: -430px; */
	background-color: #eaeaea;
	width: 64%;
	/* height: 400px; */
	float: right;
	padding: 20px 10px 10px 10px;
}

.main .message div {
	margin-bottom: 30px;
}

.main .message .mes_L {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main .message .mes_R {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main .message div span {
	color: #e60717;
}

.main .message .need em {
	float: left;
	/* margin-left: 38px; */
}

.main .message input {
	width: 70%;
	height: 40px;
	padding-left: 6px;
	border: 1px #aeaeae solid;
	font-family: "微软雅黑";
}

.main .message .need textarea {
	width: 100%;
	height: 100px;
	float: right;
	resize: none;
	padding-left: 6px;
	border: 1px #aeaeae solid;
	overflow: hidden;
	box-sizing: border-box;
}

.main .message .button {
	/* width: 410px; */
	/* margin-left: 258px; */
	margin-bottom: 0;
}

.main .message .button input {
	width: 120px;
	height: 40px;
	margin-top: 30px;
	font: 16px "微软雅黑";
	line-height: 40px;
	border: 0;
	color: white;
	margin-left: 55px;
	background-color: #0f74c4;
}

.main .message .input-groups {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main .message .input-groups div {
	width: 49%;
}

@media screen and (max-width:1200px) {
	.map-message {
		flex-wrap: wrap;
	}

	#map {
		width: 100% !important;
	}

	.main .message {
		width: 100%;
		margin-top: 2rem;
	}
}


@media screen and (max-width:768px) {
	.main .message .input-groups div {
		width: 100%;
	}

	.main .message .mes_L {
		flex-wrap: wrap;
	}

	.main .main-contact-left,
	.main .main-contact-right {
		width: 100%;
	}

	.main .main-contact-left {
		margin-bottom: 0;
	}

}

@media screen and (max-width:500px) {

	.main .message .mes_L,
	.main .message .mes_R {
		flex-wrap: wrap;
	}

	.main .message input {
		width: 100%;
	}

	.main .message .button input {
		margin-left: 0;
	}
}