.floor{
	padding-top: 30px;
}
.left-box{
	width: 300px;
	flex:0 0 300px;
}
.left-box .cate{
	background: #1a96d4;
	color: #ffffff;
	height:50px;
	line-height:50px;
	text-indent: 50px;
	font-size: 18px;
}
.left-box ul li{
	background: #ffffff;
	margin-top: 2px;
}
.left-box ul li.active,
.left-box ul li:hover{
	border-left:2px solid #1a96d4;
}
.left-box ul li a{
	display: block;
	height:50px;
	line-height:50px;
	text-indent: 50px;
	font-size: 16px;
}
.right-box{
	flex:0 0 850px;
	width: 850px;
	background: #ffffff;
	padding:13px 20px 20px;
	overflow: hidden;
}
.list-title{
	border-bottom:2px solid #1a96d4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.title-str{
	font-size: 20px;
	color: #1a96d4;
}
.address a:hover{
	color: #1a96d4;
}
.content img{
	max-width: 100%;
}
#map_container{
	width: 100%;
	height: 400px;
}
.contact-info{
	padding: 20px;
	line-height: 60px;
}