﻿.content_sousuo{width: 100%;height: 0.5rem}
.content_sousuo input:nth-of-type(1){margin-left:0.2rem; border: 1px solid;height: 0.5rem;width: 73%;padding-left: 10px;border-radius: 4px;font-size: 14px;outline: none;margin-top:0.2rem;}
#container{min-width:100%;min-height:6rem;}
.positionList{background-color: #ffffff;text-align: left;width: 600px; margin: 0 auto; margin-top: 20px;    border-radius: 10px;}
.positionList span p:nth-of-type(1){font-size: 16px; margin-bottom: 8px;}
.positionList span p:nth-of-type(2){color: #666; margin: 0;}
.dizhi_img{background-image: url("../images/locationmid.png");background-repeat: no-repeat;width: 0.4rem; height: 0.4rem}
.positionList li{border-bottom: 1px solid #cfcfcf; position: relative; line-height: 100%; padding: 15px 10px;}
.positionList li:last-child{ border-bottom: none; }
.positionList li div{width: 100%; padding-left: 40px;box-sizing: border-box}
.all{text-align: center;background-color: #ffffff;}
.sousuo {
	border: 1px solid#0181ff;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	z-index: 10;
}
.sousuo{border-radius: 10px; width: 400px; margin: 10px auto; margin-top: -10px;position: relative; bottom: -65px;}
.sousuo_down h4{font-size: 0.3rem;font-weight: 600;margin-bottom: 0.1rem}
.sou.positionList{background-color: #ffffff;text-align: left;}
.positionList2{background-color: #ffffff;text-align: left;width: 600px;
    margin: 0 auto;}
.positionList2 span p:nth-of-type(1){font-size: 16px; margin-bottom: 8px;}
.positionList2 span p:nth-of-type(2){color: #666;}
.positionList2 li{border-bottom: 1px solid #cfcfcf;height: 1rem;position: relative;line-height: 100%;padding-top: 10px;}
.positionList2 li div{width: 100%; margin-top: 0.1rem;padding: 0 0.25rem;box-sizing: border-box}
.textBlue {position: absolute;right: 0.2rem;top: 0.3rem;text-align: center;}
#search{ width: 60%;height: 30px;border-bottom: none;border-top: none;border-right: none;outline: none;
	border-left: 1px solid #0181ff;
	padding-left: 10px;
	overflow: hidden;
	background: none;
}
.sousuo_btn {
	background-image: url(../images/map_01.png);
	background-repeat: no-repeat;
	background-size: 40%;
	width: 38px;
	height: 20px;
	background-color: #ffffff;
	border: none;
	margin-top: 10px;
	float: right;
	outline: none;
	background-position-x: 10px;
}
#mapIndex {
	/*width: 90%;*/
	height: 500px;
	margin: 0 auto;
	z-index: 0;
	background: #fff;
	border: 1px solid #ccc;
}
#city{ width: 25%; height: 36px; padding: 0 10px ; border: none; outline: none; border-radius: 10px; 
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer; 
	background: none;
}
.map_Choice{
	text-align: center;
	margin: 35px auto 25px;
}
.map_but {
	display: inline-block;
	background-color: #fff;
}
.map_but div {
	display: inline-block;
	padding: 10px 30px;
	box-sizing: border-box;
	cursor: pointer;
	margin-left: -5px;
}
.map_but01{
	color: #0081ff;
	border: 1px solid #0081ff;
}
.map_but01.active {
	background: #0081ff;
	color: #fff;
}
.map_but02{
	color: #ff8202;
	border: 1px solid #ff8202;
}
.map_but02.active{
	background: #ff8202;
	color: #fff;
}
.positionList .icon{
	width: 36px;
	height: 36px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -18px;
}
.positionList .icon{
	background: url('../images/locationmid.png') no-repeat;
}
.positionList2 .icon{
	background: url('../images/locationymid.png') no-repeat;
}
.banner_map img{
	width: 100%;
	margin-left: 0;
}
@media (max-width: 600px){
	.positionList, .positionList2{
		width: 100%;
		border-radius: 0;
	}
	.map_but div{
		padding: 10px 15px;
	}
	.sousuo{
		width: 90%;
	}
	#mapIndex{
		height: 400px;
		margin-top: -19px;
		margin-bottom: -20px;
	}
}
@media (max-width: 768px){
	.banner_map img{
		width: 140%;
		margin-left: -20%;
	}
}
