.row_a5{
	position: relative;
}
.a5_box{
	padding: 25px 30px 25px 30px;
	width: 380px;
	height: 700px;
	background: #fff;
	position: absolute;
	right: 0;
	overflow: hidden;
	top: 50%;
	transform: translate(-50%,-50%);
}
.a5_map{
	height: 850px;
	width: 100%;
}
.a5_map img{
	width: 100%;
	height: 100%;
}
.a5_df{
	display: flex;
	align-items: center;
}
.a5_top{
	
	display: flex;
	justify-content: space-between;
}
.seach_city input{
	width: 100%;
	padding: 10px;
	border: 1px solid #dedede;
}
.seach_city{
	
	margin-top: 24px;
	margin-bottom: 24px;
	position: relative;
}
.seach_city img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%,-50%);
}
.seach_on{
	/* width: 303px;
	height: 83px; */
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
.seach_on>div:nth-child(1){
	font-size: 16px;
	color: #333;
}
.seach_on>div:nth-child(2){
	display: flex;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	
}
.seach_on>div:nth-child(2) span{
	margin-right: 10px;
}
.a5_df>div:nth-child(2){
	font-size: 22px;
}
.map_tab{
	cursor: pointer;
	color: #666666;
}

.seach_body{
	overflow-y: scroll;
height:533px;
}
.a6_main{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.a6_left{
	font-size: 32px;
	font-weight: 600;
}
.row_a6{
	padding-top: 57px;
	padding-bottom: 90px;
}
.a6_box{
	padding-top: 56px;
}
.a6_box ul{
	display: flex;
	flex-wrap: wrap;
}
.a6_box ul li{
	margin-right: 30px;
	margin-bottom: 30px;
}
.a6_box ul li:nth-child(3n+3){
	margin-right: 0;
}
@media screen and (max-width:768px) {
	.a5_box {
	  left: 50%;
	  padding: .3rem;
	  width: 278px;
	  height: 482px;
	  top: 54%;
	}
	.a5_df > div:nth-child(2) {
	  font-size: .3rem;
	}
	.seach_body{
		height: 338px;
	}
	.seach_on > div:nth-child(1) {
	  font-size: .25rem;
	}
	.seach_on > div:nth-child(2) {
	  font-size: .3rem;
	}
	.row_a5{
		padding-top: 1.1rem;
	}
	.a5_map{
		height: 604px;
	}
	.row_a6{
		padding-top: 0.57rem;
		padding-bottom: 0.9rem;
	}
	.a6_left{
		font-size: .5rem;
	}
	.a6_box{
		padding-top: .3rem;
	}
	.a6_box ul li{
		margin-right: auto;
	}
}