/* body:before {
	content: ' ';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../image/h1.png) center 0 no-repeat;
	background-size: cover;
} */



.contact .contact-content {
	width: 1320px;
	margin: 0 auto;
	padding: 100px 0;
}

.contact .contact-left {
	float: left;
	width: 560px;
	margin-top: -10px;
	text-align: right;
	font-size: 30px;
	color: #595757;
}

.contact .contact-left h3 {
	font-size: 36px;
	color: #cd001a;
	padding-right: 80px;
}

.contact .contact-right {
	float: right;
	width: 640px;
}

.contact .contact1-1 {
	margin-bottom: 100px;
}

.contact .contact1-2 {
	color: #fff;
}

.contact .contact-txt p {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 20px;
}

.contact .contact1-2 h4 {
	font-size: 14px;
	line-height: 28px;
	color: #cd001a;
}

.contact .contact1-2 ul li {
	float: left;
	margin-right: 50px;
}

.contact .contact2 {
	background: #cd001a;
	width: 100%;
	/* height: 608px; */
	/* background: url(../image/contact-fixed.jpg); */
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.contact .contact-content {
	width: 1320px;
	margin: 0 auto;
	padding: 100px 0;
}

.contact .contact2 .contact-content {
	padding: 20px 0;
}

.clear:after,
.case-read-img p:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#map {
	width: 100%;
	height: 600px;
}

@media screen and (max-width:767px) {
	.contact .contact-content {
		width: 95%;
	}

	.contact .contact-left {
		float: none;
		width: 100%
	}

	.contact .contact-right {
		float: none;
		width: 100%
	}
}