.contact-container {
	background: url(../images/contact-background.jpg) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	overflow: hidden;
}
.contact-box {
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	padding: 98px 0 0;
}
.contact-address-title {
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	margin-bottom: 15px;
}
.contact-address-title span {
	display: inline-block;
	background: rgba(27, 21, 88, .8);
	position: relative;
	line-height: 40px;
	padding: 0 10px;
}
.contact-address-title span::after {
	content: "";
	display: inline-block;
	border-top: 20px solid transparent;
	border-bottom: 20px solid #1b1558;
	border-left: 5px solid #1B1558;
	border-right: 5px solid transparent;
	position: absolute;
	right: -10px;
	top: 0;
	opacity: .8;
}
.contact-address {
	width: 500px;
	float: left;
}
.contact-address-content {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.contact-message {
	float: right;
	width: 570px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.contact-message-title {
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	background: #21166b;
	text-align: center;
}
.contact-message-input {
	float: left;
	font-size: 12px;
	color: #767676;
}
.contact-message-input input {
	border: 1px solid #e8e8e8;
	width: 225px;
	height: 25px;
	margin-right: 39px;
	padding: 0 5px;
	font-family: "微软雅黑";
	color: #767676;
}
.contact-message-input textarea {
	width: 505px;
	height: 55px;
	padding: 5px;
	border: 1px solid #e8e8e8;
	font-family: "微软雅黑";
	color: #767676;
}
.contact-message-input:nth-child(2n) input {
	margin-right: 0px;
}
.contact-message-input span {
	display: block;
	line-height: 35px;
}
.contact-message-content {
	padding: 15px 0 20px 30px;
	overflow: hidden;
}
#map {
	width: 100%;
	height: 280px;
	border-radius: 10px;
	margin: 20px 0 54px;
}
.submit {
	background: #ea0c05;
	padding: 6px;
	margin-right: 16px;
}
.submit, .rewrite {
	color: #fff;
	font-size: 10px;
	border-radius: 5px;
	border: none;
	font-family: "微软雅黑";
	cursor: pointer;
}
.rewrite {
	padding: 6px 11px;
	background: #bbb;
}
.contact-message-submit {
	float: right;
	padding-right: 27px;
	margin-top: 10px;
}
.contact-address-content p a {
	color: #fff;
}
