.floor1{
	margin-top: 60px;
	margin-bottom: 80px;
}

.floor1_l{
	height: 400px;
	padding: 0;
}

.floor1_r{
	padding: 50px 0 0 80px;
}
.floor1_caption::after{
	content: "";
	display: block;
	clear: both;
}
.floor1_caption>div:first-child{
	width:60px;
	float: left;
}
.floor1_caption>div:nth-child(2){
	width:100%;
	box-sizing: border-box;
	padding-left: 60px;
}
.floor1_caption>div:nth-child(2)>h5{
	color: #00A2E9;
	font-size: 24px;
	margin: 0 0 3px 0;
}
.floor1_caption>div:nth-child(2)>p{
	color: #303030;
	font-size: 16px;
}
.floor1_line{
	width:100%;
	height: 1px ;
	background: #D2D2D2;
	position: relative;
	margin: 25px 0;
}
.floor1_line span{
	display: inline-block;
	width:80px;
	height: 1px ;
	background: #00A2E9;
	position: absolute;
	left: 0;
	top:0;
}
.floor1_r>p{
	margin-bottom: 19px;
	color: #303030;
}
.floor1_r>p span:first-child{
	display: inline-block;
	width:30px;
	text-align: center;
}
.floor1_r>p span:nth-child(2){
	margin: 0 10px;
}


@media screen and (min-width: 992px) and (max-width:1200px) {
	
}

@media screen and (min-width: 769px) and (max-width:991px) {
	
}
@media screen and (max-width:768px) {
	.floor1_r{
		padding: 0 15px;
		margin-top: 25px;
	}
}