body {
	background-color: #FAFCF9;
}


/* 大图 */
.big-img {
	width: 100%;
	/* height: 578px; */
}

.big-img img {
	width: 100%;
	/* height: 100%; */
}

.location {
	text-align: left;
	margin: 14px auto;

}

.location span a {
	padding: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.location span:first-child {
	margin-right: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.location span:last-child i {
	display: none;
}

.location span:last-child a {
	color: #3b9d6e;
}




/* map */
.map {
	position: relative;
	width: 100%;
	height: calc(100% - 380px);
	margin-top: 15px;
}

.map-img {
	width: 100%;
	height: 100%;
}

.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.bg .content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.bg .content div {
	background: #FFFFFF;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: relative;
}

.bg .content p {
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #FFFFFF;
	/* box-shadow: 0px 0px 1px #009FD9; */
}

.bg .content span {
	position: absolute;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	animation: myMap 1.5s infinite;
	box-shadow: 0px 0px 5px 4px #FFFFFF;
	background-color: #FFFFFF;
	animation-delay: 0.8s;
}

.bg .content .content-four p,
.bg .content .content-four span {
	width: 3px;
	height: 3px;
}


.bg .content .content-eight p,
.bg .content .content-eight span {
	width: 8px;
	height: 8px;
}

.bg .content .round {
	width: 28px;
	height: 28px;
	background-color: transparent;
	z-index: 200;
}

.bg .content .round div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bg .content .content-one {
	position: absolute;
	left: 1298px;
	top: 222px;
	opacity: 0;
}


.bg .content .content-two {
	position: absolute;
	left: 546px;
	top: 143px;
}

.bg .content .content-three {
	position: absolute;
	left: 1291px;
	top: 177px;
}

.bg .content .content-four {
	position: absolute;
	left: 1259px;
	top: 207px;
}

.bg .content .content-five {
	position: absolute;
	left: 1258px;
	top: 257px;
}

.bg .content .content-six {
	position: absolute;
	left: 1336px;
	top: 197px;
}

.bg .content .content-seven {
	position: absolute;
	left: 1335px;
	top: 427px;
}

.bg .content .content-eight {
	position: absolute;
	left: 1449px;
	top: 456px;
}

.bg .content .content-nine {
	position: absolute;
	left: 1455px;
	top: 389px;
}

@keyframes myMap {
	20% {
		transform: scale(1.15);
	}

	40% {
		transform: scale(1.3);
	}

	60% {
		transform: scale(1.15);
	}

	80% {
		transform: scale(1.6);
	}

	100% {
		transform: scale(1.75);
	}
}
/* map-show */


.introduce {
	background-image: url(http://www.yanzhoucoal.com.cn/2022style/2022img/20220614a1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 448px;
	height: 202px;
	display: none;
	box-sizing: border-box;
	padding: 40px 20px 22px 20px;
	overflow: hidden;
}

.introduce img {
	float: left;
	width: 210px;
	height: 140px;
	margin-right: 10px;
}

.introduce p {
	float: left;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	box-sizing: border-box;
	padding-top: 25px;
	width: 183px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.introduce p span {
	color: #FF0000;
}

.map-introduce1 {
	position: absolute;
	left: 1290px;
	top: 260px;
}

.map-introduce2 {
	position: absolute;
	left: 530px;
	top: 180px;
}

.map-introduce3 {
	position: absolute;
	left: 1278px;
	top: 214px;
}

.map-introduce4 {
	position: absolute;
	left: 1244px;
	top: 244px;
}

.map-introduce5 {
	position: absolute;
	left: 1244px;
	top: 285px;
}

.map-introduce6 {
	position: absolute;
	left: 1325px;
	top: 240px;
}

.map-introduce7 {
	position: absolute;
	left: 1320px;
	top: 455px;
}

.map-introduce8 {
	position: absolute;
	left: 1435px;
	top: 480px;
}

.map-introduce9 {
	position: absolute;
	left: 1438px;
	top: 414px;
}







/* 结尾 */
footer {

	background-image: url(	http://www.yanzhoucoal.com.cn/2022style/2022css/20220617a7.png);
}
