.main {
	width: 1200px;
	margin: 0 auto;
}

.main_tit {
	height: 30px;
	margin: 20px 0;
}

.search-box-baidu {
	float: left;
	width: 428px;
	height: 30px;
	border: solid 1px #6cb8ff;
	position: relative;
	margin-right: 20px;
	/* margin-left: 32%; */
}

.search-box-baidu .icon {
	position: absolute;
	font-size: 20px;
	color: #6CB8FF;
	left: 10px;
	top: 0;
}

.search-box-baidu input {
	width: 320px;
	height: 28px;
	line-height: 28px;
	background-color: #ffffff;
	font-size: 14px;
	border: none;
	outline: none;
	text-indent: 45px;
	color: #696969;
	border-color: #efefef;
}

.search-baidu {
	display: block;
	width: 107px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	background-color: #6cb8ff;
	color: #ffffff;
	float: right;
	cursor: pointer;
}

.come {
	/* float: right; */
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}

.come i {
	color: rgb(70, 142, 240);
}

.stores {
	height: 1020px;
}

.stores>div {
	box-shadow: 0px 0px 0px 0px #b7b7b7;
}

.stores_le {
	font-size: 14px;
	height: 100%;
	width: 600px;
	float: left;
}

.stores_ri {
	float: right;
	width: 580px;
	height: 580px;
}

.stores_le>P {
	margin: 40px 0;
	text-align: center;
}

.stores_le>P>span {
	margin-right: 5px
}

.upPag, .downPage {
	border: 1px solid #e5e5e5;
	padding: 1px;
}

.ok {
	margin: 0 3px;
	min-width: 30px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	color: #5e5e5e;
	cursor: pointer;
	outline: none;
	text-align: center;
}

.paginput {
	width: 25px;
	height: 20px;
	text-align: center;
	color: #5e5e5e;
	outline: none;
}

.upPag:hover, .ok:hover, .downPage:hover {
	cursor: pointer;
	background-color: #0eb0d2;
	color: white;
}

.bdsn {
	background-color: #0eb0d2;
	color: white;
}

.stores_le>div>p {
	padding-left: 25px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position-y: 3px;
}
/* .stores_le>div>p:nth-child(3){
	background-image: url(../images/test/157ded3.svg);
}
.stores_le>div>p:nth-child(2){
	background-image: url(../images/test/157ded2.svg);
}
.stores_le>div>p:nth-child(1){
	background-image: url(../images/test/157ded1.svg);
} */
.ditu {
	color: #4284d9;
}

.join-in {
	margin-left: 20px;
	font-weight: 600;
	color: #ff0505;
}
/* .stores_le>div:before {
	content: "";
	position: absolute;
	height: 60%;
	border-left: 3px solid #157ded;
	left: -22px;
} */
/* .stores_le>div:hover{color: #157ded;zoom: 1.05;} */
.stores_le>div:hover:before {
	border-left: 3px solid red;
}

.stores_le>div:active {
	color: #4A8BC8;
}

.map_top {
	width: 100%;
	height: 580px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.map_bottom {
	width: 100%;
	height: 370px;
	border: 5px solid #f3f2f2;
	border-radius: 10px;
}

.map_bottom>div>img {
	width: 100%;
	display: block;
	height: 100%;
	box-shadow: 1px 1px 1px 1px #b7b7b7;
	border-radius: 5px;
}

.img_le {
	width: 60%;
	float: left;
	height: 100%;
}

.img_ri {
	width: 39%;
	float: right;
	height: 100%;
	overflow: hidden;
	margin-top: 5px;
}

.img_ri img {
	margin-bottom: 5px;
}

.picScroll-top {
	margin-left: 0%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.picScroll-top .bd ul {
	overflow: hidden;
}

.picScroll-top .bd ul li {
	text-align: center;
}

.picScroll-top .bd ul li .pic {
	text-align: center;
}

.picScroll-top .bd ul li .pic img {
	width: 75%;
	display: block;
	padding: 2px;
	margin: 0 auto;
	box-shadow: 0px 0px 0px 0px #b7b7b7;
	border-radius: 5px;
}

.picScroll-top .bd ul li .pic a:hover img {
	border-color: #999;
}

.picScroll-top .bd ul li .title {
	line-height: 24px;
}