.floor1{
	margin-bottom: 80px;
}
.about_txt p{
	color:#666;
	margin-bottom: 30px;
}
.about_txt img{
	max-width: 100%
}
.about_img{
	width:100%;
}
.about_img img{
	width:48%;
	margin:0 .5%;
}
#service {
	width: 170px;
	height: 250px;
	background-color: #0094D7;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 0;
	top: 300px;
}
#inside {
	width: 150px;
	height: 230px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around
}
.title {
	color: #88D8F6;
	font-size: 18px;
	font-weight: bold
}
.line {
	width: 90%;
	height: 1px;
	background-color: gainsboro
}
.qq_pic {
	width: 141px;
	height: 43px;
}
#phone {
	color: orange;
	font-weight: bold;
}