.inner-all .part1 {
	display: table;
	width: 100%;
}

.inner-all .part1 .left {
	width: 100%;
	float: left;
}

.feedback {
	margin: 0 auto;
	max-width: 1920px;
	background: #f8f8f8;
	padding: 40px 0;
}

.feedback .feedbackContent {
	width: 1200px;
	margin: 0 auto;
}

.feedback .feedbackContent p.ptitle {
	font-size: 24px;
	letter-spacing: 1px;
	color: #2f2f2f;
}

.feedback .feedbackContent div.ncontent {
	padding: 20px 0;
}

.feedback .feedbackContent div.ncontent img {
	max-width: 100%;
}

.feedback .feedbackContent div.ncontent .inputH {
	width: 100%;
	float: left;
}

.feedback .feedbackContent div.ncontent .inputH .inputTxt {
	width: 570PX;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 10px;
}

.feedback .feedbackContent div.ncontent .inputH .L {
	float: left;
}

.feedback .feedbackContent div.ncontent .inputH .R {
	float: right;
}

.feedback .feedbackContent div.ncontent .inputTextarea {
	width: 1178px;
	height: 120px;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
	resize: none;
}

a.commonBtn {
	color: #fff;
	border: none;
	position: relative;
	height: 40px;
	font-size: 15px;
	padding: 0 40px;
	cursor: pointer;
	transition: 800ms ease all;
	outline: none;
	text-transform: uppercase;
	line-height: 40px;
	margin-right: 10px;
	display: inline-block;
}

.btnDiv {
	text-align: center;
}

a.submitBtn1 {
	background: #07661e;
}

a.submitBtn1:hover {
	background: #025316;
	box-shadow: 1px 1px 1px #666666;
}

a.resetBtn1 {
	background: #9F9F9F;
}

a.resetBtn1:hover {
	background: #7f7f7f;
	box-shadow: 1px 1px 1px #666666;
}

a.hvr-overline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}


/****toast****/

#toastTip {
	display: none;
	max-width: 50%;
	padding: 20px 40px;
	position: fixed;
	top: 40%;
	left: 45%;
	z-index: 5000;
	opacity: 0.9;
	background-position: initial initial;
	background-repeat: initial initial;
	color: #FFFFFF;
	border-radius: 3px;
	font-size: 13px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	text-align: center;
}

.toastTip-bgcolor-success {
	background: #a9262c;
}

.toastTip-bgcolor-error {
	background: #000000;
}


/****toast******/


/**loading**/

#progress {
	display: none;
	position: fixed;
	height: 2px;
	background: #07661e;
	transition: opacity 500ms linear;
	z-index: 9999;
	top: 0
}

#progress.show {
	display: block;
	opacity: 1;
	width: 0;
}

#progress.done {
	opacity: 0
}

#progress span {
	position: absolute;
	height: 2px;
	-webkit-box-shadow: #07661e 1px 0 6px 1px;
	-webkit-border-radius: 100%;
	opacity: 1;
	width: 150px;
	right: -10px;
	-webkit-animation: pulse 2s ease-out 0s infinite;
}

@-webkit-keyframes pulse {
	30% {
		opacity: .6
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: .6
	}
}

#bg {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: #A0A0A0;
	z-index: 1001;
	-moz-opacity: 0.1;
	opacity: 0.1;
	filter: alpha(opacity=10);
}


/**loading**/

#map {
	width: 100%;
	height: 350px;
	margin-top: 30px;
	margin-bottom: 30px;
}