﻿@charset "utf-8";
html,
body {
    padding: 0;
    margin: 0;
    font-family: 'lucida grande', 'lucida sans unicode', lucida, helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 16px;
    color: #000000;
}

body {
    /* background-image: url(images/bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@keyframes animtran {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes animtrans {
    from {
        transform: rotateZ(360deg);
    }
    to {
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes animtran {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes animtrans {
    from {
        transform: rotateZ(360deg);
    }
    to {
        transform: rotateZ(0deg);
    }
}

#advert {
    width: 80%;
    height: 100vh;
    margin: 10% auto;
    position: relative;
}

#advert .bg1 {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -250px;
    z-index: 10;
}

#advert .bg1 div {
    width: 500px;
    height: 500px;
    border: #1e9aff 1px dotted;
    box-shadow: 0 0 50px #1e9aff;
    border-radius: 50%;
    position: relative;
    animation: animtran 16s linear infinite;
    -webkit-animation: animtran 16s linear infinite;
}

#advert .bg1 img {
    width: 100px;
    box-shadow: 0 0 50px #1e9aff;
    background: #0e2e47;
    border-radius: 50%;
    position: absolute;
    animation: animtrans 16s linear infinite;
    -webkit-animation: animtrans 16s linear infinite;
}

#advert .bg1 .icon01 {
    bottom: -35px;
    left: 125px;
}

#advert .bg1 .icon02 {
    top: 250px;
    left: -54px;
}

#advert .bg1 .icon03 {
    top: -7px;
    left: 44px;
}

#advert .bg1 .icon04 {
    top: -45px;
    right: 150px;
}

#advert .bg1 .icon05 {
    top: 80px;
    right: -24px;
}

#advert .bg1 .icon06 {
    bottom: 25px;
    right: 7px;
}

#advert .bg1 .icon07 {
    bottom: -25px;
    left: 105px;
}

#advert .bg2 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: -150px;
    z-index: 9;
}

#advert .bg2 div {
    width: 300px;
    height: 300px;
    border: #faca02 1px solid;
    box-shadow: 0 0 20px #faca02;
    border-radius: 50%;
    position: relative;
    animation: animtrans 12s linear infinite;
    -webkit-animation: animtrans 12s linear infinite;
}

#advert .bg2 span {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 20px #faca02;
    position: absolute;
    animation: animtran 6s linear infinite;
    -webkit-animation: animtran 6s linear infinite;
}

#advert .bg2 img {
    padding: 10px;
    display: block;
}

#advert .bg2 .icon08 {
    top: 20px;
    left: 50px;
}

#advert .bg2 .icon09 {
    bottom: 0;
    left: 70px;
}

#advert .bg2 .icon10 {
    bottom: 160px;
    right: -10px;
}


#advert .bg3 {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -60px;
    z-index: 8;
}

#advert .bg3 div {
    width: 120px;
    height: 120px;
    border: #fff 1px solid;
    box-shadow: 0 0 10px #fff;
    border-radius: 50%;
    position: relative;
    animation: animtran 8s linear infinite;
    -webkit-animation: animtran 8s linear infinite;
}

#advert .bg3 span {
    display: inline-block;
   /* background-color: #FFFFFF;*/
    box-shadow: 0 0 5px #fff;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    animation: animtrans 4s linear infinite;
    -webkit-animation: animtrans 4s linear infinite;
}

#advert .bg3 img {
    padding: 10px;
    display: block;
}

#advert .bg3 .icon11 {
    top: -14px;
    right: 35px;
}

#advert .bg3 .icon12 {
    bottom: -10px;
    right: 50px;
}

#advert .content {
    width: 100px;
    height: 100px;
    background: url("../Image/mind_08.png") no-repeat center;
    position: absolute;
    z-index: 11;
    left: 50%;
    top: 220px;
    margin-left: -50px;
}


 @media (max-width:1366px  )  and (max-height:768px) {
    #advert .bg1 {
        width:400px;height:400px;
    }

        #advert .bg1 div {
             width:400px;height:400px;
        }
        #advert .bg1 img {
           width:90px;height:90px;
        }
        #advert .bg1 .icon01 {
        }
        #advert .bg1 .icon02 {
            top:200px;
        }
        #advert .bg1 .icon03 {
            left:17px;
        }
         #advert .bg1 .icon04 {
            right:120px;
        }

    #advert .bg2 {
      width:200px;height:200px;top:125px;margin-left:-150px;
    }
        #advert .bg2 div {
            width:200px;height:200px;
        }
        #advert .bg2 .icon08 {
            left:0px;
        }
        #advert .bg2 .icon09 {
            left:0px;
        }

    #advert .bg3 {
         width:80px;height:80px;top:190px;margin-left:-85px;
    }
    #advert .bg3 div{
         width:80px;height:80px;
    }

    #advert .content {
        background-size:60px 60px;top:180px;margin-left:-95px;
    }
}


 
 @media (max-width:1280px  )  and (max-height:720px) {
    #advert .bg1 {
        width:350px;height:350px;margin-left:-180px;
    }

        #advert .bg1 div {
             width:350px;height:350px;
        }
        #advert .bg1 img {
           width:80px;height:80px;
        }
        #advert .bg1 .icon01 {
        }
        #advert .bg1 .icon02 {
            top:200px;left:-40px;
        }
        #advert .bg1 .icon03 {
            left:17px;
        }
         #advert .bg1 .icon04 {
            right:120px;
        }

    #advert .bg2 {
      width:150px;height:150px;top:125px;margin-left:-80px;
    }
        #advert .bg2 div {
            width:150px;height:150px;
        }
        #advert .bg2 .icon08 {
            left:0px;
        }
        #advert .bg2 .icon09 {
            left:0px;
        }

    #advert .bg3 {
         width:80px;height:80px;top:160px;margin-left:-40px;
    }
    #advert .bg3 div{
         width:80px;height:80px;
    }

    #advert .content {
        background-size:60px 60px;top:150px;margin-left:-50px;
    }
}



