
.bsfw-main *{
	box-sizing: border-box;
}
.bsfw-bar1{
	display: flex;
	justify-content: space-between;
}
.bsfw-w1{
	margin-top: 32px;
}
.bsfw-tit1{
	padding-bottom: 14px;
	border-bottom: 2px solid #eeeeee;
}
.bsfw-tit1 img{
	margin: 0 15px 0 7px;
}
.bsfw-tit1 .tit{
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}
.bsfw-w1c{
	position: relative;
	overflow: hidden;
	height: 480px;
	background: url(2025bsfw-bg1.png) top center no-repeat;
}
.bsfw-w1c .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	padding: 0 1px;
}
.bsfw-w1c a{
	display: flex;
	align-items: center;
	width: 380px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 4px;
	padding-right: 12px;
	margin-left: 29px;
	margin-top: 35px;
	border: solid 1px #f3f3f3;
}
.bsfw-w1c a:nth-child(3n+1){
	margin-left: 0;
}
.bsfw-w1c a img{
	flex-shrink: 0;
	margin: 0 30px;
}
.bsfw-w1c a p{
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	max-width: 74%;
}
.bsfw-w1c .swiper-pagination{
	bottom: 32px;
}
.bsfw-w1c .swiper-pagination .swiper-pagination-bullet{
	width: 31px;
	height: 4px;
	background-color: #8bb9e7;
	border-radius: 2px;
	opacity: 0.45;
	margin: 0 2.5px;
}
.bsfw-w1c .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #2789ee;
	opacity: 1;
}
.bsfw-w2{
	margin-top: 35px;
}
.bsfw-w2c{
	height: 520px;
	box-shadow: 0px 6px 8px 0px #e5f0ff;
	border: solid 1px #c0c0c0;
	padding: 35px 0 20px;
}
.bsfw-w2c .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: auto;
	height: 100%;
	padding: 0 18px 0 35px;
}
.bsfw-w2c .box::-webkit-scrollbar{
	width: 16px;
	background-color: #e8e8e8;
	border-radius: 2px;
}
.bsfw-w2c .box::-webkit-scrollbar-thumb{
	width: 16px;
	background-color: #9acaff;
	border-radius: 2px;
}
.bsfw-w2c a{
	width: 540px;
	height: 100px;
	background-color: #ecf5ff;
	border-radius: 2px;
	display: flex;
	align-items: center;
	padding: 0 50px;
	margin-bottom: 16px;
	font-size: 18px;
	color: #000000;
}
.bsfw-w3{
	margin-top: 42px;
}
.bsfw-w3c{
	margin: -10px;
	margin-top: 20px;
	padding: 10px;
}
.bsfw-w3c .swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: block;
	padding: 6px;
	width: 262px;
	height: 213px;
	margin-right: 50px;
	box-shadow: 0px 1px 6px 1px rgba(81, 94, 129, 0.18);
}
.bsfw-w3c .swiper-slide:nth-child(4){
	margin-right: 0;
}
.bsfw-w3c .swiper-slide img{
	display: block;
	width: 100%;
	height: 148px;
}
.bsfw-w3c .swiper-slide p{
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #0f2869;
	padding-top: 7px;
}
.bsfw-w4{
	margin-top: 46px;
}
.bsfw-w4c{
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}
.bsfw-w4c .item{
	display: flex;
	align-items: center;
	width: 283px;
	height: 88px;
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 0px rgba(77, 150, 241, 0.21);
	border-radius: 4px;
	border: solid 1px #fff;
}
.bsfw-w4c .item img{
	margin: 0 0 0 64px;
}
.bsfw-w4c .item div{
	width: 114px;
	text-align: center;
}
.bsfw-w4c .item .num{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
}
.bsfw-w4c .item .tit{
	font-size: 16px;
	color: #000000;
}
.bsfw-w4c .item:hover{
	border: solid 1px #2775cc;
}
.bsfw-w5{
	margin-top: 40px;
}
.bmdt-main{
	width: 100%;
	height:520px;
	margin: 22px auto 0;
}
.bmdt-map-content,.bmdt-map-nav,.bmdt-map{
	height: 100%;
}
.bmn-result-list{
	height: 350px;
}
.bmdt-map-content{
	width: 830px;
	float: right;
}

