.banner h2{
	background-image: url(../img/contact.png);
}
@media only screen and (min-width: 1700px) {
	.contact1 .container {
		width: 1300px;
	}
}
.contact2 {
	width: 100%;
	height: 480px;
	overflow: hidden;
}
/*联系方式*/
.contact1 {
	width: 100%;
	overflow: hidden;
	padding: 85px 0 115px;
}
.contact1 h2 {
	font-size: 28px;
	line-height: 72px;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 0 10px;
	color: #000000;
}
.contact1 .contact1-left {
	width: 500px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 40px;
	position: relative;
}
.contact1-left .contact1-wx {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
}
.contact1-left .contact1-wx .contact1-box {
	width: 33.33%;
	overflow: hidden;
	float: left;
}
.contact1-left .contact1-wx .contact1-img {
	width: 130px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}
.contact1-left .contact1-wx .contact1-img img {
	width: 100%;
}
.contact1-left .contact1-wx span {
	display: block;
	width: 430px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	color: #000;
	margin: 5px 0 10px;
}
.contact1-left .contact1-wx h5 {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	overflow: hidden;
}
.contact1-left .contact1-wx h4 {
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	overflow: hidden;
	font-family: "arial, helvetica, sans-serif";
	text-align: left;
	padding: 0px !important;
	color: #d1162e !important;
}
.contact1-left ul {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #8b8b8b;
}
.contact1-left ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}
.contact1-left h4 {
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 5px;
	background-repeat: no-repeat;
	background-position: left center;
}
.contact1-left h4,.contact1-left p {
	padding-left: 29px;
}
.contact1-left ul li h4 {
	background-image: url(../img/ct1-2.jpg);
}
/*.contact1-left ul li:nth-of-type(1) h4 {
	background-image: url(../img/ct1-1.jpg);
}
.contact1-left ul li:nth-of-type(2) h4 {
	background-image: url(../img/ct1-4.jpg);
}
.contact1-left ul li:nth-of-type(2) h4 {
	background-image: url(../img/ct1-4.jpg);
}*/
@media only screen and (max-width: 991px) {
	.contact1 .container>img {
		margin: 0 0 20px;
	}
	.contact1 .contact1-left {
		margin: 0 0 40px;
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.contact1 {
		padding: 45px 0 40px;
	}
	.contact1 .container>img {
		width: 220px;
		margin: 0 0 10px 10px;
	}
	.contact1 h2 {
		font-size: 28px;
		line-height: 55px;
	}
	.contact1 .contact1-left {
		margin: 0 0 20px;
	}
	.contact1-left .contact1-wx .contact1-box {
		width: 50%;
		height: 210px;
		margin: 0 0 15px;
	}
	.contact2 {
		height: 340px;
	}
}
@media only screen and (min-width: 992px) {
	.contact1 .container>img {
		margin: 0 0 20px;
	}
	.contact1 .contact1-left {
		margin: 0;
		width: 400px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact1 .contact1-left {
		width: 470px;
	}
}
@media only screen and (min-width: 1400px) {
	.contact1 .container>img {
		margin: 0 0 20px 40px;
	}
	.contact1 .contact1-left {
		margin: 0 0 0 40px;
	}
}
	/*反馈留言*/
.contact1-right {
	width: 575px;
	overflow: hidden;
	float: right;
	margin-right: 40px;
}
.contact1-right h2 {
	width: 470px;
}
.contact1-right .contact1-form {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0 20px;
}
.contact1-form .contact1-input {
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}
.contact1-form span {
	color: #d0152d;
}
.contact1-form .contact1-input input {
	width: 100%;
	height: 40px;
	border: 1px solid #dedede;
	overflow: hidden;
	margin: 5px 0 0;
	padding: 0 10px;
}
.contact1-form .contact1-input textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #dedede;
	overflow: hidden;
	margin: 5px 0 0;
	padding: 0 10px;
	line-height: 38px;
}
.contact1-form .form-bottom {
	width: 100%;
	overflow: hidden;
	color: #bcbcbc;
	margin: 5px 0 0;
}
.contact1-form .form-bottom button {
	width: 220px;
	height: 40px;
	background-color: #d0152d;
	font-size: 20px;
	color: #FFFFFF;
	float: right;
	border: none;
	border-radius: 5px;
	margin: -10px 0 0;
	transition: all 0.5s;
}
.contact1-form .form-bottom button:hover {
	border-radius: 25px 0 25px 0;
}
@media only screen and (max-width: 991px) {
	.contact1-right {
		width: 100%;
		margin: 0;
	}
}
@media only screen and (max-width: 750px) {
	.contact1-form .form-bottom button {
		width: 160px;
		font-size: 16px;
	}
}
@media only screen and (min-width: 992px) {
	.contact1-right {
		margin-right: 0px;
		width: 500px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact1-right {
		width: 575px;
	}
}
@media only screen and (min-width: 1400px) {
	.contact1-right {
		margin-right: 40px;
	}
}