.contact_cont{
	padding-top: 0.4rem;
	flex-wrap: wrap;
}
.contact_li{
	margin-bottom: 0.48rem;
	flex: 0 0 50% !important;
}
.contact_li img{
	width: 0.32rem;
	height: 0.42rem;
}
.contact_cont .contact_li:nth-of-type(2) img{
	width: 0.37rem;
	height: 0.37rem;
}
.contact_cont .contact_li:nth-of-type(3) img{
	width: 0.35rem;
	height: 0.28rem;
}
.contact_cont .contact_li:nth-of-type(4) img{
	width: 0.36rem;
	height: 0.36rem;
}
.contact_right{
	padding-left: 0.2rem;
}
.contact_tit{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 0.18rem;
	color: #222222;
}
.contact_dec{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	margin-top: 0.12rem;
}
#map{
	position: relative;
}
.position{
	position: absolute;
	bottom: 1.32rem;
	left: 1.84rem;
}
.position img{
	width: 0.44rem;
	height: 0.48rem;
	margin: auto;
}
.position p{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 0.18rem;
	color: #222222;
	margin-top: 0.18rem;
}

.m_input{
	margin-top: 0.95rem;
}
.m_input input{
	width: 100%;
	height: 0.65rem;
	border-radius: 0.05rem;
	border: 1px solid #E5E5E5;
	padding: 0.22rem 0.3rem;
	color: #888888;
	/*margin-bottom: 0.3rem;*/
}
.m_input input::-webkit-input-placeholder{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #888888;
	margin-left: 0.1rem;
}
.m_input textarea{
	width: 100%;
	height: 1.8rem;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	padding: 0.24rem 0.3rem;
	color: #888888;
}
.m_input textarea::-webkit-input-placeholder{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #888888;
}
.m_input button{
	width: 2.7rem;
	height: 0.45rem;
	background: #C50608;
	border-radius: 0.05rem;
	margin: 0.4rem auto 0;
	border: none;
	display: block;
}
.button{
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.contact_tit{
		font-size: 14px;
	}
	.contact_dec{
		font-size: 12px;
	}
	#map{
		height: 4rem !important;
	}
}