@charset "utf-8";
#nps-topology {
    height: 900px;
    padding: 30px;
    color: #303647;
}

#nps-topology .nps-content-inner {
    position: relative;
    height: 100%;
}

#nps-topology h1 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    margin: 0px;
    height: 50px;
}

.nps-topology-bg {
    position: absolute;
    background: url(../images/topology/home_topo_bg.png) no-repeat center center;
    width: 100%;
    height: 100%;
}

.nps-topology-arrow-bg {
    position: absolute;
    background: url(../images/topology/home_topo_arrow.png) no-repeat center center;
    width: 740px;
    height: 460px;
    top: 260px;
    left: 200px;
}

.nps-topology-yingyongyun {
    position: absolute;
    z-index: 6;
    background: url(../images/topology/home_topo_pic4.png) no-repeat center center;
    width: 366px;
    height: 220px;
    top: 130px;
    left: 740px;
}
.nps-topology-yingyongyun:hover {
    background: url(../images/topology/home_topo_pic4_hover.png) no-repeat center center;
}

.nps-topology-keshihua {
    position: absolute;
    z-index: 6;
    background: url(../images/topology/home_topo_pic3.png) no-repeat center center;
    width: 366px;
    height: 241px;
    top: 290px;
    left: 240px;
}
.nps-topology-keshihua:hover {
    background: url(../images/topology/home_topo_pic3_hover.png) no-repeat center center;
}

.nps-topology-yunjiankong {
    position: absolute;
    z-index: 2;
    background: url(../images/topology/home_topo_pic2.png) no-repeat center center;
    width: 499px;
    height: 303px;
    top: 445px;
    left: 530px;
}

.nps-topology-yunjiankong:hover {
    background: url(../images/topology/home_topo_pic2_hover.png) no-repeat center center;
}

.nps-topology-yunyunwei {
    position: absolute;
    z-index: 1;
    background: url(../images/topology/home_topo_pic1.png) no-repeat center center;
    width: 473px;
    height: 305px;
    top: 540px;
    left: 0px;
}
.nps-topology-yunyunwei:hover {
    background: url(../images/topology/home_topo_pic1_hover.png) no-repeat center center;
}

.nps-topology-dot {
    position: absolute;
    /*background: #ff6f4b;*/
    /*border-radius: 50%;*/
    /*width: 16px;*/
    /*height: 16px;*/

    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #45a9dc;
    -moz-transform: rotateZ(53deg);
    -webkit-transform: rotateZ(53deg);
    -o-transform: rotateZ(53deg);
    transform: rotateZ(53deg);
    filter: FlipV;

    animation: dotMove 3s infinite;
}

@keyframes dotMove {
    0% {
        left: 754px;
        top: 253px;
    }

    100% {
        left: 550px;
        top: 394px;
    }
}

.nps-topology-dot1 {
    position: absolute;
    /*background: #ff6f4b;*/
    /*border-radius: 50%;*/
    /*width: 16px;*/
    /*height: 16px;*/

    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #45a9dc;
    -moz-transform: rotateZ(233deg);
    -webkit-transform: rotateZ(233deg);
    -o-transform: rotateZ(233deg);
    transform: rotateZ(233deg);
    filter: FlipV;
    animation: dotMove1 2s infinite;
}

@keyframes dotMove1 {
    0% {
        left: 741px;
        top: 466px;
    }

    100% {
        left: 940px;
        top: 326px;
    }
}

.nps-topology-dot2 {
    position: absolute;
    background: url(../images/topology/topo_arrow.png) no-repeat;
    width: 15px;
    height: 12px;
    animation: dotMove2 4s linear infinite;
}

@keyframes dotMove2 {
    0% {
        left: 285px;
        top: 648px;
        background-position: left 0;
    }

    35% {
        left: 398px;
        top: 567px;
        background-position: left 0;
    }
    35.5% {
        left: 398px;
        top: 567px;
        background-position: left -27px;
    }
    
    70% {
        left: 513px;
        top: 631px;
        background-position: left -27px;
    }
    
    70.5% {
        left: 513px;
        top: 631px;
        background-position: left 0;
    }
    
    100% {
        left: 593px;
        top: 575px;
        background-position: left 0;
    }
}

.nps-topology-dot3 {
    position: absolute;
    background: url(../images/topology/topo_arrow.png) no-repeat;
    z-index: 0;
    width: 15px;
    height: 12px;
    animation: dotMove3 4s infinite;
}

