* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

.mbx-b-cen ul li {
	width: 50%;
}

.box1 {
	width: 100%;
	margin: 100px 0;
}

.box1-top {
	display: flex;
	justify-content: space-between;
}

.box1-t-l {
	width: 28%;
}

.box1-t-l h6 {
	font-size: 40px;
	color: #333;
	font-family: "Poppins";
}

.box1-t-l p {
	font-size: 16px;
	line-height: 24px;
	color: #777777;
}

.box1-t-r {
	display: flex;
}

.box1-a {
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.box1-a-l {
	font-size: 80px;
	font-family: "Poppins";
	font-weight: bold;
}

.box1-a>p {
	width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box1-t-r .box1-a:first {
	margin-left: 0;
}

.box1-a-r-t {
	font-size: 32px;
	font-family: "Poppins";
	font-weight: bold;
	line-height: 1;
}

.box1-a-r-m {
	font-size: 15px;
	line-height: 16px;
	font-family: "Poppins";
	color: #333333;
}

.box2 {
	margin: 80px 0 100px;
	text-align: center;
}

.box2 .map {
	position: relative;
	display: inline-block;
}

.box2 .map img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.box2 .map .list {
	/* position: relative; */
}

.box2 .map .list .bullet {
	position: absolute;
	width: 6px;
	height: 6px;
	background: RGBA(1, 112, 197, 1);
	border-radius: 50%;
	z-index: 8;
}

.box2 .map .list .bullet::before,
.box2 .map .list .bullet::after {
	content: "";
	z-index: -1;
	display: block;
	width: 300%;
	height: 300%;
	background: rgba(1, 112, 197, 1);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	animation: shineRing 3s 1.5s linear infinite;
	opacity: 0.6;
}

.box2 .map .list .bullet::after {
	animation-delay: 0s;
}

@keyframes shineRing {
	from {
		transform: translate(-50%,-50%)scale(0.4);
		opacity: 0.6;
	}

	to {
		transform: translate(-50%,-50%)scale(1.2);
		opacity: 0;
	}
}

.box2 .map .list .li1 {
	left: 7.17%;
	top: 35.1%;
}

.box2 .map .list .li2 {
	left: 7.99%;
	top: 43.9%;
}

.box2 .map .list .li3 {
	left: 8.98%;
	top: 56.37%;
}

.box2 .map .list .li4 {
	left: 11.21%;
	top: 40.34%;
}

.box2 .map .list .li5 {
	left: 14.26%;
	top: 35.17%;
}

.box2 .map .list .li6 {
	left: 17.55%;
	top: 56.03%;
}

.box2 .map .list .li7 {
	left: 14.92%;
	top: 69.48%;
}

.box2 .map .list .li8 {
	left: 14.42%;
	top: 82.24%;
}

.box2 .map .list .li9 {
	left: 24.4%;
	top: 42.06%;
}

.box2 .map .list .li10 {
	left: 29.34%;
	top: 30.34%;
}

.box2 .map .list .li11 {
	left: 40.89%;
	top: 26.89%;
}

.box2 .map .list .li12 {
	left: 27.94%;
	top: 53.62%;
}

.box2 .map .list .li13 {
	left: 35.69%;
	top: 48.79%;
	width: 10px;
	height: 10px;
}

.box2 .map .list .li14 {
	left: 35.69%;
	top: 55.51%;
	width: 10px;
	height: 10px;
}

.box2 .map .list .li15 {
	left: 45.42%;
	top: 44.65%;
}

.box2 .map .list .li16 {
	left: 42.04%;
	top: 80.86%;
}

.box2 .map .list .li17 {
	left: 71.88%;
	top: 32.93%;
}

.box2 .map .list .li18 {
	left: 76.09%;
	top: 45.86%;
}

.box2 .map .list .li19 {
	left: 76.42%;
	top: 56.37%;
}

.box2 .map .list .li20 {
	left: 83.42%;
	top: 70%;
}

.box2 .map .list .li21 {
	left: 89.11%;
	top: 75.68%;
}

.box2 .map .list .li22 {
	left: 84.99%;
	top: 88.79%;
}

.box2 .map .list .li23 {
	left: 53.50%;
	top: 91.37%;
}

/* .box2 .map .list .li24 {
	left: ;
	top: ;
}

.box2 .map .list .li25 {
	left: ;
	top: ;
}

.box2 .map .list .li26 {
	left: ;
	top: ;
}

.box2 .map .list .li27 {
	left: ;
	top: ;
}

.box2 .map .list .li28 {
	left: ;
	top: ;
} */
@media (max-width:1199px) {
	.box1-a-l{
		font-size: 60px;
	}
}
@media (max-width:1024px) {
	.box1,
	.box2{
		margin: 70px 0;
	}
	.box1-top{
		flex-direction: column;
	}
	.box1-t-l h6{
		font-size: 30px;
	}
	.box1-a{
		margin-left: 0;
	}
	.box1-t-l{
		width: 100%;
	}
	.box1-t-r{
		width: 100%;
		justify-content: space-between;
		margin-top: 15px;
	}
	.box1-a-l{
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.box1-t-l h6{
		font-size: 26px;
	}
	.box1,
	.box2{
		margin: 50px 0;
	}
	.box1-a-l{
		font-size: 30px;
	}
}
@media (max-width: 500px) {
	.box1-t-l h6{
		font-size: 22px;
	}
	.box1,
	.box2{
		margin: 40px 0;
	}
	.box1-t-r{
		flex-wrap: wrap;
	}
	.box1-a{
		width: 50%;
	}
	.box1-a:last-child{
		margin-top: 15px;
	}
}