/* 
* @Author: Naomi
* @Date:   2018-08-18 17:38:14
* @Last Modified by:   Naomi
* @Last Modified time: 2018-08-20 22:56:46
*/
/*全球地图定位 star*/

.banner01 .banner01_map{ 
    width:56%;
    padding-bottom:2%;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.banner01 .banner01_map>img{ 
    width:100%; 
    height: 100%;
}
.ripper_area{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /*background: rgba(36, 74, 74, 0.5);*/
}
.cir_area{
    width: 10px;
    height: 10px;
    color: #fff;
    position: absolute;
    z-index: 2;
}
.cira_quan{
    width: 700%;
    height: 700%;
    border-radius: 50%;
    /*border: 2px solid #00cdec;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -5;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/*.cira_bc{
    width: 700%;
    height: 700%;
}
.cira_mc{
    width: 460%;
    height: 460%;
}*/
/*.cira_lc{
    width: 240%;
    height: 240%;
}*/
.cira_bcblue:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
    -webkit-animation: ripple 3.5s ease-out 2s infinite;
    -moz-animation: ripple 3.5s ease-out 2s infinite;
    -o-animation: ripple 3.5s ease-out 2s infinite;
    animation: ripple 3.5s ease-out 2s infinite;
}
.cira_mcblue:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #00cdec;
    opacity: 0;
    -webkit-animation: ripple 3.5s ease-out 0.2s infinite;
    -moz-animation: ripple 3.5s ease-out 0.2s infinite;
    -o-animation: ripple 3.5s ease-out 0.2s infinite;
    animation: ripple 3.5s ease-out 0.2s infinite;
}
.cira_bcyellow:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffa800;
    opacity: 0;
    -webkit-animation: ripple 3.5s ease-out 2s infinite;
    -moz-animation: ripple 3.5s ease-out 2s infinite;
    -o-animation: ripple 3.5s ease-out 2s infinite;
    animation: ripple 3.5s ease-out 2s infinite;
}
.cira_mcyellow:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffa800;
    opacity: 0;
    -webkit-animation: ripple 3.5s ease-out 0.2s infinite;
    -moz-animation: ripple 3.5s ease-out 0.2s infinite;
    -o-animation: ripple 3.5s ease-out 0.2s infinite;
    animation: ripple 3.5s ease-out 0.2s infinite;
}

