@charset "utf-8";
.cu1_box{
	width: 100%;
	height: 920px;
}
.cu1_box .cu1_left{
	width: 50%;
	height: 100%;
}
.cu1_box .cu1_right{
	width: 50%;
	height: 100%;
}
.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;
}
.map_con{
	width: 100%;
	height: 100%;
}
.cu1_box .cu1_inner{
	width: 100%;
}
.cu1_box .cu1_nav{
	padding: 0 15%;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	padding-bottom: 75px;
	margin-bottom: 75px;
}
.cu1_box .cu1_nav:after{
	content: "";
	width: 70%;
	height: 1px;
	background: #d8dbdd;
	position: absolute;
	bottom: 0;
	left: 15%;
}
.cu1_box .cu1_nav:last-child{
	margin-bottom: 0;
}
.cu1_box .cu1_nav .cu1_nav_title{
	font-size: 44px;
	line-height: 44px;
}
.cu1_box .cu1_nav .cu1_nav_subtitle{
	font-size: 18px;
	line-height: 20px;
	margin-top: 18px;
	padding-left: 25px;
	background: url(../img/map_icon.png) no-repeat left center;
	background-size: auto;
}
.cu1_box .cu1_nav .cu1_nav_img{
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -55px;
	margin-left: -55px;
	background: #fff;
	border:1px solid #00a7ea;
	box-sizing: border-box;
	border-radius: 50%;
}
.cu1_box .cu1_nav .cu1_nav_img .img{
	max-width: 100%;
	max-height: 100%;
}
.cu1_box .cu1_nav .cu1_nav_img .img2{
	display: none;
}
.cu1_box .cu1_nav:hover .cu1_nav_img .img1,
.cu1_box .cu1_nav.on .cu1_nav_img .img1{
	display: none;
}
.cu1_box .cu1_nav:hover .cu1_nav_img,
.cu1_box .cu1_nav.on .cu1_nav_img{
	background: #00a7ea;
}
.cu1_box .cu1_nav:hover .cu1_nav_img .img2,
.cu1_box .cu1_nav.on .cu1_nav_img .img2{
	display: block;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	.cu1_box .cu1_nav .cu1_nav_title{
		font-size: 30px;
		line-height: 30px;
	}
	.cu1_box .cu1_nav .cu1_nav_subtitle{
		font-size: 16px;
		line-height: 16px;
	}
	.cu1_box .cu1_nav{
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
	.cu1_box{
		height: 800px;
	}
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	.cu1_box .cu1_nav .cu1_nav_title{
		font-size: 24px;
		line-height: 24px;
	}
	.cu1_box .cu1_nav .cu1_nav_subtitle{
		font-size: 14px;
		line-height: 14px;
	}
	.cu1_box .cu1_nav{
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.cu1_box{
		height: 700px;
	}
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	.cu1_box .cu1_nav .cu1_nav_title{
		font-size: 20px;
		line-height: 20px;
	}
	.cu1_box .cu1_nav .cu1_nav_subtitle{
		font-size: 14px;
		line-height: 18px;
	}
	.cu1_box .cu1_nav .cu1_nav_img{
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
	}
	.cu1_box .cu1_nav .cu1_nav_img .img{
		max-width: 50%;
		max-height: 50%;
	}
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 768px) {
	.cu1_box .cu1_nav{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.cu1_box{
		display: block;
		height: auto;
	}
	.cu1_box .cu1_left{
		width: 100%;
		height: 360px;
	}
	.cu1_box .cu1_right{
		width: 100%;
		margin-top: 20px;
	}
	.cu1_box .cu1_nav .cu1_nav_img{
		position: initial;
		margin-top: 0;
		margin-left: 0;
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}
	.cu1_box .cu1_inner{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.cu1_box .cu1_nav{
		width: 100%;
		padding: 0 0 20px 0;
		margin-bottom: 20px;
	}
	.cu1_box .cu1_nav .cu1_nav_subtitle{
		margin-top: 10px;
		font-size: 12px;
		background-size: 12px auto;
		padding-left: 18px;
	}
	.cu1_box .cu1_nav:after{
		left: 0;
		width: 100%;
	}
	.cu1_box .cu1_nav:last-child:after{
		display: none;
	}
}
@media screen and (max-width: 414px) {
	
}