@charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,body {
    padding: 0px;
    margin: 0px;
    color: #222;
    font-family: "微软雅黑";
}

@font-face {
    font-family:electronicFont;src:url(../font/DS-DIGIT.TTF)
}

body {
    /*background: #000127 url(../../img/bigdata/saleBg.png) center top;*/
    /*background: #00257f;*/
    /*background-size: cover;*/
    /*color: #666;*/
    /*font-size: .1rem;*/
}

li {
    list-style-type: none;
}

table {
}

i {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #399bff;
}

a.active,a:focus {
    outline: none!important;
    text-decoration: none;
}

ol,ul,p,h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0
}

a:hover {
    color: #06c;
    text-decoration: none!important
}
/** 头部 **/
body{
    padding: 0;
    margin: 0;
}
.main{
    height: 100%;
    width: 100%;
    background: #000127 url(../../../statics/img/bigdata/indexBg.png) no-repeat center center;
    overflow: hidden;
}
.head {
    height: 9%;
    background: url(../../../statics/img/bigdata/bgTop.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 100;
}
.head h1 {
    color: #fff;
    text-align: center;
    font-size: 1.8vw;
    line-height: 6rem;
    font-weight: bold;
}

.rightDate{
    position: fixed;
    right: 20px;
    top: 6%;
    color: #cdf6f6;
    font-size: 16px;
    font-style: italic;
    z-index: 9999999;
}
.ydLog{
    position: fixed;
    right: 50px;
    top: 2%;
    color: #cdf6f6;
    font-size: 16px;
    font-style: italic;
    z-index: 9999999;
}
.ydLog img{
    width: 30px;
}
.rotate{
    transform: rotate3d(-145, 50, -35, 30deg);
    width: 100px;
    margin: 10% auto;
    position: relative;
    /*display: none;*/
    opacity: 0;
    transition: 1s;
}
.rotate a img{
    position: absolute;
    width: 250px;
    transition: 1s;
}
.rotate a:nth-child(1) img{
    left: -360px;
    top: 60px;
    transform: scale(1.1);
}
.rotate a:nth-child(2) img{
    left: 0px;
    top: 80px;
    transform: scale(1.3);
}
.rotate a:nth-child(3) img{
    left: 380px;
    top: 0px;
    transform: scale(1.1);
}
.rotate a:nth-child(4) img{
    left: 280px;
    top: -150px;
    transform: scale(.7);
}
.rotate a:nth-child(5) img{
    left: 0px;
    top: -140px;
    transform: scale(.5);
}
.rotate a:nth-child(6) img{
    left: -380px;
    top: -60px;
    transform: scale(.8);
}
.rotate a:hover img{
    transform: scale(1.3);
}
