.contact1-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #7f7f7f;
}
.contact1-title h2 {
	font-size: 48px;
	color: #333333;
	line-height: 55px;
}
.contact1-title ul {
	width: 40px;
	overflow: hidden;
	margin: 10px auto 0;
}
.contact1-title ul li {
	width: 100%;
	height: 4px;
	background-color: #e60012;
	margin: 2px 0 0;
}
.contact1 {
	width: 100%;
	overflow: hidden;
	background-color: #fbfbfb;
}
.contact1 .contact1-content {
	width: 1200px;
	max-width: 100%;
	overflow: hidden;
	margin: 75px auto 0;
}
.contact1-content h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 15px;
	position: relative;
}
.contact1-content h3:after {
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	background-color: #e60012;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.contact1-content .contact1-left {
	width: 50%;
	overflow: hidden;
	float: left;
}
.contact1-left ul {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 0;
}
.contact1-left ul li {
	min-width: 180px;
	overflow: hidden;
	text-align: center;
	float: left;
	margin-right: 80px;
}
.contact1-left ul li .contact1-icon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #e60012;
	text-align: center;
	line-height: 48px;
	margin: 0 auto 18px;
}
.contact1-left ul li p {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #666666;
}
.contact1-left ul li p span {
	color: #333333;
}
.contact1-content .contact1-right {
	width: 50%;
	padding: 0 0 40px 45px;
	overflow: hidden;
	float: left;
}
.contact1-right .contact1-form {
	width: 100%;
	min-height: 300px;
	margin: 30px 0 0;
}
.contact1-form input {
	display: block;
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	height: 50px;
	overflow: hidden;
	border: 2px solid #aaa9a8;
	border-radius: 9px;
	padding-left: 18px;
	font-size: 14px;
	float: left;
	margin: 0 0 20px;
}
.contact1-form input:last-of-type {
	float: right;
}
.contact1-form textarea {
	display: block;
	width: 100%;
	height: 150px;
	padding: 15px 18px;
	font-size: 14px;
	border-radius: 9px;
	line-height: 20px;
	overflow: hidden;
	border: 2px solid #aaa9a8;
}
.contact1-form button {
	display: block;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	color: #ffffff;
	border: none;
	background-color: #e60012;
	box-shadow: none;
	margin: 30px 0 0;
	transition: all 0.5s;
}
.contact1-form button:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}
@media only screen and (max-width: 991px) {
	.contact1 {
		padding: 85px 0 60px;
	}
	.contact1-content .contact1-left {
		width: 100%;
		float: none;
		margin: 0 0 50px;
	}
	.contact1-content .contact1-right {
		width: 100%;
		float: none;
		padding: 0;
	}
}
@media only screen and (max-width: 720px) {
	.contact1 {
	    padding: 35px 0 15px;
	}
	.contact1-title h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.contact1-title ul {
		width: 20px;
		margin: 5px auto 0;
	}
	.contact1-title ul li {
		height: 2px;
	}
	.contact1 .contact1-content {
		margin: 30px 0 0;
	}
	.contact1-content h3 {
		font-size: 24px;
		line-height: 25px;
		padding: 0 0 10px;
	}
	.contact1-content h3:after {
		width: 15px;
		height: 2px;
	}
	.contact1-content .contact1-left {
		margin: 0 0 40px;
	}
	.contact1-left ul {
	    margin: 0;
	}
	.contact1-left ul li {
		width: 100%;
	}
	.contact1-left ul li:first-of-type {
		margin: 30px 0;
	}
	.contact1-form input {
		width: 100%;
		float: none;
	}
	.contact1-form button {
	    width: 120px;
	    height: 40px;
	    border-radius: 20px;
	    font-size: 16px;
	    margin: 20px 0 30px;
	}
}
@media only screen and (min-width: 992px) {
	.contact1-title h2 {
		font-size: 34px;
		line-height: 39px;
	}
	.contact1-title ul {
		width: 28px;
		margin: 7px auto 0;
	}
	.contact1-title ul li {
		height: 2px;
	}
	.contact1 {
		padding: 68px 0 0;
	}
	.contact1-left ul li {
		margin-right: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact1-title h2 {
		font-size: 38px;
		line-height: 44px;
	}
	.contact1-title ul {
		width: 32px;
		margin: 8px auto 0;
	}
	.contact1-title ul li {
		height: 3px;
	}
	.contact1 {
		padding: 68px 0 0;
	}
	.contact1-left ul li {
		margin-right: 80px;
	}
}
@media only screen and (min-width: 1500px) {
	.contact1-title h2 {
		font-size: 48px;
		line-height: 55px;
	}
	.contact1-title ul {
		width: 40px;
		margin: 10px auto 0;
	}
	.contact1-title ul li {
		height: 4px;
	}
	.contact1 {
		padding: 85px 0 0;
	}
}
/*在线留言*/
.contact2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.contact2 .contact2-map {
	width: 100%;
	height: 700px;
	overflow: hidden;
}
@media only screen and (max-width: 720px) {
	.contact2 .contact2-map {
		height: 350px;
	}
}
@media only screen and (min-width: 992px) {
	.contact2 .contact2-map {
		height: 490px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact2 .contact2-map {
		height: 560px;
	}
}
@media only screen and (min-width: 1500px) {
	.contact2 .contact2-map {
		height: 700px;
	}
}