.m-banner {
	height: 5.75rem;
	margin: .35rem 0 .72rem;
	opacity: 0;
	transition: all 1s ease;
}
.m-banner.z-active {
	opacity: 1;
}

.m-contact .content {
	float: left;
	width: 4.05rem;
	margin-top: .5rem;
}
.m-contact .content h1 {
	margin-bottom: .36rem;
	font-size: .32rem;
	opacity: 0;
	transform: translate(0,1rem);
	transition: all .8s ease;
}
.m-contact.z-active .content h1 {
	opacity: 1;
	transform: translate(0,0);
}
.m-contact .content p {
	line-height: .36rem;
	font-size: .16rem;
	opacity: 0;
	transform: translate(0,1rem);
	transition: all .8s ease;
	transition-delay: .6s;
}
.m-contact.z-active .content p {
	opacity: 1;
	transform: translate(0,0);
}
.m-contact.z-active .content p:nth-child(3) {
	transition-delay: .9s;
}
.m-contact.z-active .content p:nth-child(4) {
	transition-delay: 1.2s;
}
.m-contact.z-active .content p:nth-child(5) {
	transition-delay: 1.5s;
}
.m-contact.z-active .content p:nth-child(6) {
	transition-delay: 1.8s;
}
.m-contact .map {
	float: right;
	width: 9rem;
	height: 4.5rem;
	overflow: hidden;
}
.m-contact .map .amap {
	position: relative;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 450px;
	border: none;
	transform: translate(-50%,-50%);
}

.m-feedback {
	border-top: 2px solid #000;
	margin: .98rem 0 1.2rem;
}
.m-feedback .head {
	padding: .6rem 0 .5rem;
}
.m-feedback .head h1 {
	float: left;
	font-size: .36rem;
}
.m-feedback .head p {
	float: right;
	width: 5.5rem;
	line-height: .24rem;
	font-size: .16rem;
	color: #666;
}
.m-feedback form {
	padding: .54rem .64rem .56rem .26rem;
	background: #FAFAFA;
}
.m-feedback form > div:nth-child(n+2) {
	margin-top: .22rem;
}
.m-feedback form .item {
	box-sizing: border-box;
	width: 6.5rem;
	border: 1px solid #ddd;
	padding: 0 .12rem 0 .18rem;
	background: #fff;
}
.m-feedback form .item.full {
	width: 100%;
}
.m-feedback form .item label {
	width: 6em;
	height: .48rem;
	line-height: .48rem;
	font-size: .15rem;
	white-space: nowrap;
	color: #666;
}
.m-feedback form .item label b {
	margin-right: .5em;
	color: #f00;
}
.m-feedback form .item input {
	height: .48rem;
	border: none;
	font-size: .14rem;
	background: none;
}
.m-feedback form .item textarea {
	box-sizing: border-box;
	height: 1.7rem;
	border: none;
	padding: .13rem 0;
	line-height: .2rem;
	font-size: .14rem;
	background: none;
}
.m-feedback form .item img {
	height: .34rem;
	margin-top: .07rem;
}
.m-feedback form button {
	width: 1.8rem;
	height: .55rem;
	border: none;
	font-size: .2rem;
	font-weight: bold;
	color: #fff;
	background: #EFAE35;
}
.m-feedback form button:hover {
	opacity: .8;
}