
#map{
	height: 520px;
	
}
.floor1{
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact_l{
	/*padding: 0;*/
}
.contact_l>h2{
	margin-bottom: 40px;
}
.contact_body::after{
	content: "";
	display: block;
	clear: both;
}
.contact_body>div{
	/*float: left;*/
}
.contact_input p{
	margin-bottom: 20px;
}
.contact_input input{
	border:1px solid #DFDDDD;
	color:#656;
	box-sizing: border-box;
	padding:15px 20px;
	outline: none;
    width: 340px;
}
.submit{
	display: inline-block;
	background: #029EF7;
	color: #fff;
	padding:10px 35px;
	border-radius: 5px;
	border: none;
}
.contact_txt{
	/*margin-left: 20px;*/
}
.contact_txt textarea{
	border: 1px solid #DFDDDD;
	width:502px;
	height: 350px;
	box-sizing: border-box;
	padding: 10px;
	color: #656;
	outline: none;
	resize:none;
}
.contact_body>p{
	margin-top: 30px;
}
.contact_r{
	box-sizing: border-box;
	padding: 0 40px;
}
.contact_r>h2{
	margin-bottom: 40px;
}
.contact_li{
	margin-bottom: 35px;
}
.contact_li::after{
	content: "";
	display: block;
	clear: both;
}
.contact_li>div{
	float: left;
}
.contact_li>div:first-child{
	width:80px;
	height: 80px;
}
.contact_li>div:first-child img{
	width:100%;
	height: 100%;
}
.contact_li>div:nth-child(2){
	font-family: "宋体";
    color: #ABABAB;
    width: calc(100% - 80px);
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
}
.contact_li:first-child>div:nth-child(2){
	line-height: inherit;
}
.contact_li>div:nth-child(2) h5{
	color: #000;
	margin-top: 3px;
}
.contact_li>div:nth-child(2) p{
	margin: 0;
}
