 
 
 
.china-map{
	width:100%;
	height:auto; 
	position:relative; 
}

 

.region-list{position:absolute;left:0;top:0}

@-webkit-keyframes warn{
0%{margin-top:-20px;}
50%{margin-top:0px;}
100%{margin-top:-20px; }
}
@-moz-keyframes warn{
0%{margin-top:-20px;}
50%{margin-top:0px;}
100%{margin-top:-20px; }
}
@-o-keyframes warn{
0%{margin-top:-20px;}
50%{margin-top:0px;}
100%{margin-top:-20px; }
}
@keyframes warn{
0%{margin-top:-20px;}
50%{margin-top:0px;}
100%{margin-top:-20px; }
}


.area-box .pulse{
	position:absolute;
	top:0px;
	left:0px;
	height:49px;
	width:30px;	 
	background: url(/static/btndown.png) no-repeat;
	opacity:0.5;
	-webkit-animation:warn 2s ease-out both;
	-moz-animation:warn 2s ease-out both;
	-o-animation:warn 2s ease-out both;
	animation:warn 2s ease-out both;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;

	 
}
 

.postition-1{left:20%;top:30%;}
.postition-2{left:31%;top:65%;}
.postition-3{left:73%;top:42%;}
.postition-4{left:82%;top:65%;}




@media(max-width: 768px){
   
  .area-box .pulse{	
	height:25px;
	width:15px; 
	background-size: 100% 100%;
	 }
 

}