.contact-map {
	width: 100%;
	overflow: hidden;
	padding: 0 0 16px;
	position: relative;
}
.contact-map .map {
	width: 100%;
	height: 545px;
	overflow: hidden;
}
.contact-map .map-bottom {
	width: 1920px;
	height: 117px;
	overflow: hidden;
	background-image: url(../image/bt-com.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -960px;
}
.contact-map .map-bottom h2 {
	text-align: left;
	font-size: 36px;
	line-height: 100px;
	height: 100px;
	position: relative;
	color: #FFFFFF;
}
.contact-map .map-bottom h2:after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: rgba(255,255,255,0.61) !important;
	position: absolute;
	left: 175px;
	top: 50px;
	margin-left: 0px !important;
}
@media only screen and (max-width: 991px) {
	.contact-map .map-bottom {
		width: 992px;
		background-position: -955px 50%;
		margin-left: -496px;
	}
}
@media only screen and (max-width: 750px) {
	.contact-map .map {
	    height: 300px;
	}
	.contact-map .map-bottom {
		width: 800px;
		height: 60px;
		background-position: -345px 50%;
		background-size: auto 100%;
		margin-left: -400px;
	}
	.contact-map .map-bottom h2 {
	    font-size: 24px;
	    line-height: 52px;
	    height: 52px;
	}
	.contact-map .map-bottom h2:after {
	    width: 50px;
	    height: 1px;
	    left: 110px;
	    top: 26px;
	}
	.contact-map .map img:nth-child(1) {
	    display:none;
	}
	.contact-map .map img:nth-child(2){
		width: 100%;
		margin-top: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-map .map-bottom {
		width: 1300px;
		background-position: -650px 50%;
		margin-left: -650px;
	}
}
@media only screen and (min-width: 1300px) {
	.contact-map .map-bottom {
		width: 1920px;
		background-position: 0px 50%;
		margin-left: -960px;
	}
}
/*联系方式*/
.contact-content {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 110px;
}
.contact-content h2 {
	color: #23282a;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 32px;
}
.contact-left {
	width: 320px;
	overflow: hidden;
	float: left;
}
.contact-left ul {
	width: 100%;
	overflow: hidden;
}
.contact-left ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 35px;
}
.contact-left .contact-icon {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	background: url(../image/mode-bg.jpg) no-repeat center;
	text-align: center;
	line-height: 67px;
	margin: 0 22px 0 3px;
}
.contact-left .contact-txt {
	width: calc(100% - 95px);
	width: -moz-calc(100% - 95px);
	width: -webkit-calc(100% - 95px);
	color: #8c8c8c;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	float: left;
	padding: 16px 0;
}
.contact-left ul li:nth-of-type(2) .contact-txt {
	padding: 0;
}
.contact-left ul li:nth-of-type(2) .contact-txt h4:nth-of-type(2) {
	margin: 8px 0 0;
}
.contact-left .contact-txt h4 {
	line-height: 20px;
	font-size: 14px;
	color: #000000;
}
@media only screen and (max-width: 991px) {
	.contact-left {
	    width: 100%;
	    float: none;
	}
}
@media only screen and (max-width: 750px) {
	.contact-content {
	    padding: 35px 0 55px;
	}
	.contact-content h2 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 0 0 20px;
	}
	.contact-left .contact-icon {
	    margin: 0 20px 0 0;
	}
	.contact-left ul li {
	    margin: 0 0 20px;
	}
}
/*留言反馈*/
.contact-content .contact-right {
	width: 690px;
	overflow: hidden;
	float: right;
}
.contact-content .contact-right h2 {
	padding: 0 0 0 3px;
}
.contact-right .contact-form {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.contact-form input {
	width: 360px;
	height: 60px;
	font-size: 14px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #f0f0f0;
	margin: 0 0 20px;
	padding-left: 20px;
}
.contact-form button {
	display: block;
	width: 118px;
	height: 40px;
	line-height: 36px;
	overflow: hidden;
	border: none;
	padding: 1px;
	font-size: 14px;
	border-radius: 5px;
	background-image: linear-gradient(to right,#e70c1d,#f0870c);
	margin: 20px 0 0;
}
.contact-form button em {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: #FFFFFF;
	border-radius: 4px;
	transition: all 0.5s;
}
.contact-form textarea {
	width: 300px;
	height: 100%;
	overflow: hidden;
	line-height: 25px;
	padding: 15px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #f0f0f0;
	position: absolute;
	right: 0px;
	top: 0px;
}
.contact-form button:hover em {
	background-color: transparent;
	color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.contact-content .contact-right {
	    width: 100%;
	    float: none;
	    margin: 40px 0 0;
	}
	.contact-form textarea {
		width: 275px;
	}
}
@media only screen and (max-width: 750px) {
	.contact-content .contact-right {
	    margin: 20px 0 0;
	}
	.contact-form input {
		width: 100%;
		height: 45px;
		margin: 0 0 20px;
		padding-left: 15px;
	}
	.contact-form button {
		width: 118px;
		height: 40px;
		line-height: 36px;
		margin: 20px 0 0;
	}
	.contact-form textarea {
		width: 100%;
		height: 80px;
		line-height: 25px;
		padding: 10px 15px;
		position: relative;
	}
	.contact-form button {
	    width: 90px;
	    height: 32px;
	    line-height: 30px;
	    margin: 20px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.contact-content .contact-right {
		width: 640px;
	}
	.contact-form textarea {
		width: 265px;
	}
}
@media only screen and (min-width: 1300px) {
	.contact-content .contact-right {
		width: 690px;
	}
	.contact-form textarea {
		width: 300px;
	}
}