.floor1{
	margin-bottom: 80px;
}
.contact_ul{
	display: flex;
	justify-content: space-between;
    margin-top: 30px;
}
.contact_ul>li{
	text-align: center;
	width:170px;
}
.contact_ul>li:first-child img{
	width:48px;
	height:32px;
}
.contact_ul>li:nth-child(2) img{
	width:38px;
	height:42px;
}
.contact_ul>li:nth-child(3) img{
	width:38px;
	height:42px;
}
#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;
}
.contact_ul>li:nth-child(4) img{
	width:42px;
	height:45px;
}
.contact_ul>li>p:first-child{
	margin-bottom: 15px;
}
.comtack_map{
	height:450px;
	background: #aaa;
	margin-top: 50px;
}
.m_contact{
	display: none;
}
@media only screen and (max-width:768px ) {
	.contact_ul{
		display: none;
	}
	.m_contact{
		display: block;
		text-align: center;
	}
	.m_contact h3{
		color:#003F71;
		font-weight: bold;
	}
	.m_contact a{
		display: block;
		width:60%;
		margin:0 auto;
		padding:5px 0;
		background:#CC281E ;
		border-radius: 5px;
		color:#fff;
	}
}