@charset "utf-8";
.base_title{
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #000;
	line-height: 48px;
}
.bs1_box{
	width: 100%;
	padding-bottom: 86px;
}
.bs1_box .bs1_con{
	margin-top: 60px;
}
.bs1_box .bs1_select{
	width: 16%;
	height: 50px;
	margin-right: 20px;
	appearance:none;   
	-moz-appearance:none;   
	-webkit-appearance:none; 
	border:1px solid rgb(230, 230, 230);
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
	padding: 0 20px;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	background: #fbfbfb url(../img/arrow2.png) no-repeat 95% center;
	background-size: auto;
}
.bs1_box .bs1_search{
	width: 35%;
	height: 50px; 
	border:1px solid rgb(230, 230, 230);
	border-radius: 10px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}
.bs1_box .bs1_search .bs1_input{
	width: calc(100% - 50px);
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 0;
	border:none;
	outline: none;
	font-size: 16px;
	background: #fbfbfb;
}
.bs1_box .bs1_search .bs1_btn{
	width: 50px;
	height: 100%;
	background: #fbfbfb;
}
.bs1_box .bs1_inner{
	height: 687px;
	width: 100%;
	margin-top: 50px;
}
.bs1_box .map_con{
	width: calc(67% - 20px);
	height: 100%;
	margin-right: 20px;
	border-radius: 10px;
}
.bs1_box .bs1_content{
	width: 33%;
	height: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border:1px solid #e5e5e5;
    overflow: auto;
}
.bs1_box .bs1_content::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.bs1_box .bs1_content::-webkit-scrollbar-track {
	background: #e5e5e5;
}
.bs1_box .bs1_content::-webkit-scrollbar-thumb {
	background: #c30d23;
	border-radius: 20px;
}
.bs1_box .bs1_content::-webkit-scrollbar-thumb:hover {
	background: #c30d23;
	border-radius: 20px;
}
.bs1_box .bs1_content::-webkit-scrollbar-corner {
	background: #e5e5e5;
}
.bs1_box .bs1_nav{
	border-bottom: 1px solid #e5e5e5;
	margin: 0 20px;
	padding-top: 18px;
	padding-bottom: 40px;
	cursor: pointer;
}
.bs1_box .bs1_nav .bs1_nav_left{
	width: 58px;
	height: 72px;
	background: url(../img/map_icon.png) no-repeat center center;
	background-size: 100% auto;
	font-size: 24px;
	color:#c30d23;
	text-align: center;
}
.bs1_box .bs1_nav .bs1_nav_left .bs1_nav_num{
	font-weight: bold;
	padding-top: 10px;
}
.bs1_box .bs1_nav .bs1_nav_right{
	width: calc(100% - 58px);
	box-sizing: border-box;
	padding-left: 18px;
}
.bs1_box .bs1_nav .bs1_nav_title{
	font-size: 24px;
	line-height: 30px;
}
.bs1_box .bs1_nav .bs1_nav_subtitle{
	font-size: 16px;
	line-height: 30px;
}
.bs1_box .bs1_nav .bs1_nav_phone{
	font-size: 16px;
	line-height: 30px;
}

.BMap_mask{ display:none;}
.BMap_stdMpZoom{ display:none;}
.BMap_stdMpPan{ display:none;}
.BMap_cpyCtrl{ display:none;}
.BMap_scaleTxt{ display:none;}
.BMap_scaleCtrl{ display:none;}
.BMap_omCtrl{ display:none;}
.anchorBL{ display:none;}
/*
.BMapLabel{
	background-image: url(../img/map_bg.png);
}
.BMapLabel:after{
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -25px;
	width: 49px;
	height: 25px;
	background: url(../img/map_img.png) no-repeat left top;
	background-size: contain;
	content: "";
}*/
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	.base_title{
		font-size: 30px;
		line-height: 30px;
	}
	.bs1_box .bs1_nav{
		padding-bottom: 20px;
	}
	.bs1_box .bs1_nav .bs1_nav_left {
	    width: 38px;
	    height: 47px;
	    font-size: 18px;
	}
	.bs1_box .bs1_nav .bs1_nav_title {
	    font-size: 18px;
	    line-height: 26px;
	}
	.bs1_box .bs1_nav .bs1_nav_subtitle {
	    font-size: 14px;
	    line-height: 26px;
	}
	.bs1_box .bs1_nav .bs1_nav_left .bs1_nav_num{
		padding-top: 5px;
	}
	.bs1_box .bs1_select{
		font-size: 14px;
	}
	.bs1_box .bs1_search .bs1_input{
		font-size: 14px;
	}
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 500px) {
	
	.bs1_box .bs1_con{
		display: block;
		margin-top: 20px;
	}
	.bs1_box .bs1_select{
		width: calc((100% - 20px) / 3);
		margin-right: 10px;
		display: block;
		float: left;
		padding: 0 10px;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
   		background-size:8px auto;
		margin-bottom: 10px;
	}
	.bs1_box .bs1_select:nth-child(3){
		margin-right: 0;
	}
	.bs1_box .bs1_search{
		width: 100%;
		height: 36px;
		line-height: 36px;
		clear: both;
	}
	.bs1_box .bs1_search .bs1_input{
		padding:0 10px;
	}
	.bs1_box .bs1_search .img{
		width: 16px;
	}
	.bs1_box .bs1_inner {
	    height: auto;
	    width: 100%;
	    margin-top: 20px;
	    display: block;
	}
	.bs1_box .map_con {
	    width: 100%;
	    height: 300px;
	    margin-right: 0;
	}
	.bs1_box .bs1_content {
	    width: 100%;
	    height: auto;
	    margin-top: 10px;
	}
	.bs1_box .bs1_nav .bs1_nav_left {
	    width: 20px;
	    height: 32px;
	    font-size: 12px;
	}
	.bs1_box .bs1_nav .bs1_nav_left .bs1_nav_num{
		padding-top: 4px;
	}
	.bs1_box .bs1_nav .bs1_nav_title {
	    font-size: 16px;
	    line-height: 20px;
	}
	.bs1_box .bs1_nav .bs1_nav_subtitle {
	    font-size: 12px;
	    line-height: 18px;
	    margin-top: 5px;
	}
	.bs1_box .bs1_nav .bs1_nav_phone {
	    font-size: 14px;
	    line-height: 20px;
	    margin-top: 5px;
	}
	.bs1_box .bs1_nav{
		padding: 10px 0;
	}
	.bs1_box{
		padding-bottom: 20px;
	}
}