@keyframes dotMove3 {
    0% {
        left: 285px;
        top: 648px;
        background-position: left 0;
    }

    35% {
        left: 398px;
        top: 567px;
        background-position: left 0;
    }
    
    35.5% {
        left: 398px;
        top: 567px;
        background-position: left -14px;
    }
    
    70% {
        left: 303px;
        top: 513px;
        background-position: left -14px;
    }
    
    70.5% {
        left: 303px;
        top: 513px;
        background-position: left 0;
    }
    
    100% {
        left: 373px;
        top: 466px;
        background-position: left 0;
    }
}
.nps-topology-dot4 {
    position: absolute;
    z-index: 0;
    /*background: #ff6f4b;*/
    /*border-radius: 50%;*/
    /*width: 16px;*/
    /*height: 16px;*/

    width: 0px;
    height: 0px;
    border-left: 2px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #45a9dc;
    -moz-transform: rotateZ(233deg);
    -webkit-transform: rotateZ(233deg);
    -o-transform: rotateZ(233deg);
    transform: rotateZ(233deg);
    filter: FlipV;

    animation: dotMove4 2s infinite;
}

@keyframes dotMove4 {
    0% {
        left: 586px;
        top: 504px;
    }

    100% {
        left: 512px;
        top: 455px;
    }
}

.nps-topology-node-elk {
    position: absolute;
    background: url(../images/topology/home_topo_elk.png) no-repeat center center;
    width: 137px;
    height: 146px;
    z-index: 1;
    left: 90px;
    top: -20px;
    animation: nodeMove_elk 2s infinite alternate;
}

@keyframes nodeMove_elk {
    from {
        left: 90px;
        top: -20px;
    }
    to {
        left: 110px;
        top: -20px;
    }
}

.nps-topology-node-zabbix {
    position: absolute;
    background: url(../images/topology/home_topo_zabbix.png) no-repeat center center;
    width: 97px;
    height: 164px;
    left: 275px;
    top: 57px;
    animation: nodeMove_zabbix 2s infinite alternate;
}

@keyframes nodeMove_zabbix {
    from {
        left: 275px;
        top: 57px;
    }
    to {
        left: 295px;
        top: 57px;
    }
}

.nps-topology-node-screen {
    position: absolute;
    background: url(../images/topology/home_topo_screen.png) no-repeat center center;
    width: 73px;
    height: 92px;
    left: 140px;
    top: -18px;
}

.nps-topology-node-alarm {
    position: absolute;
    background: url(../images/topology/home_topo_alarm.png) no-repeat center center;
    width: 60px;
    height: 65px;
    left: 250px;
    top: 63px;
    animation: nodeMove_alarm 1s infinite alternate;
}

@keyframes nodeMove_alarm {
    from {
        background: url(../images/topology/home_topo_alarm.png) no-repeat center center;
    }
    to {
        background: url(../images/topology/home_topo_alarm2.png) no-repeat center center;
    }
}

.nps-topology-node-form {
    position: absolute;
    background: url(../images/topology/home_topo_form.png) no-repeat center center;
    width: 63px;
    height: 107px;
    left: 55px;
    top: 27px;
}

.nps-topology-node-topo {
    position: absolute;
    background: url(../images/topology/home_topo_topo.png) no-repeat center center;
    width: 161px;
    height: 91px;
    left: 115px;
    top: 120px;
}

.nps-topology-node-monitor {
    position: absolute;
    background: url(../images/topology/home_topo_pic2_monitor.png) no-repeat center center;
    width: 299px;
    height: 196px;
    left: 12px;
    top: -15px;
    animation: nodeMove_monitor 1s infinite alternate;
}

@keyframes nodeMove_monitor {
    from {
        background: url(../images/topology/home_topo_pic2_monitor.png) no-repeat center center;
    }
    to {
        background: url(../images/topology/home_topo_pic2_monitor_hover.png) no-repeat center center;
    }
}

.nps-topology-node-ganzhi {
    position: absolute;
    background: url(../images/topology/home_topo_pic2_ganzhi.png) no-repeat center center;
    width: 299px;
    height: 194px;
    left: 184px;
    top: 76px;
    animation: nodeMove_ganzhi 1s infinite alternate;
}

@keyframes nodeMove_ganzhi {
    from {
        background: url(../images/topology/home_topo_pic2_ganzhi.png) no-repeat center center;
    }
    to {
        background: url(../images/topology/home_topo_pic2_ganzhi_hover.png) no-repeat center center;
    }
}