table{
	width:96%;
	margin-left:2%;
}
table td{
	border:solid 1px #ebebeb;
	height:60px;
	padding-left:20px;
	font-size:16px;
}
table tr:nth-child(6),table tr:nth-child(7){
	height:90px;
}
.p1{
	color:#5f6061;
	font-size:18px;
}
.p2{
	color:#38adff;
	font-size:16px;
}
.content img{
	margin-bottom:20px;
}

.map{
	width:100%;
}
h5{
	color:#69c0fe;
}
.td2{
	color:#5b5b5b;
}
@media screen and (max-width:700px){
	table td{
	  border:solid 1px #ccc;
	  height:40px;
	  padding-left:4px;
	  font-size:12px;
   }
  .p1{
	font-size:12px;
   }
  .p2{
	font-size:12px;
   }
   .map{
	 width:100%;
    }
    .content img{
	width:50%!important;
    }
}
