﻿.auto {
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1200px
}

.cloud-product {
    padding: 80px 0 60px
}

.cloud-product-title {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}

.color-blue {
    color: #000
}

.cloud-product-explain {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #999
}

.map-service {
    position: relative;
    height: 930px;
}

.map-service-left {
    position: absolute;
    left: 0;
    top: 40px;
    width: 15%;
    max-width: 180px;
    padding-top: 36px
}

.china-map,
.map-service-box {
    position: relative;
    background-color: #fff;
}

.data-list {
    width: 100%
}

.data-list-li {
    margin-bottom: 20px;
    max-height: 290px;
    overflow: hidden;
}

.data-list-li a {
    display: block
}

.data-list-title {
    width: 100%;
    padding-left: 50px;
    margin-bottom: 4px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #009fd9;
    background: url(../images/index-sprite.png) 20px -1992px no-repeat
}

.data-list-item,
.show-regin span {
    font-size: 12px;
    text-align: center
}

.data-list-title.list-title-2 {
    background: url(../images/index-sprite.png) 20px -1922px no-repeat;
    color: #f80
}

.data-list-title.list-title-3 {
    background: url(../images/index-sprite.png) 20px -2072px no-repeat;
    color: #999
}

.data-list-item {
    margin-bottom: 6px;
    height: 36px;
    line-height: 36px;
    color: #666;
    background-color: #f7f7f7
}

.light-list-item:hover {
    background-color: #009fd9;
    color: #fff
}

.map-product {
    padding-bottom: 30px
}

.map-service-right {
    float: right
}

.china-map {
    width: 841px;
    height: 696px;
    background: url(../images/map_bg.png) no-repeat
}

.area-box .dot,
.area-box .pulse {
    background: #a2a9b4;
    position: absolute;
    display: inline-block
}

.region-list {
    position: absolute;
    left: 0;
    top: 0
}

@-o-keyframes warn {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    30% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }
    60% {
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }
    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
    }
    30% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }
    60% {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes warn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    30% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }
    60% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes warn {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    30% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }
    60% {
        -moz-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

.area-box .dot {
    left: 0;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.area-box .pulse {
    top: -36px;
    left: -36px;
    height: 88px;
    width: 88px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    opacity: .12;
    filter: alpha(opacity=0);
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    -o-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.region-list.active .area-box .dot,
.region-list.active .area-box .pulse {
    background: #009fd9
}

.region-list.waite .area-box .dot,
.region-list.waite .area-box .pulse {
    background: #f90
}

.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: 70px;
    display: inline-block;
    position: absolute;
    left: -34px;
    top: -34px;
    padding: 3px 5px;
    color: #fff;
    background: #a2a9b4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.postition-6 .show-regin span {
    left: -63px
}

.postition-10 .show-regin span,
.postition-11 .show-regin span,
.postition-12 .show-regin span,
.postition-18 .show-regin span,
.postition-20 .show-regin span,
.postition-21 .show-regin span,
.postition-22 .show-regin span {
    left: -5px
}

.area-box {
    z-index: 77
}

.show-regin {
    z-index: 66
}

.region-list.active .show-regin span {
    position: relative;
    color: #fff;
    background: #009fd9
}

.region-list.active .show-regin span:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -10px;
    border: 6px solid transparent;
    border-top-color: #009fd9
}

.postition-6.region-list.active .show-regin span:before {
    left: 69px;
    margin-left: -6px
}

.postition-10.region-list.active .show-regin span:before,
.postition-11.region-list.active .show-regin span:before,
.postition-12.region-list.active .show-regin span:before,
.postition-18.region-list.active .show-regin span:before,
.postition-20.region-list.active .show-regin span:before,
.postition-21.region-list.active .show-regin span:before,
.postition-22.region-list.active .show-regin span:before {
    left: 11px;
    margin-left: -6px
}

.region-list.waite .show-regin span {
    color: #fff;
    background: #f90
}

.region-list.waite .show-regin span:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -10px;
    border: 6px solid transparent;
    border-top-color: #f90
}

.region-list.underline-node .show-regin span:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -10px;
    border: 6px solid transparent;
    border-top-color: #a2a9b4
}

.postition-1 {
    left: 341px;
    top: 341px
}

.postition-2 {
    left: 454px;
    top: 444px
}

.postition-3 {
    left: 406px;
    top: 575px
}

.postition-4 {
    left: 534px;
    top: 390px
}

.postition-5 {
    left: 590px;
    top: 435px
}


/* gd */

.postition-6 {
    left: 595px;
    top: 575px
}


/* ln */

.postition-7 {
    left: 730px;
    top: 225px
}

.postition-8 {
    left: 644px;
    top: 247px
}

.postition-9 {
    left: 708px;
    top: 413px
}


/* zj */

.postition-10 {
    left: 710px;
    top: 490px
}

.postition-11 {
    left: 680px;
    top: 323px
}


/* fj */

.postition-12 {
    left: 685px;
    top: 540px
}


/* nmg */

.postition-13 {
    left: 525px;
    top: 260px
}


/* jx */

.postition-14 {
    left: 640px;
    top: 510px
}


/* jl */

.postition-15 {
    left: 730px;
    top: 170px
}


/* ah */

.postition-16 {
    left: 670px;
    top: 450px
}


/* hain */

.postition-17 {
    left: 540px;
    top: 670px
}


/* hen */

.postition-18 {
    left: 600px;
    top: 385px
}


/* hun */

.postition-19 {
    left: 560px;
    top: 520px
}


/* sh */

.postition-20 {
    left: 708px;
    top: 445px
}


/* tj */

.postition-21 {
    left: 645px;
    top: 275px
}


/* cq */

.postition-22 {
    left: 500px;
    top: 470px
}


/* shx */

.postition-23 {
    left: 570px;
    top: 285px
}


/* heb */

.postition-24 {
    left: 605px;
    top: 335px
}


/* hlj */

.postition-25 {
    left: 760px;
    top: 110px
}


/* gx */

.postition-26 {
    left: 530px;
    top: 610px
}


/* nx */

.postition-27 {
    left: 480px;
    top: 335px
}


/* gs */

.postition-28 {
    left: 440px;
    top: 380px
}


/* gz */

.postition-29 {
    left: 490px;
    top: 535px
}


/* xj */

.postition-30 {
    left: 200px;
    top: 200px
}


/* xz */

.postition-31 {
    left: 150px;
    top: 400px
}