.atlas_box{
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	height: 700px;
	padding: 50px 20px 55px 80px;
	background-image: url("../images/zhuanti/2026qglh/atlas_background.png");
	background-size: 100% 100%;
}
.atlasImg_box{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.atlasImg_box img{
	height: 100%;
}
.atlas_list{
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 130px;
	font-size: 0;
}
.atlas_list a{
	display: inline-block;
	width: 25%;
}
.atlas_li{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	border-right: 1px solid white;
	background-color: rgba(255,0,0,0.7);
	font-size: 16px;
	height: 130px;
	float: left;
	color: white;
}
.atlas_li:hover{
	background-color: rgba(180,0,0,0.7);
}

@media screen and (max-width: 1020px){
	.atlasBox_m{
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
	}
	.atlasImg_m{
		width: 100%;
		padding: 0!important;
	}
	.atlasImg_m img{
		width: 100%;
	}
}