

.map-service {
	position:relative;
	height:760px;
}
.map-service-right {
	margin-left:414px;
	padding-top:60px
}
.china-map {
	width:648px;
	height:618px;
	background:url(../image/map_black_bg.png) center no-repeat;
	position:relative;
}
.map-left {
	width:660px;
	float:left;
}
.map-right {
	width:calc(100% - 660px);
	padding-left:40px;
	float:left;
}
.region-list {
	position:absolute;
	left:0;
	top:0
}

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}



.area-box .dot {
	position:absolute;
	left:0;
	width:10px;
	height:10px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#E7141A;
	opacity:1;
	filter:alpha(opacity=100)
}
.area-box .pulse {
	position:absolute;
	top:-28px;
	left:-28px;
	height:66px;
	width:66px;
	border:2px solid #b7b7b7;
	-webkit-border-radius:48px;
	-moz-border-radius:48px;
	border-radius:48px;
	-webkit-box-shadow:0 0 4px #E7141A,0 0 10px #E7141A inset;
	-moz-box-shadow:0 0 4px #E7141A,0 0 10px #E7141A inset;
	box-shadow:0 0 4px #E7141A,0 0 10px #E7141A inset;
	opacity:.12;
	filter:alpha(opacity=0);
	-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;
	background:0 0
}
.area-box .delay-01 {
	-webkit-animation-delay:0;
	-moz-animation-delay:0;
	-o-animation-delay:0;
	animation-delay:0
}
.area-box .delay-02 {
	-webkit-animation-delay:.4s;
	-moz-animation-delay:.4s;
	-o-animation-delay:.4s;
	animation-delay:.4s
}
.area-box .delay-03 {
	-webkit-animation-delay:.8s;
	-moz-animation-delay:.8s;
	-o-animation-delay:.8s;
	animation-delay:.8s
}
.area-box .delay-04 {
	-webkit-animation-delay:1.2s;
	-moz-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s
}
.area-box .delay-05 {
	-webkit-animation-delay:1.6s;
	-moz-animation-delay:1.6s;
	-o-animation-delay:1.6s;
	animation-delay:1.6s
}
.area-box .delay-06 {
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
	-o-animation-delay:2s;
	animation-delay:2s
}
.area-box .delay-07 {
	-webkit-animation-delay:2.4s;
	-moz-animation-delay:2.4s;
	-o-animation-delay:2.4s;
	animation-delay:2.4s
}
.area-box .delay-08 {
	-webkit-animation-delay:-.4s;
	-moz-animation-delay:-.4s;
	-o-animation-delay:-.4s;
	animation-delay:-.4s
}
.area-box .delay-09 {
	-webkit-animation-delay:-.8s;
	-moz-animation-delay:-.8s;
	-o-animation-delay:-.8s;
	animation-delay:-.8s
}
.area-box .delay-10 {
	-webkit-animation-delay:-1.2s;
	-moz-animation-delay:-1.2s;
	-o-animation-delay:-1.2s;
	animation-delay:-1.2s
}
.area-box .delay-11 {
	-webkit-animation-delay:4s;
	-moz-animation-delay:4s;
	-o-animation-delay:4s;
	animation-delay:4s
}
.region-list.active .area-box .dot {
	background:#E7141A
}
.region-list.active .area-box .pulse {
	border-color:#E7141A;
	top:-39px;
	left:-39px;
	height:88px;
	width:88px;
	-webkit-box-shadow:0 0 12px #E7141A,0 0 20px #E7141A inset;
	-moz-box-shadow:0 0 12px #E7141A,0 0 20px #E7141A inset;
	box-shadow:0 0 12px #E7141A,0 0 20px #E7141A inset
}
.region-list.waite .area-box .dot {
	background:#E7141A
}
.region-list.waite .area-box .pulse {
	border-color:#E7141A
}
.show-regin {
	position:absolute;
	left:2px;
	height:0;
	top:0;
	width:11px;
	opacity:0;
	-o-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}
.online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin {
	height:127px;
	opacity:1
}
.show-regin span {
	width:60px;
	position:absolute;
	left:0px;
	top:-11px;
	padding:6px 10px;
	font-size:14px;
	color:#E7141A!important;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	text-align:center;
	white-space:nowrap;
	font-weight:bold;
}
.postition-10 .show-regin span {
	left:0
}
.postition-6 .show-regin span {
	left:-72px
}
.area-box {
	z-index:77
}
.show-regin {
	z-index:66
}
.region-list.active .show-regin span {
	position:relative;
	color:#E7141A!important;
	font-weight:bold;
}
.region-list.waite .show-regin span {
	color:#E7141A!important;
	font-weight:bold;
}
.postition-1 {
	left:412px;
	top:458px
}
.postition-2 {
	left:391px;
	top:350px
}
.postition-3 {
	left:505px;
	top:351px
}
.postition-4 {
	left:450px;
	top:220px
}
.douhao {
	width:0
}



@media(max-width:992px) {
	.china-map {
	width:375px;
	height:408px;
	background-size:100% auto;
	margin:0 auto;
}
.map-left {
	width:100%;
	float:left;
	text-align:center;
}
.map-right {
	width:auto;
	padding-left:15px;
	padding-right:15px;
}
.postition-1 {
	left:38%;
	top:188px
}
.postition-2 {
	left:45%;
	top:230px
}
.postition-3 {
	left:55%;
	top:286px
}
.postition-4 {
	left:70%;
	top:208px
}



}