
@font-face {
    font-family: LCDFont;
    src: url("/assets/plugins/bigData/css/UnidreamLED.ttf");
}

body{
    width: 100%;
    height: 100%;
}

.margin{
    display: flex;
    width: 1920px;
    height: 1080px;
    margin: 0 auto;
    flex-flow: column;
    background-color: #081832;
    background-image: url("/assets/eevee/img/data2019/blue_bg2.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
/* 头部 */
.margin .header{
    width: 100%;
    height: 117px;
    background-color: red;
    background: url("/assets/eevee/img/bigData/top222.png") top no-repeat;
}
/* 主体内容 */
.margin .content{
    display: flex;
    flex: 1;
    width: 1876px;
    margin: -14px auto 0;
}
/* 主体内容-左 */
.margin .content .content-left{
    width: 1412px;
    height: 100%;
    margin-top: 40px;
}
/* 主体内容-左-上 */
.margin .content .content-left .content-left-top{
    display: flex;
    width: 1412px;
    height: 620px;
}

/* 主体内容-左-上-地图 */
.margin .content .content-left .content-left-top .map{
    display: block;
    /*flex-flow: column;*/
    /*flex: 1;*/
    width: 100%;
    height: 100%;
    position: relative;
}
.margin .content .content-left .content-left-top .map .map-top{
    /*display: flex;*/
    width: 136px;
    /*height: 418px;*/
    /*background: url(/assets/eevee/img/bigData/2-1.png) 10px 0 no-repeat;*/
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 0;
}
.margin .content .content-left .content-left-top .map .map-top div{
    /*height: 80px;*/
    /*!*margin-left: 120px;*!*/
    /*width: 170px;*/
    /*display: block;*/
    /*float: right;*/
}

.margin .content .content-left .content-left-top .map .map-top .trun-loop{
    margin-top: 10px;
}
.margin .content .content-left .content-left-top .map .map-top div span{
    text-align: center;
    color: #fff;
    width: 170px;
    font: 400 40px/86px "LCDFont";
    letter-spacing: 4px;
    display: block;
}

/* 地图内容 */
.margin .content .content-left .content-left-top .map .map-content{
    /*position: relative;
    flex: 1;*/
    /*background-color: gray;*/
    /*background: url("/assets/eevee/img/bigData/map-bg.png") left top no-repeat;*/
    /*-webkit-background-size: 1412px 521px;*/
    /*background-size: 1412px 521px;*/
    display: inline-block;
    height: 600px;
    cursor: pointer;
    /*overflow: hidden;*/
    position: absolute;
    left: 200px;
}
.margin .content .content-left .content-left-top .map .map-content .topView{
    /*position: absolute;
    width: 1000px;
    top: 40px;
    left: 395px;
    height: 468px;*/
    position: relative;
}
.margin .content .content-left .content-left-top .map .map-content .topView img{
    /*position: absolute;
    -webkit-background-size: 65% 60%;
    background-size: 100% 100%;
    width: 1000px;
    height: 468px;*/
    /*z-index: 1;*/
    width: 1200px;
    height: 561px;
}
.margin .content .content-left .content-left-top .map .map-content .map-content-label{
    position: absolute;
    top: 80px;
    left: 100px;
    color: #87d2ed;
    font: 24px/40px "";
}
.margin .content .content-left .content-left-top .map .map-content .map-content-label p{
    margin: 5px 0;
}

.toast{
    width: 100vw;
    height: 100vh;
    background-color: rgba(52, 52, 52, .5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.toast .toastBox{
    width: 1176px;
    height: 662px;
    box-sizing: border-box;
    background-color: gray;
    z-index: 3;
    border: 1px solid #7fa1c6;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.toast .toastBox img{
    width:100%;
    height:100%;
}

/* 关闭按钮 */
.toast .toastBox span::after, .toast .toastBox span::before{
    content:'';
    width:40px;
    height:2px;
    background:#FFF;
    display:block;
}
.toast .toastBox span::before{
    transform: rotate(45deg);
}
.toast .toastBox span::after{
    transform:translateY(-2px) rotate(-45deg);
}
.toast .toastBox span{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
}
/* 主体内容-左-下 */
.margin .content .content-left .content-left-bottom{
    display: flex;
    width: 1412px;
    height: 310px;
    /*background: url(/assets/eevee/img/bigData/bottom_bg.png) bottom no-repeat;*/
    margin-left: 10px;
}
.bottom-item{
    display: inline-block;
    flex-flow: column;
    /*flex: 1;*/
    height: 100%;
    margin-left: 25px;
    width: 509px;
}
.bottom-item .bottom-item-top{
    height: 65px;
    background-color: grey;
    background: url("/assets/eevee/img/bigData/bottom-item.png") 0 18px no-repeat;
    color: #fff;
    font: 600 22px/74px "";
    text-indent: 36px;
    font-size: 18px;
    /*margin-top: 20px;*/
}
.bottom-item .bottom-item-top >a{
    color: #fff;
    font-size: 18px;
}
.bottom-item .bottom-item-content{
    flex: 1;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}
.bottom-item:nth-child(3) .bottom-item-content{
    background-image: url("/assets/eevee/img/bigData/r2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bottom-item .bottom-item-content .prodDiv{
    position: relative;
    cursor: pointer;
}
.bottom-item .bottom-item-content .qualDiv{
    position: relative;
    cursor: pointer;
}
.bottom-item .bottom-item-content i{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/assets/eevee/img/bigData/arrow.png") no-repeat;
    right: 50px;
    top: 14px;
}
.bottom-item .bottom-item-content div{
    flex: 1;
}
.bottom-item .bottom-item-content >div:nth-child(2){
    margin-top: 20px;
    height: 62px;
    line-height: 62px;
    text-indent: 200px;
    background: url("/assets/eevee/img/bigData/777.png") no-repeat;
    -webkit-background-size: 97% 97%;
    background-size: 97% 97%;
}
.bottom-item .bottom-item-content >div:nth-child(1){
    margin-top: 10px;
    height: 62px;
    line-height: 62px;
    text-indent: 200px;
    background: url("/assets/eevee/img/bigData/888.png") no-repeat;
    -webkit-background-size: 97% 97%;
    background-size: 97% 97%;
}
.bottom-item .bottom-item-content >div:nth-child(3){
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    height: 72px;
    line-height: 72px;
}
.bottom-item .bottom-item-content div:nth-child(3) .bottom-item-center-left{
    background: url("/assets/eevee/img/bigData/9992.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-indent: 160px;
}
.bottom-item .bottom-item-content div:nth-child(3) .bottom-item-center-right{
    background: url("/assets/eevee/img/bigData/0002.png") right center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-indent: 150px;
    margin-left: 10px;
}
.bottom-item .bottom-item-content img{
    display: block;
    margin-top: 15px;
    margin-left: 30px;
    padding-top: 20px;
}

/* 主体内容-右 */
.margin .content .content-right{
    width: 415px;
    margin-left: 49px;
    height: 100%;
    margin-top: -10px;
}
.margin .content .content-right .content-right-item:nth-child(1){
    margin-top: 100px;
    width: 100%;
}
.margin .content .content-right .content-right-item:nth-child(2){
    margin-top: 16px;
    width: 100%;
    /*background: url("../images/bigData/RRR.png") no-repeat;*/
}
#toData_mining{
    cursor: pointer;
}
#toInconnection{
    position: absolute;
    width: 400px;
    height: 150px;
    top: 160px;
    left: 20px;
    cursor: pointer;
}
.toast01{
    cursor: pointer;
}
.margin .content .content-right .content-right-item .content-right-item-title{
    height: 40px;
    background: url("/assets/eevee/img/bigData/bottom-item2.png") no-repeat;
    color: #fff;
    font: 600 22px/40px "";
    text-indent: 36px;
    margin-left: 12px;
    margin-bottom: 8px;
}
.margin .content .content-right .content-right-item:nth-child(1) .content-right-item-content{
    position: relative;
    height: 300px;
    background-image: url("/assets/eevee/img/bigData/y2.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.margin .content .content-right .content-right-item:nth-child(2) .content-right-item-content{
    height: 300px;
    background-image: url("/assets/eevee/img/bigData/u2.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.margin .content .content-right .slogan{
    height: 142px;
    background-image: url("/assets/eevee/img/bigData/t1.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: 10px;
    position: relative;
    margin-top: 5px;
}
#toVideoPage{
    cursor: pointer;
    position: absolute;
    width: 410px;
    height: 120px;
    left: 20px;
    top: 20px;
}

#worldMap{
    width: 100%;
    height: 100%;
    margin-left: 120px;
}

.blue-slide {
    background: #4390EE;
}
.red-slide {
    background: #CA4040;
}
.orange-slide {
    background: #FF8604;
}
.swiper-slide {
    width: 100%;
    line-height: 70px;
    height: 226px;
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.turn-icon {
    position: absolute;
    bottom: 0.9rem;
    left: 41%;
    width: 5rem;
    height: 5rem;
    margin-left: -0.62rem;
    background: url(/assets/eevee/img/bigData/turn-icon.png) center no-repeat;
    background-size: 100% auto;
    animation: rotatefresh 10s linear infinite;
}
@keyframes rotatefresh {/* 旋转 */
    from { transform: rotate(0deg) }
    to {
        transform: rotate(360deg);
    }
}
.circle-name{
    width: 136px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.trun-loop {
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 50%;
    background: url(/assets/eevee/img/bigData/turn-loop2.png) top center no-repeat;
    background-size: 100% auto;
    /*animation: rerotatefresh 6.6s linear 0.4s infinite;*/
    position: relative;
}
@keyframes rerotatefresh {/* åå‘é—´éš”æ—‹è½¬ */
    /*from { transform: rotate(0deg) }*/
    /*to {*/
    /*transform: rotate(-360deg);*/
    /*}*/
    0%   {transform: rotate(0deg);}
    50%  {transform: rotate(-360deg);}
    100%  {transform: rotate(-360deg);}
}
.trun-loop-num{
    margin-top: -80px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.titleNum{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    float: right;
    margin-right: 30px;
}
.a-num{
    font-size: 16px;
}
.scrollbox{width: 436px;margin: 0 auto;overflow: hidden;padding: 10px;margin-top: 15px;background: url(/assets/eevee/img/bigData/block_bg.png) no-repeat;}
#scrollDiv{width:420px;height:188px; overflow:hidden;margin-left:7px; padding: 0 20px; margin-top:2px;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{height:36px; width:380px; padding:0; overflow:hidden; vertical-align:bottom; zoom:1; border-bottom:#35525d dashed 1px; color: #fff;}
#scrollDiv li h3{height:36px;font-size:14px;color:#fff;line-height:36px;width: 220px;margin:0;display:inline-block;}
#scrollDiv li span{color:#fff; line-height:36px; width:140px; margin-left: 20px}
#scrollDiv li h3 a{color:#fff; text-decoration:none;}
#scrollDiv li h3 a:hover{color:#005aaa;}

.demobg{width:436px;background: url(/assets/eevee/img/bigData/block_bg.png) no-repeat; height: 210px; position: relative; margin-top: 15px;}
.message{font-size:14px; margin: 0 auto; margin-top: 20px; position: absolute; top: 0;}

.message li{height:28px;line-height:28px;border-bottom:1px dashed #35525d;margin: 0 20px 0 40px; width: 370px; overflow: hidden; padding: 0 40px;}
.message li a{
    color: #fff;
    font-weight: 550;
}
.message li span{
    color: #fff;
    float: right;
    margin-right: 15px;
    font-weight: 550;
}
.slides-box {
    width: 450px;
    height: 210px;
    margin: auto;
    overflow: hidden;
}
.s1 {
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -250px;
    width: 500px;
    height: 300px;
    background: rgba(255,255,255,.7);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.s1 p {
    margin: 0;
    padding: 50px 0 20px 0;
    font-family: Arial;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.s1 span {
    display: block;
    font-family: Arial;
    font-size: 25px;
    color: #666;
    text-align: center;
}

.s1 a {
    margin: 20px auto 0 auto;
    display: block;
    width: 220px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-size: 25px;
    background: #f88371;
}

.s1 a:hover { background: #ed6f5c; }
@media (max-width:480px) {

    .s1 {
        margin: -127px 0 0 0;
        width: 80%;
        height: 255px;
        left: 10%;
    }

    .s1 p { font-size: 36px; }

    .s1 span { font-size: 18px; }
}

.bigNum{
    position: absolute;
    font-size: 28px;
    font-weight: bold;
}
#bigNum1{
    top:0px;
    left: 0px;
    color: #1e95ff;
}
#bigNum2{
    top: 70px;
    left: 0px;
    color: #c59938;
}
#demo01 li{
    margin: 0 0 0 25px;
    padding: 0 25px;
}