﻿@-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-city .dot
{
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,64,152,.8);
    opacity: 1;
    filter: alpha(opacity=100);
}
.area-box-city .pulse
{
    position: absolute;
    top: -20px;
    left: -20px;
    height: 48px;
    width: 48px;
    border: 1px solid rgba(0,64,152,.8);
    border-radius: 48px;
    -webkit-box-shadow: 0 0 1px rgba(0,64,152,.8),0 0 2px rgba(0,64,152,.8) inset;
    -moz-box-shadow: 0 0 1px rgba(0,64,152,.8),0 0 2px rgba(0,64,152,.8) inset;
    box-shadow: 0 0 1px rgba(0,64,152,.8),0 0 2px rgba(0,64,152,.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-city .delay-01
{
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}
.area-box-city .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-city .delay-03
{
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}
.area-box-city .delay-04
{
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.area-box-city .delay-05
{
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.area-box-city .delay-06
{
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
.area-box-city .delay-07
{
    -webkit-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s;
}
.area-box-city .delay-08
{
    -webkit-animation-delay: -.4s;
    -moz-animation-delay: -.4s;
    -o-animation-delay: -.4s;
    animation-delay: -.4s;
}
.area-box-city .delay-09
{
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s;
}
.area-box-city .delay-10
{
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s;
}
.area-box-city .delay-11
{
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}
.area-box-city .dot
{
    background: rgba(0,64,152);
}
.area-box-city .pulse
{
    border-color: rgba(0,64,152);
}
.delay-none
{
    animation: none!important;
    position: absolute;
    top: -4px!important;;
    left: -4px!important;;
    height: 14px!important;
    width: 14px!important;
    border: 1px solid rgba(0,64,152,1)!important;;
    z-index: 2;
    opacity: 1!important;
    box-shadow: none!important;
}
.area-name
{
    font-size: 13px;
    position: absolute;
    left: 12px;
    top: -5px;
    white-space: nowrap;
}
.area-name b
{
    font-weight: normal;
}
.active .area-box-city .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-city .dot
{
    background: #fff!important;
    z-index: 3;
}
.active2 .area-box-city .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-city .dot
{
    background: #fff!important;
    z-index: 3;
}
.active .map-bubbles
{
    display: block;
}
.map-bubbles
{
    display: none;
    width: 36px;
    height: 46px;
    background: url(/png/7n4knnlc.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: 0 1px 5px 0 rgba(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(/png/rzkzmnmv.png) no-repeat center center;
    background-size: 1170px 500px;
    height: 500px;
}
#china-container-map
{
    position: relative;
    width: 1170px;
    margin: 0 auto;
    background: url(/png/ecsr00we.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(/png/53x09y3s.png) no-repeat center center;
    background-size: 14px;
}
.city-down
{
    background: url(/png/g822xa2h.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 p
{
    padding-left: 20px;
    font-size: 12px;
    color: rgba(51,51,51,1);
    line-height: 24px;
}
.icon-region
{
    background: url(/png/gy33xfha.png) no-repeat left center;
    background-size: 16px;
}
.icon-tel
{
    background: url(/png/3mhnfwog.png) no-repeat left center;
    background-size: 16px;
}
.icon-fax
{
    background: url(/png/00ot0uc3.png) no-repeat left center;
    background-size: 16px;
}
.icon-mail
{
    background: url(/png/61tnuu7d.png) no-repeat left center;
    background-size: 16px;
}
.icon-address
{
    background: url(/png/kllc73r0.png) no-repeat left center;
    background-size: 16px;
}
.icon-www
{
    background: url(/png/ww6xrpmt.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(/png/uwb7wirv.png) no-repeat center center;
    background-size: 20px;
}
.roll-nav-left
{
    background: url(/png/va65w4qj.png) no-repeat center center;
    background-size: 20px;
}
.x-tabs>li
{
    width: 130px;
}