@media screen and (min-width: 769px){
	.bsfw-w1c a:hover{
		font-weight: bold;
		box-shadow: 0px 6px 8px 0px #e5f0ff;
		/*box-shadow: 0px 6px 8px 0px rgba(0,82,137,.2);*/
	}
}

@media screen and (max-width: 768px){
	.bsfw-main{
		padding: 0 .2rem;
	}
	.bsfw-bar1{
		flex-wrap: wrap;
	}
	.bsfw-bar1 a{
		margin-bottom: .2rem;
	}
	.bsfw-bar1 img{
		width: 100%;
	}
	.bsfw-w1{
		margin-top: .2rem;
	}
	.bsfw-tit1{
		padding-bottom: .2rem;
	}
	.bsfw-tit1 img{
		height: .4rem;
		margin: 0 .2rem 0 .1rem;
	}
	.bsfw-tit1 .tit{
		font-size: .36rem;
	}
	.bsfw-w1c{
		height: auto;
		padding-bottom: .5rem;
		background: none;
	}
	.bsfw-w1c a{
		width: 100%;
		height: auto;
		min-height: 1rem;
		padding: .2rem;
		font-size: .32rem;
		margin: .2rem 0 0;
	}
	.bsfw-w1c a img{
		width: auto;
		height: .5rem;
		margin: 0 .4rem;
	}
	.bsfw-w1c a p{
		text-align: left;
		max-width: initial;
	}
	.bsfw-w1c .swiper-pagination{
		bottom: 0;
	}
	.bsfw-w2{
		margin-top: .4rem;
	}
	.bsfw-w2c{
		height: 10rem;
		padding: .2rem 0;
	}
	.bsfw-w2c .box{
		padding: 0 .2rem;
	}
	.bsfw-w2c .box::-webkit-scrollbar,.bsfw-w2c .box::-webkit-scrollbar-thumb{
		width: .14rem;
	}
	.bsfw-w2c a{
		width: 100%;
		height: auto;
		padding: .2rem;
		font-size: .32rem;
		margin-bottom: .2rem;
	}
	.bsfw-w3{
		margin-top: .4rem;
	}
	.bsfw-w3c{
		margin: .3rem 0 0;
	}
	.bsfw-w3c .swiper-slide{
		height: 5.4rem;
	}
	.bsfw-w3c .swiper-slide img{
		height: 4rem;
	}
	.bsfw-w3c .swiper-slide p{
		font-size: .32rem;
		line-height: .5rem;
		padding-top: .1rem;
	}
	.bsfw-w4{
		margin-top: .5rem;
	}
	.bsfw-w4c{
		margin-top: .2rem;
		flex-wrap: wrap;
	}
	.bsfw-w4c .item{
		width: 48%;
		height: 1.4rem;
		margin-top: .2rem;
		box-shadow: 0px 0px .1rem 0px rgba(77, 150, 241, 0.21);
	}
	.bsfw-w4c .item img{
		margin: 0 0 0 .4rem;
		width: .6rem;
	}
	.bsfw-w4c .item .num{
		font-size: .32rem;
		line-height: .5rem;
	}
	.bsfw-w4c .item .tit{
		font-size: .32rem;
	}
	.bsfw-w4 .bsfw-tit1 .tit{
		max-width: 87%;
	}
	.bsfw-w4 .bsfw-tit1 .tit .time{
		display: inline-block;
	}
	.bsfw-w5{
		margin-top: .4rem;
	}
	.bmdt-main{
		margin-top: .3rem;
		height: auto;
	}
	.bmn-item .bmn-item-img img{
		width: auto;
	}
}