.floor1{
	margin-bottom: 80px;
}
.row1>h4{
	font-weight: bold;
}
.row1>h6{
	color:#aaa;
}
.row1>p{
	margin:30px 0;
	color:#666;
}
.service_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;
}
.service_ul{
	/*display: flex;
	justify-content: space-between;*/
	margin-top: 60px;
}
.service_ul::after{
	content: "";
	display: block;
	clear: both;
}
.service_ul>li{
	width:25%;
	float:left;
	text-align: center;
	margin-bottom: 20px;
}
.service_ul li>p:first-child{
	text-align: center;
	margin-bottom: 20px;
}
.service_ul li:first-child img{
	width:68px;
	height:64px;
}
.service_ul li:nth-child(2) img{
	width:66px;
	height:64px;
}
.service_ul li:nth-child(3) img{
	width:66px;
	height:64px;
}
.service_ul li:nth-child(4) img{
	width:66px;
	height:64px;
}

@media screen and (max-width:768px ) {
	.service_ul>li{
		width:50%;
	}
}