.navbox {

}
.page_map_title {
	    font-size: 36px;
	    font-weight: 700;
	    color: #fff;
	    display: flex;
	    align-items: center;
		text-align: center;
		height: 100px;
		width: calc(100% - 450px);
		justify-content: center;
}
.headerbox {
	width: 1606px;
}
.navnr {
	width: 1606px;
}
.nav li:nth-child(1) {
	text-align: left;
	padding-right:0px ;
	width: auto;
}
.map_box {
	background-color: #335fd8;
	min-height: 1200px;
	width: 100%;
	position: relative;
}
.map_box {
	overflow: hidden;
}
.map_select_box {}
.select_box {
	position: relative;
	width: 150px;
	height: 50px;
	 margin-right: 20px;
	 border-radius: 100px;
}
.map_select_box select {
	width: 150px;
	height: 50px;
	border: 1px solid #fff;
	/* 设定边框颜色和宽度 */
	padding: 5px 10px;
	/* 内边距，使选项看起来不那么拥挤 */
font-size: 24px;
	padding-right: 20px;
	text-align: center;
	/* 字体大小 */
	border-radius: 100px;
	/* 边框圆角 */
	position: relative;
	/* 父容器需要是相对定位 */
	background-color: #B9D4FD;
	/* 背景颜色 */
	color: #0569FF;
	/* 文本颜色 */
	-webkit-appearance: none;
	/* 移除iOS上的默认外观 */
	-moz-appearance: none;
	/* 移除Firefox上的默认外观 */
	appearance: none;
	/* 移除标准下拉箭头 */
}

.map_select_box select:focus {
	outline: none;
	/* 去除焦点时的默认外边框 */
	border-color: #9ecaed;
	/* 焦点时边框颜色更改 */
	box-shadow: 0 0 10px #9ecaed;
	/* 焦点时的阴影效果 */
}

.map_select_box .select_box:after {
	content: '';
	/* 添加下拉箭头 */
	position: absolute;
	/* 绝对定位，相对父容器 */
	right: 15px;
	/* 距离右边一个定值 */
	top: 50%;
	/* 垂直居中 */
	pointer-events: none;
	/* 防止箭头影响选项的点击 */
	transform: translateY(-50%);
	color: #287efe;
	background-image: url(../images/down.png);
	width: 21px;
	height: 11px;
	/* 确保准确居中 */
}

.select_box_box {
	position: relative;
	 width: 200px;
	 border-radius: 100px;
	 
}

.select_box_box select {
	background-color: #0569FF;
	color: #fff;
	width: 200px;
}

.map_select_box .select_box_box:after {
	content: '';
	/* 添加下拉箭头 */
	position: absolute;
	/* 绝对定位，相对父容器 */
	right: 20px;
	/* 距离右边一个定值 */
	top: 50%;
	/* 垂直居中 */
	pointer-events: none;
	/* 防止箭头影响选项的点击 */
	transform: translateY(-50%);
	color: #fff;
	background-image: url(../images/down1.png);
	width: 21px;
	height: 11px;
	/* 确保准确居中 */
}

.map_select_box {
	display: flex;
	position: absolute;
	top: 100px;
	left: 157px;
	z-index: 1;
}


.right_map_list {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 450px;
	height: 1200px;
	background-color: rgba(0,0,0,0.2);
	padding: 45px 32px;
}
.right_map_list>div {
	width: 100%;
	height: 100%;
	padding-right: 6px;
	overflow: auto;
}
/* 自定义整个滚动条 */
.right_map_list>div::-webkit-scrollbar {
  width: 8px; /* 设置滚动条的宽度 */
}
 
/* 自定义滚动条轨道 */
.right_map_list>div::-webkit-scrollbar-track {
  background: #f1f1f1; /* 设置轨道的背景颜色 */
}
 
/* 自定义滚动条的滑块（thumb） */
.right_map_list>div::-webkit-scrollbar-thumb {
  background: #888; /* 设置滑块的背景颜色 */
}
 
/* 当滑块悬停或活动时自定义滚动条的滑块 */
.right_map_list>div::-webkit-scrollbar-thumb:hover {
  background: #555; /* 设置滑块在悬停状态下的背景颜色 */
}
.right_map_list .city_title {
	padding-left: 8px;
}

.right_map_list .city_title p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 11px;
}
.right_map_list .city_title p:before {
	content: "";
	width: 7px;
	height: 30px;
	background-color: #D8D8D8;
	margin-right: 10px;
}
.right_map_list .city_title span {
	color: #fff;
	font-size: 18px;
	line-height: 29px;
}

.school_list {
	margin-top: 24px;
}
.school_list .school_item {
	width: 100%;
	background-color: #d4dbef;
	padding: 21px 18px;
	border-radius: 6px;
	margin-bottom: 24px;
	padding-bottom: 21px;
}
.school_list .school_item.pabo {
	padding-bottom: 10px !important;
}
.school_list .school_item  .school_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 29px;
	color: #3D3D3D;
}
.school_list .school_item  .types_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 12px;
}
.school_list .school_item  .types_list span {
	width: 98px;
	height: 23px;
	border-radius: 5px;
	margin-right: 12px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	background-color: #0569FF;
	color: #fff;
	margin-bottom: 11px;
}

#map_echart_box {
	width: calc(100% - 450px);
	height: 1200px;
	position: relative;
	left: 0px;
}

.back_china_map {
		position: absolute;
right: 500px;
top: 100px;
width: 102px;
cursor: pointer;
z-index: 11111;
border: 1px solid #FFFFFF;
    height: 30px;
    border-radius: 5px;
    margin-right: 17px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    background-color: #0569FF;
    color: #fff;
    margin-bottom: 11px;
	display: none;
}

@media(max-width:750px){
	.page_map_title {
		font-size: 28px !important;
		width: 100% !important;
		height: 80px !important;
	}
	.map_select_box {
		position: relative;
		left: 0px;
		top: -10px;
	}
	.right_map_list {
		position: relative;
		right: 0px;
		top: 0px;
	}
	.select_box {
		width: 100px;
		height: 35px;
	}
	.map_select_box {
		padding: 15px;
	}
	.map_select_box select {
		width: 100px;
		height: 35px;
		    font-size: 14px;
	}
	.map_select_box .select_box:after {
		width: 10px;
		height: 5px;
		background-size: cover;
	}
	.select_box_box {
		width: 100px;
	}
	.select_box_box select {
		width: 100px;
	}
	.map_select_box .select_box_box:after {
		width: 10px;
		height: 5px;
		background-size: cover;
		right: 15px;
	}
	#map_echart_box {
		height: 500px;
		width: 100%;
		top: 0px;
	}
	.right_map_list {
		width: 100% !important;
		padding: 20px;
		height: auto;
	}
	.school_list {
		height: auto;
	}
	.right_map_list .city_title p {
		font-size: 24px;
	}
	.right_map_list .city_title p:before {
		height: 30px;
	}
	.map_box {
		min-height: auto;
	}
	.back_china_map {
		    right: 0px;
		    top: 60px;
	}
}

@media (max-width: 1640px) {
	.headerbox {
		width: 1200px;
	}
	.navnr {
		width: 1200px;
	}
}