@-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
            }
        }

        .map-node {
            position: absolute;
            left: 100px;
            top: 100px;
        }
		
        .area-box .dot {
            position: absolute;
            left: 0;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: rgba(0, 64, 152, 0.8);
            opacity: 1;
            filter: alpha(opacity=100)
        }

        .area-box .pulse {
            position: absolute;
            top: -20px;
            left: -20px;
            height: 48px;
            width: 48px;
            border: 1px solid rgba(0, 64, 152, 0.8);
            border-radius: 48px;
            -webkit-box-shadow: 0 0 1px rgba(0, 64, 152, 0.8), 0 0 2px rgba(0, 64, 152, 0.8) inset;
            -moz-box-shadow: 0 0 1px rgba(0, 64, 152, 0.8), 0 0 2px rgba(0, 64, 152, 0.8) inset;
            box-shadow: 0 0 1px rgba(0, 64, 152, 0.8), 0 0 2px rgba(0, 64, 152, 0.8) 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 {
            /* animation: none;
            position: absolute;
            top: -8px;
            left: -8px;
            height: 24px;
            width: 24px;
            border: 1px solid rgba(0, 64, 152, 1);
            z-index: 2;
            opacity: 1; */
            -webkit-animation-delay: .8s;
            -moz-animation-delay: .8s;
            -o-animation-delay: .8s;
            animation-delay: .8s
        }

        .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
        }

        .area-box .dot {
            background: rgba(0, 64, 152)
        }

        .area-box .pulse {
            border-color: rgba(0, 64, 152)
        }
        .delay-none {
              animation: none !important;
            position: absolute;
            top: -7px!important;;
            left: -7px!important;;
            height: 24px !important;
            width: 24px!important;
            border: 1px solid rgba(0, 64, 152, 1)!important;;
            z-index: 2;
            opacity: 1 !important;
            box-shadow: none !important;
        }
        .area-name {
            font-size: 14px;
            position: absolute;left:24px;top:-5px;
            white-space: nowrap;
        }
        .area-name b {
            font-weight: normal;
        }

        .active  .area-box .pulse { animation: none;
            position: absolute;
            top: -8px;
            left: -8px;
            height: 24px;
            width: 24px;
            border: 1px solid rgba(0, 64, 152, 1);
            z-index: 2;
            background-color:rgba(0, 64, 152,1);
            opacity: 1;
        }
        .active .area-box .dot{
            background: #fff !important;
            z-index:3;
        }

        .active2  .area-box .pulse { animation: none;
            position: absolute;
            top: -8px;
            left: -8px;
            height: 24px;
            width: 24px;
            border: 1px solid rgba(0, 64, 152, 1);
            z-index: 2;
            background-color:rgba(0, 64, 152,1);
            opacity: 1;
        }
        .active2 .area-box .dot{
            background: #fff !important;
            z-index:3;
        }
        .active .map-bubbles {
            display: block;
            
        }

        .map-bubbles {
            display: none;
            width: 38.4px;
            height: 49.6px;
            background: url(../img/network/map-bubbles.png) no-repeat center;
            background-size:cover;
            position: absolute;
            left: -14px;
            bottom: -8px;
            z-index: 3;
        }
        .map-node {cursor: pointer;}
.map-ways {
	position:absolute;
	top:24px;
	left:20px;
	width:206px;
height:40px;
background:rgba(255,255,255,1);
box-shadow:0px 1px 5px 0px rgba(0,0,0,0.15);
} 

.map-ways a {
	width:103px;
height:40px;
line-height:40px;
text-align:center;
display:block;
float:left;

font-size:18px;
font-weight:400;
color:rgba(17,17,17,1);
}
.map-ways a.cur {
	background:rgba(0,64,152,1);
	color:#fff;
}
#word-container-map {
	position:relative;width:1170px;margin:0 auto;
	background:url(../img/network/world-map@2x.png) no-repeat center center;
	background-size:1170px 500px;
	height:500px;
}

#china-container-map {
	position:relative;width:1170px;margin:0 auto;
	background:url(../img/network/china-map@2x.png) no-repeat center center;
	background-size:1170px 500px;
	height:500px;
}

.city-wrapper {
	padding:20px 0;
	min-height:200px;
}
.city-list-china {
	border-top:none;
	background:#F6F7F8;
	padding: 10px 20px;
}
.city-list-china  .info_list_des p {font-weight:400;}
.city-list {border-top:1px solid #d9d9d9;}
.city-list li {border-bottom:1px solid #d9d9d9;}
.city-list-item {position:relative;display:block;padding:0 10px;line-height:40px;height:40px;}
.city-hand {
	width:28px;
	height:28px;
	display:block;
	position:absolute;
	right:5px;
	top:5px;
}
.city-up {
	background:url(../img/network/icon_up.png) no-repeat center center;
	background-size:14px;
}
.city-down {
	background:url(../img/network/icon_down.png) no-repeat center center;
	background-size:14px;
}
.info_list_name {

font-size:14px;
margin-bottom:8px;
color:rgba(0,64,152,1);
line-height:24px;
}
.info_list_des {}
.info_list_des p{padding-left:20px;

font-size:12px;

color:rgba(51,51,51,1);
line-height:24px;}
.icon-region {
	background:url(../img/network/icon_Region@2x.png) no-repeat left center;
	background-size:16px;
}

.icon-tel {
	background:url(../img/network/icon_Tel@2x.png) no-repeat left center;
	background-size:16px;
}

.icon-fax {
	background:url(../img/network/icon_Fax@2x.png) no-repeat left center;
	background-size:16px;
}

.icon-mail {
	background:url(../img/network/icon_Email@2x.png) no-repeat left center;
	background-size:16px;
}
.icon-address {
	background:url(../img/network/icon_Address@2x.png) no-repeat left center;
	background-size:16px;
}
.icon-www {
	background:url(../img/network/icon_www@2x.png) no-repeat left center;
	background-size:16px;
}
.city_list_info{
	padding:10px 20px;
	background:#F6F7F8;
}
.city_info_list {
	padding:10px 0;
}
.roll-nav-right {
	background:url(../img/network/icon_right.png) no-repeat center center;
	background-size:20px;
}

.roll-nav-left {
	background:url(../img/network/icon_left.png) no-repeat center center;
	background-size:20px;
}

.gree-map-word .roll-nav{
	opacity:0;
}

.x-tabs>li {margin:0 -1px 0 0;}