@keyframes ani-one {
    from {
        left: 260px;
    }
    to {
        left: 16px
    }
}

@keyframes ani-two {
    from {
        left: 260px;
    }
    to {
        left: 70px
    }
}

@keyframes ani-three {
    from {
        top: 0;
        left: 0;
    }
    to {
        top: 8px;
        left: 8px;
    }
}

@keyframes ani-four {
    0% {
        width: 130px;
        height: 50px;
        left: 85px;
        top: 125px;
        box-shadow: #f6f6f6 8px 8px 8px 4px;
        border: #eee 0px solid;
        margin-left: 0;
    }
    100% {
        width: 259px;
        height: 333px;
        left: 50%;
        top: 0px;
        box-shadow: #FFFFFF 0 0 0 0;
        border: #eee 1px solid;
        margin-left: -130px;
    }
}

@keyframes ani-five {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes ani-six {
    from {
        left: 260px;
    }
    to {
        left: 0;
    }
}

@-webkit-keyframes ani-one {
    from {
        left: 260px;
    }
    to {
        left: 16px
    }
}

@-webkit-keyframes ani-two {
    from {
        left: 260px;
    }
    to {
        left: 70px
    }
}

@-webkit-keyframes ani-three {
    from {
        top: 0;
        left: 0;
    }
    to {
        top: 8px;
        left: 8px;
    }
}

@-webkit-keyframes ani-four {
    0% {
        width: 130px;
        height: 50px;
        left: 85px;
        top: 125px;
        box-shadow: #f6f6f6 8px 8px 8px 4px;
        border: #eee 0px solid;
        margin-left: 0;
    }
    100% {
        width: 259px;
        height: 333px;
        left: 50%;
        top: 0px;
        box-shadow: #FFFFFF 0 0 0 0;
        border: #eee 1px solid;
        margin-left: -130px;
    }
}

@-webkit-keyframes ani-five {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes ani-six {
    from {
        left: 260px;
    }
    to {
        left: 0;
    }
}


.animation-paused {
    animation-play-state: paused !important;
    -webkit-animation-play-state: paused !important;
}

.animation-one {
    animation: ani-one 0.6s ease 1;
    -webkit-animation: ani-one 0.6s ease 1;
}

.animation-two {
    animation: ani-two 0.6s ease 1;
    -webkit-animation: ani-two 0.6s ease 1;
}

.animation-three {
    animation: ani-three 0.6s ease 1;
    -webkit-animation: ani-three 0.6s ease 1;
}

.animation-four {
    animation: ani-four 0.3s ease 1;
    -webkit-animation: ani-four 0.3s ease 1;
}

.animation-five {
    animation: ani-five 0.5s ease 1;
    -webkit-animation: ani-five 0.5s ease 1;
}

.animation-six {
    animation: ani-six 0.6s ease 1;
    -webkit-animation: ani-six 0.6s ease 1;
}

.opacity0 {
    opacity: 0;
}
/*文字*/
#advert .text{
    color: #92ceff;
    font-size: 1.5em;
    font-weight: bold;
}
#advert .text .text-left{
    position: absolute;
    top: 20%;
    left: 10%;
}
#advert .text .text-right{
    position: absolute;
    top: 20%;
    right: 10%;
}
#advert .text .text-bottom{
    position: absolute;
    bottom: 30%;
    width: 100%;
    text-align: center;
    color:#fff;
}
@media (max-width: 1600px) {
    #advert{
        top:15%;
        width: 100%;
        margin: 0 auto;
    }
    #advert .text{
        font-size: 1.2em;
    }
    #advert .text .text-bottom{
        bottom: 18%;
    }
}

@media (min-width: 1600px) {
    #advert{
        top:15%;
        width: 100%;
        margin: 0 auto;
    }
    #advert .text{
        font-size: 1.2em;
    }
    #advert .text .text-bottom{
        bottom: 18%;
    }
}

.mind-step {
    padding-top:30px;
    width:100%;  text-align:center;
     position: absolute;
    top: 50%;
    height: 500px;
    margin-top: -250px; /* negative half of the height */
    
}
.mind-step-h2 {
    text-align:center;
     width:1000px; margin:0 auto;
     color:#fff;font-size:18px;font-weight:bold;
}
.mind-step-txt {
     text-align:center;
     width:1000px; margin:0 auto;
      color:#fff;font-size:15px;
      padding-bottom:20px;

}
    .mind-step-txt p {
        text-indent:0px;padding-left:30px;

    }

 @media (max-width:1280px  )  and (max-height:600px) {
    .mind-step {
        padding-top: 50px;
    }
    .mind-step-txt {
          padding-bottom:10px;font-size:12px;
    }
}