@-webkit-keyframes ripple {
    0% { 
        opacity: 0;
        -webkit-transform: scale(0.1,0.1);
           -moz-transform: scale(0.1,0.1);
            -ms-transform: scale(0.1,0.1);
             -o-transform: scale(0.1,0.1);
                transform: scale(0.1,0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
}
@-moz-keyframes ripple {
    0% { 
        opacity: 0;
        -webkit-transform: scale(0.1,0.1);
           -moz-transform: scale(0.1,0.1);
            -ms-transform: scale(0.1,0.1);
             -o-transform: scale(0.1,0.1);
                transform: scale(0.1,0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
}
@-ms-keyframes ripple {
    0% { 
        opacity: 0;
        -webkit-transform: scale(0.1,0.1);
           -moz-transform: scale(0.1,0.1);
            -ms-transform: scale(0.1,0.1);
             -o-transform: scale(0.1,0.1);
                transform: scale(0.1,0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
}
@-o-keyframes ripple {
    0% { 
        opacity: 0;
        -webkit-transform: scale(0.1,0.1);
           -moz-transform: scale(0.1,0.1);
            -ms-transform: scale(0.1,0.1);
             -o-transform: scale(0.1,0.1);
                transform: scale(0.1,0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
}
@keyframes ripple {
    0% { 
        opacity: 0;
        -webkit-transform: scale(0.1,0.1);
           -moz-transform: scale(0.1,0.1);
            -ms-transform: scale(0.1,0.1);
             -o-transform: scale(0.1,0.1);
                transform: scale(0.1,0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
           -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
    }
}

.cir_area01{
    right: 20.5%;
    top: 31%;
}
.cir_area02{
    right: 16.5%;
    top: 29.5%;
}
.cir_area03{
    right: 16.5%;
    top: 37.5%;
}
.cir_area04{
    right: 13.5%;
    top: 32.5%;
}
.cir_area04{
    right: 14%;
    top: 33%;
}
.cir_area05{
    right: 19.5%;
    top: 35.5%;
}
.cir_area06{
    right: 22%;
    top: 38.5%;
}
.cir_area07{
    right: 75.5%;
    top: 18%;
}
.cir_area08{
    right: 70%;
    bottom: 50%;
}
.cir_area09{
    right: 15.5%;
    bottom: 25%;
}
.cir_area10{
    right: 52%;
    top: 28%;
}
.cir_area11{
    right: 50.5%;
    top: 24%;
}
.cir_area12{
    left: 98%;
    top: 2%;

}
/*数据名称*/
.rpdata_name{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    /*background: rgba(255, 0, 0, 0.64);*/
}
.rpdata_span{
    display: block;
    color: #fff;
    font-size: 10px;
    position: absolute;
}
.rpdata_nm01{
    right: 18%;
    top: 30%;
}
.rpdata_nm02{
    right: 14%;
    top: 29%;
}
.rpdata_nm03{
    right: 14%;
    top: 36%;
}
.rpdata_nm04{
    right: 11.8%;
    top: 32%;
}
.rpdata_nm05{
    right: 16.8%;
    top: 34.5%;
}
.rpdata_nm06{
    right: 23%;
    top: 38.2%;
}
.rpdata_nm07{
    right: 73%;
    top: 16%;
}
.rpdata_nm08{
    right: 72%;
    bottom: 48.5%;
}
.rpdata_nm09{
    right: 10%;
    bottom: 24%;
}
.rpdata_nm10{
    right: 49%;
    top: 27%;
}
.rpdata_nm11{
    right: 47.5%;
    top: 22.5%;
}
.rpdata_nm12{
    left: 95%;
    top: 2%;

}

/*数据中心*/
.rpdata_center{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    /*background: rgba(0, 0, 0, 0.6);*/
}
.rpdata_tet{
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
}
.rpdata_areayellow{
    width: 12px;
    height: 12px;
    background: #ffa800;
}
.rpdata_areablue{
    width: 9px;
    height: 9px;
    background: #00c1de;
}
.rpdata_sright{
    width: 60px;
    color: #fff;
    display: block;
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: 12px;
    top: 0px;
    /*background: #aff;*/
}
.rpdata_sleft{
    width: 60px;
    color: #fff;
    display: block;
    font-size: 12px;
    text-align: right;
    position: absolute;
    right: 12px;
    top: -2px;
}
.rpdata_tip{
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;

}
.rpdata_tip04{
    width: 309px;
    height: 235px;
    padding: 5px 52px 64px 26px;
    background: url(../images/tip_04.png) no-repeat 13px center;
    -webkit-background-size: contain;
    background-size: contain;
    top: -229px;
    right: 4px;
}
.rpdata_tip05{
    width: 294px;
    height: 173px;
    padding: 10px 52px 108px 14px;
    background: url(../images/tip_05y.png) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    top: -147px;
    right: 7px;
}
.rpdata_tip05b{
    /*display: block;*/
    width: 294px;
    height: 173px;
    padding: 10px 52px 108px 14px;
    background: url(../images/tip_05b.png) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    top: -162px;
    right: 4px;
}
.rpdata_tet:hover>.rpdata_tip{display: block;}
.rpdata_ul li{
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}
/*全球地图定位 end*/

.banner02_map{
    width: 60%;
    height: 100%;
    position: absolute;
    right: 5%;
    top: 0;
}
.coordinate_area{
    width: 16px;
    height: 16px;
    position: absolute;

}
.cdar_tet{
    width: 60px;
    height: 30px;
    color: #fff;
    position: absolute;
    /*background: #000;*/
}
.cdar_tetmiddle{
    left: -50%;
    top: -215%;
}
.cdar_tetmiddledown{
    left: -50%;
    top: 104%;
}
.cdar_tetleft{
    right: -33%;
    top: 0;
}
.cdar_tetright{
    left: 157%;
    top: -36%;
}
.cdar_dian{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #0080ff;
    background: #00ffff;
    -webkit-box-shadow: 0px 0px 8px 5px #3589de;
    box-shadow: 0px 0px 8px 5px #3589de;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: coordinate 3.5s ease-out 0s infinite;
       -moz-animation: coordinate 3.5s ease-out 0s infinite;
         -o-animation: coordinate 3.5s ease-out 0s infinite;
            animation: coordinate 3.5s ease-out 0s infinite;
}
@-webkit-keyframes coordinate {
    0% { 
        -webkit-transform: scale(0.5, 0.5);
           -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
             -o-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
    }
    50%{
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
    100% {  
        -webkit-transform: scale(0.5, 0.5);
           -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
             -o-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
    }
}
@-moz-keyframes coordinate {
    0% { 
        -webkit-transform: scale(0.5, 0.5);
           -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
             -o-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
    }
    50%{
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
    100% {  
        -webkit-transform: scale(0.5, 0.5);
           -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
             -o-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
    }
}
@-ms-keyframes coordinate {
    0% { 
        -webkit-transform: scale(0.5, 0.5);
           -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
             -o-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
    }
    50%{
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
    100% {  
        -webkit-transform: scale(0.5, 0.5);
           -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
             -o-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
    }
}
@-o-keyframes coordinate {
    0% { 
        -webkit-transform: scale(0.5, 0.5);
           -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
             -o-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
    }
    50%{
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
    100% {  
        -webkit-transform: scale(0.5, 0.5);
           -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
             -o-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
    }
}
@keyframes coordinate {
    0% { 
        -webkit-transform: scale(0.5, 0.5);
           -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
             -o-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
    }
    50%{
        -webkit-transform: scale(1.1, 1.1);
           -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
    }
    100% {  
        -webkit-transform: scale(0.5, 0.5);
           -moz-transform: scale(0.5, 0.5);
            -ms-transform: scale(0.5, 0.5);
             -o-transform: scale(0.5, 0.5);
                transform: scale(0.5, 0.5);
    }
}
.cdta_01{
    top: 17.6%;
    right: 39.3%;
}
.cdta_02{
    top: 26.5%;
    right: 22.5%;
}
.cdta_03{
    bottom: 46%;
    right: 14%;
}
.cdta_04{
    bottom: 34%;
    right: 9.5%;
}
.cdta_05{
    bottom: 15%;
    left: 44%;
}
.cdta_06{
    bottom: 19%;
    left: 42.5%;
}
.cdta_07{
    bottom: 22%;
    left: 47.3%;
}
.cdta_08{
    bottom: 23.5%;
    left: 41.5%;
}
.cdta_09{
    bottom: 25.5%;
    left: 41%;
}
.cdta_10{
    top: 57.5%;
    left: 26.4%;
}
.cdta_11{
    top: 38.5%;
    left: 37.5%;
}
.cdta_12{
    top: 35%;
    left: 45.3%;
}



