	/*地图*/
.map-service {
	position: relative;
	height: 760px;
	background: #2b272a;
	/*background: url({dede:global.cfg_templets_skin/}/new_image/map_balck_whole_bg.jpg) no-repeat center;*/
  height:100%;
}
.map-service-left {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 144px;
}
.map-service-intro-div {
	margin-bottom: 26px;
	padding-left: 56px;
	height: 96px;
}
.map-intro-div-01 {
	background: url(img/map_service_intro_icon_01.png) no-repeat 0 0;
}
.map-intro-div-02 {
	background: url(img/map_service_intro_icon_02.png) no-repeat 0 0;
}
.map-intro-div-03 {
	background: url(img/map_service_intro_icon_03.png) no-repeat 0 0;
	margin-bottom: 60px;
}
.map-service-intro-title {
	height: 36px;
	line-height: 36px;
	color: #eee;
	font-size: 32px;
}
.map-service-intro-subtitle {

	height: 59px;
	width: 216px;
	border-bottom: 1px solid #56585c;
	line-height: 50px;
	font-size: 18px;
	color: #999999;
}
.map-intro-div-03 .map-service-intro-subtitle {
	border-bottom: none;
}

a.map-service-more-link {
	display: block;
	margin-bottom: 38px;
	width: 174px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #00aaff;
}
a.map-service-more-link:hover {
	background-color: #0099e5;
}
.map-service-tip-item {
	display: inline-block;
	margin-right: 34px;
	float: left;
	padding-left: 21px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
}
.tip-item-01 {
	color: #00aaff;
	background: url(img/tip_icon_blue.png) no-repeat 0 center;
}
.tip-item-02 {
	color: #d3810c;
	background: url(img/tip_icon_orange.png) no-repeat 0 center;
}
.tip-item-03 {
	color: #757370;
	background: url(img/tip_icon_black.png) no-repeat 0 center;
}

.map-product {
	padding-bottom: 30px;
}
.map-service-box{
	position: relative;
}
.map-service-right {
	margin-left:;
	padding-top: 60px;
	/*width: 70%;*/
}
.china-map {
	position: relative;
	width: 747px;
    height: 625px;
	background: url(img/map_black_new_bg.png) no-repeat center;
}
.region-list {
	position: absolute;
	left: 0px;
	top: 0px;
}

@keyframes warn {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	/*30% {
		transform: scale(0);
		opacity: 0.1;
	}
	60% {
		transform: scale(0.5);
		opacity: 0.5;
	}*/
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.area-box .dot {
	display: inline-block;
	position: absolute;
	left: 0px;
	width: 10px;
	height: 10px;
	/*background: url("img/area_min.png") no-repeat center;*/
	border-radius: 50%;
	background: #a2a9b4;
	opacity: 1;
	filter: alpha(opacity=100);
}
.area-box .pulse {
	display: inline-block;
	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;
	background: #a2a9b4;
	box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
	opacity: 0.12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: transparent;
}
.area-box .delay-01 {
	animation-delay: 0;
}
.area-box .delay-02 {
	animation-delay: .4s;
}
.area-box .delay-03 {
	animation-delay: .8s;
}
.area-box .delay-04 {
	animation-delay: 1.2s;
}
.area-box .delay-05 {
	animation-delay: 1.6s;
}
.area-box .delay-06 {
	animation-delay: 2s;
}
.area-box .delay-07 {
	animation-delay: 2.4s;
}
.area-box .delay-08 {
	animation-delay: -0.4s;
}
.area-box .delay-09 {
	animation-delay: -0.8s;
}
.area-box .delay-10 {
	animation-delay: -1.2s;
}
.area-box .delay-11 {
	animation-delay: 4s;
}
.region-list.active .area-box .dot {
	background: #009fd9;
}
.region-list.active .area-box .pulse {
	border-color:#009fd9;
	top: -39px;
	left: -39px;
	height: 88px;
	width: 88px;
	box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;

}
.region-list.waite .area-box .dot {
	background: #ff9900;
}
.region-list.waite .area-box .pulse {
	border-color: #ff9900;
}
.show-regin {
	position: absolute;
	left: 2px;
	height: 0px;
	top: 0px;
	width: 11px;
	opacity:0;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.online-node .show-regin,
.region-list:hover .show-regin {
	height: 127px;
	opacity: 1;
}
.waite-node .show-regin,
.region-list:hover .show-regin {
	height: 127px;
	opacity: 1;
}
.underline-node .show-regin,
.region-list:hover .show-regin {
	height: 127px;
	opacity: 1;
}
.show-regin span {

	width: 80px;
	display: inline-block;
	position: absolute;
	left: 8px;
	top: -11px;
	padding: 6px 10px;
	font-size: 14px;
	color: #cccccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align:center;
}
.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: #ccc;
}
.region-list.waite .show-regin span {
	color: #ccc;
}
.postition-1 {
	left: 302px;
	top: 308px;
}
.postition-2 {
	left: 401px;
	top: 403px;
}
.postition-3 {
	left: 358px;
	top: 516px;
}
.postition-4 {
	left: 473px;
	top: 348px;
}
.postition-5 {
	left: 526px;
	top: 394px;
}
.postition-6 {
	left: 526px;
	top: 515px;
}
.postition-7 {
	left: 652px;
	top: 200px;

}
.postition-7.region-list.active .area-box .pulse {
	top: -50px;
	left: -50px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
}
.postition-8 {
	left: 559px;
	top: 229px;
}
.postition-9 {
	left: 637px;
	top: 371px;
}
.postition-9.region-list.active .area-box .pulse {
	top: -50px;
	left: -50px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
}
.postition-10 {
	left: 554px;
	top: 539px;
}
.postition-11 {
	left: 604px;
	top: 300px;
}
.postition-13 {
	left: 550px;
	top: 250px;
}
.douhao {
	display: inline-block;
	width: 0px;
}