.floor1{
	margin-top: 50px;
	margin-bottom: 50px;
}
.floor1_caption{
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.floor1_caption span{
	font-size: 24px;
	color: #333;
	display: inline-block;
	padding: 0 10px;
	background: #fff;
}
.floor1_caption .line{
	width: 100%;
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	top:18px;
	z-index: -1;
}

.contact_info{
	height: 486px;
	background: url("../img/56.png") no-repeat;
	position: relative;
	margin-bottom: 20px;
}

.content{
	position: absolute;
	left: 167px;
	top:28px;
	background:rgba(255,255,255,.7);
	font-size: 16px;
	color: #333;
	padding: 20px;
	white-space: nowrap;
	overflow: hidden;text-overflow: ellipsis;
}
.content img{
	margin-right: 10px;
}

.map{
	height: 540px;
}

.content p{
	    margin-bottom: 10px;
	}
@media screen and (max-width: 768px){
	.content{
		position: relative;
		left: 0;
	}
	.content p{
	    white-space: normal;
	    font-size: 14px;
	    line-height: 37px;
	    padding-left: 47px;
	    position: relative;
	}
	.content img{
    display: block;
    width: 37px;
    position: absolute;
    left: 0;
    top: 0;
	}
}
