/* @愿景页 */
.headnav.bg{
    background-color: rgba(0, 104, 235, 1);
    position: fixed;
}
.headnav{
    background: none;
}
.main-wrap{
    width: 100%;
    height: 100%;
    background: #FFB940;
    position: relative;
    overflow: hidden;
    /* font-family: 'PingFang SC Regular'; */
}
.main-wrap.hide{
    display: none !important;
}
.life .text-box,
.time .text-box,
.eff .text-box{
    opacity: 0;
    animation: fadeIn 3s forwards;
}
.text-box{
    text-align: center;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color:#fff;
    z-index: 2;
}
.text-box p,
.text-box h2{
    color: #fff;
}
.text-box .title{
    /* font-family: 'PingFang SC Semibold'; */
    font-size:0.8rem;
    line-height: 1.12rem;
    margin-bottom:0.5rem;
}
.text-box .text{
    font-size:0.24rem;
    margin-bottom: 0.12rem;
    line-height: 0.34rem;
}
.text-box .text-bold{
    font-size:0.54rem;
    margin-bottom: 0.42rem;
    line-height: 0.75rem;
    font-weight: bold;
    /* font-family: 'Din bold'; */
}
.text-box .text-bold span{
    width: 0.25rem;
    display: inline-block;
}
.text-box .text-bold:last-child{
    margin: 0;
}
.main-wrap.time{
    background: #0068EB;
}
.main-wrap.eff{
    background:#20198C;
}
.text-box .text40{
    font-size:0.4rem;
    line-height: 0.5rem;
}
.position-relative {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    height: 1.5rem;
    width: 100%;
    margin: auto;
}
/*圆样式*/
.animation-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    overflow: hidden;
}
.animation-box #inner{
    width: 100%;
    height: 100%;
}
.cirle-animation .bd-scroll::before{
    background-color: #FFB940;
}

.scroll-od .bd-scroll::before{
    animation: none;
    -webkit-animation:none;
}
.scroll-od.animate .bd-scroll::before{
    -webkit-animation: scroll 2.4s infinite normal;
    animation: scroll 2.4s infinite normal;
}
.circle-box.circle-box-h5{
    display: none;
}
/*212,159,159,99,99,99*/
.circle-box > div{
    border-radius: 100%;
    position: absolute;
}
.circle-box .one{
    /* width:4.24rem;
    height:4.24rem; */
    width: 280px;
    height: 280px;
    background:  #F57D2B;
}
.circle-box  .two{
    /* width:3.18rem;
    height:3.18rem; */
    width: 200px;
    height: 200px;
    background:#FFA300 ;
    -webkit-animation-name:fadeIn;animation-name:fadeIn
}
.circle-box  .three{
    /* width:3.18rem;
    height:3.18rem; */
    width: 200px;
    height: 200px;
    background: #F57D2B;
    -webkit-animation-name:fadeIn;animation-name:fadeIn
}
.circle-box  .four,
.circle-box  .five,
.circle-box  .six{
    /* width:1.88rem;
    height:1.88rem; */
    width: 130px;
    height: 130px;
}
.circle-box  .four{
    background: #FFA300;
    -webkit-animation-name:fadeIn;animation-name:fadeIn
}
.circle-box  .five{

    background: #F57D2B;
    -webkit-animation-name:fadeIn;animation-name:fadeIn
}
.circle-box  .six{
    background: #FFA300;
    -webkit-animation-name:fadeIn;animation-name:fadeIn
}
.life .bottom-right-text{
    position: absolute;
    right: 0.3rem;
    bottom: 0.5rem;
    color: #fff;
    font-size: 0.14rem;
}
/*三角形*/
.triangle-h5{
    display: none;
}
.triangle .left span,
.triangle .right span{
    width: 0;
    height: 0;
    border-left: 0.6rem solid transparent;
    border-right:  0.6rem solid transparent;
    border-bottom: 1rem solid #1144CB;
    position: absolute;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.triangle .left{
    position: absolute;
    left:10%;
    height: 100%;
}
.triangle .left span{
    top:100%;
}
.triangle .right{
    position: absolute;
    right:10%;
    height: 100%;
}
.triangle .right span{
    border-top: 1rem solid #1144CB;
    border-bottom:0;
    bottom: 100%;
}
/*三角动画start*/
.left-box{
    width: 4rem;
    position: absolute;
    top:0;
    left: 10%;
    height: 100%;
}
.left-box .item{
    width: 0;
    height: 0;
    border-left: 0.6rem solid transparent;
    border-right:  0.6rem solid transparent;
    border-bottom: 1rem solid #1144CB;
    position: absolute;
    top:100%;
}
.left-one{
    left: 0;
    position: absolute;
    height: 100%;
    width: 2rem;
    top: 0
}
@keyframes top1rem{
    0% {top: 2rem;}
    100% {top: 1rem;}
}
.left-box .top1rem{
    animation: top1rem 1s forwards;
}
@keyframes top2rem{
    0% {top: 3rem;}
    100% {top: 2rem;}
}
.left-box .top2rem{
    top: 3rem;
    animation: top2rem 1s .2s forwards;
}
@keyframes top3rem{
    0% {top: 4rem;opacity: 1;}
    100% {top: 3rem;opacity: 1;}
}
.left-box .top3rem{
    top: 4rem;
    animation: top3rem 1s .4s forwards;
}
@keyframes top4rem{
    0% {top: 5rem;opacity: 1;}
    100% {top: 4rem;opacity: 1;}
}
.left-box .top4rem{
    top: 5rem;
    animation: top4rem 1s .6s forwards;
}
@keyframes top5rem{
    0% {top: 6rem;opacity: 1;}
    100% {top: 5rem;opacity: 1;}
}
.left-box .top5rem{
    top: 6rem;
    animation: top5rem 1s .8s forwards;
}
@keyframes top6rem{
    0% {top: 7rem;opacity: 1;}
    100% {top: 6rem;opacity: 1;}
}
.left-box .top6rem{
    top: 7rem;
    animation: top6rem 1s 1s forwards;
}

@keyframes left1{
    0% {top: 100%;opacity: 0;}
    100% {top: 1rem;opacity: 1;}
}
.left-one .left1{
    top:100%;
    animation: left1 2s forwards;
}
@keyframes left2{
    0% {top: 100%;opacity: 0;}
    100% {top: 2rem;opacity: 1;}
}
.left-one .left2{
    top:100%;
    animation: left2 2s 1s forwards;
}
@keyframes left3{
    0% {top: 100%;opacity: 0;}
    100% {top: 3rem;opacity: 1;}
}
.left-one .left3{
    top:100%;
    animation: left3 2s 2s forwards;
}
@keyframes left4{
    0% {top: 100%;opacity: 0;}
    100% {top: 4rem;opacity: 1;}
}
.left-one .left4{
    top:100%;
    animation: left4 2s 3s forwards;
}
@keyframes left5{
    0% {top: 100%;opacity: 0;}
    100% {top: 5rem;opacity: 1;}
}
.left-one .left5{
    top:100%;
    animation: left5 2s 4s forwards;
}
@keyframes left6{
    0% {top: 100%;opacity: 0;}
    100% {top: 6rem;opacity: 1;}
}
.left-one .left6{
    top:100%;
    animation: left6 2s 5s forwards;
}
@keyframes left7{
    0% {top: 100%;opacity: 0;}
    100% {top: 7rem;opacity: 1;}
}
.left-one .left7{
    top:100%;
    animation: left7 2s 6s forwards;
}
.left-two{
    left: 2rem;
    position: absolute;
    height: 100%;
    width: 2rem;
    top: 0
}

.left-two .left1{
    animation: left1 2s 1.5s forwards;
}
.left-two .left2{
    animation: left2 2s 2.5s forwards;
}
.left-two .left3{
    animation: left3 2s 3.5s forwards;
}
.left-two .left4{
    animation: left4 2s 4.5s forwards;
}
.left-two .left5{
    animation: left5 2s 5.5s forwards;
}
.left-two .left6{
    animation: left6 2s 6.5s forwards;
}
.left-two .left7{
    animation: left7 2s 7.5s forwards;
}

@keyframes last{
    0% {top: 100%;opacity: 1;}
    100% {top: 7rem;opacity: 1;}
}
.left-box .last{
    top: 100%;
    animation: last 1s 1.2s forwards;
}

@keyframes goTop{
    0% {top: 1rem;opacity: 1;}
    100% {top: -50%;opacity: 0;}
}
.left-box .top{
    top: 1rem;
    animation: goTop 2s forwards;
}
.left-box .top1rem.top{
    top: 1rem;
    animation: goTop 2s forwards;
}

/*right box*/
.right-box{
    width: 4rem;
    position: absolute;
    top:0;
    right: 10%;
    height: 100%;
}
.right-box .item{
    width: 0;
    height: 0;
    border-left: 0.6rem solid transparent;
    border-right:  0.6rem solid transparent;
    border-top: 1rem solid #1144CB;
    position: absolute;
    bottom:100%;
}
/*left one*/
.right-one{
    right: 0;
    position: absolute;
    height: 100%;
    width: 2rem;
    top: 0
}
@keyframes bottom1rem{
    0% {bottom: 2rem;}
    100% {bottom: 1rem;}
}
.right-box .bottom1rem{
    animation: bottom1rem 1s forwards;
}
@keyframes bottom2rem{
    0% {bottom: 3rem;}
    100% {bottom: 2rem;}
}
.right-box .bottom2rem{
    bottom: 3rem;
    animation: bottom2rem 1s .2s forwards;
}
@keyframes bottom3rem{
    0% {bottom: 4rem;opacity: 1;}
    100% {bottom: 3rem;opacity: 1;}
}
.right-box .bottom3rem{
    bottom: 4rem;
    animation: bottom3rem 1s .4s forwards;
}
@keyframes bottom4rem{
    0% {bottom: 5rem;opacity: 1;}
    100% {bottom: 4rem;opacity: 1;}
}
.right-box .bottom4rem{
    bottom: 5rem;
    animation: bottom4rem 1s .6s forwards;
}
@keyframes bottom5rem{
    0% {bottom: 6rem;opacity: 1;}
    100% {bottom: 5rem;opacity: 1;}
}
.right-box .bottom5rem{
    bottom: 6rem;
    animation: bottom5rem 1s .8s forwards;
}
@keyframes bottom6rem{
    0% {bottom: 7rem;opacity: 1;}
    100% {bottom: 6rem;opacity: 1;}
}
.right-box .bottom6rem{
    bottom: 7rem;
    animation: bottom6rem 1s 1s forwards;
}

@keyframes right1{
    0% {bottom: 100%;opacity: 0;}
    100% {bottom: 1rem;opacity: 1;}
}
.right-one .right1{
    animation: right1 2s forwards;
}
@keyframes right2{
    0% {bottom: 100%;opacity: 0;}
    100% {bottom: 2rem;opacity: 1;}
}
.right-one .right2{

    animation: right2 2s 1s forwards;
}
@keyframes right3{
    0% {bottom: 100%;opacity: 0;}
    100% {bottom: 3rem;opacity: 1;}
}
.right-one .right3{
    animation: right3 2s 2s forwards;
}
@keyframes right4{
    0% {bottom: 100%;opacity: 0;}
    100% {bottom: 4rem;opacity: 1;}
}
.right-one .right4{
    animation: right4 2s 3s forwards;
}
@keyframes right5{
    0% {bottom: 100%;opacity: 0;}
    100% {bottom: 5rem;opacity: 1;}
}
.right-one .right5{
    animation: right5 2s 4s forwards;
}
@keyframes right6{
    0% {bottom: 100%;opacity: 0;}
    100% {bottom: 6rem;opacity: 1;}
}
.right-one .right6{
    animation: right6 2s 5s forwards;
}
@keyframes right7{
    0% {bottom: 100%;opacity: 0;}
    100% {bottom: 7rem;opacity: 1;}
}
.right-one .right7{
    animation: right7 2s 6s forwards;
}


/*right two*/
.right-two{
    right: 2rem;
    position: absolute;
    height: 100%;
    width: 2rem;
    top: 0
}

.right-two .right1{
    animation: right1 2s 1.5s forwards;
}
.right-two .right2{
    animation: right2 2s 2.5s forwards;
}
.right-two .right3{
    animation: right3 2s 3.5s forwards;
}
.right-two .right4{
    animation: right4 2s 4.5s forwards;
}
.right-two .right5{
    animation: right5 2s 5.5s forwards;
}
.right-two .right6{
    animation: right6 2s 6.5s forwards;
}
.right-two .right7{
    animation: right7 2s 7.5s forwards;
}

@keyframes rightlast{
    0% {bottom: 100%;opacity: 1;}
    100% {bottom: 7rem;opacity: 1;}
}
.right-box .last{
    bottom: 100%;
    animation: rightlast 1s 1.2s forwards;
}

@keyframes goBottom{
    0% {bottom: 1rem;opacity: 1;}
    100% {bottom: -50%;opacity: 0;}
}
.right-box .bottom{
    bottom: 1rem;
    animation: goBottom 2s forwards;
}
.right-box .bottom1rem.bottom{
    bottom: 1rem;
    animation: goBottom 2s forwards;
}
/*三角动画end*/

/*h5三角box*/
.time .text-box-h5{
    display: none !important;
}


/*效率动画*/

@keyframes square {
    0% {

        transform-origin: right bottom;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);

    }
    90% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}


.efficiency-h5{
    display: none;
}
.efficiency .box {
    width: 100%;
    position: relative;
    top: 50%;
    /* -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); */
    height: 2.68rem;
    margin-top: -1.34rem;
}

.efficiency .box .box-square {

    display: inline-block;
    position: absolute;
    bottom: 0;
}

.efficiency .box-square1 {
    width: 2.68rem;
    height: 2.68rem;
}

.efficiency .box-square2 {

    width: 2.15rem;
    height: 2.15rem;
}

.efficiency .box-square3 {
    width: 2.39rem;
    height: 2.39rem;
}

.efficiency .box-square4 {
    width: 1.74rem;
    height: 1.74rem;
}

.efficiency  .box span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
}


.efficiency .box1 {
    background: #1144CB;
    left: -2.68rem;
}

.efficiency .box2 {
    left: -2.15rem;
    background: #0068EB;
}

.efficiency .box3 {
    left: -2.39rem;
    background: #1144CB;
}

.efficiency .box4 {
    left: -1.74rem;
    background: #0068EB;
}

.efficiency .box1.roate,
.efficiency .box1.box-copy.roate {
    animation-name: square;
    animation-timing-function: linear;

    animation-fill-mode: forwards;
    transform-origin: right bottom;
}

.efficiency .box2.roate,
.efficiency .box2.box-copy.roate {
    /* animation: square 2.3s linear; */
    animation-name: square;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform-origin: right bottom;
}

.efficiency .box3.roate,
.efficiency .box3.box-copy.roate {
    /* animation:square 2.6s linear; */
    animation-name: square;
    animation-timing-function: linear;

    animation-fill-mode: forwards;
    transform-origin: right bottom;
}

.efficiency .box4.roate,
.efficiency .box4.box-copy.roate {
    animation-name: square;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transform-origin: right bottom;
}
/*我们的愿景*/
.vision p{
    font-size:0.4rem;
    margin-bottom:0.4rem;
}
.vision p.third{
    margin-bottom:0;
}
.vision .title{
    /* -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp; */
    /* animation: fadeInUp 3s forwards; */
}
.vision .first{
    /* -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp; */
    opacity: 0;
    -webkit-animation: fadeInUp 3s forwards;
            animation: fadeInUp 3s forwards;
}
.vision .second{
    opacity: 0;
    -webkit-animation: fadeInUp 3s 2s forwards;
            animation: fadeInUp 3s 2s forwards;
}
.vision .third{
    opacity: 0;
    -webkit-animation: fadeInUp 3s 5s forwards;
            animation: fadeInUp 3s 5s forwards;
}
@-webkit-keyframes changeBG{
    /* 0%   {background: #FFB940;}
    30%  {background:#0068EB;}
    60%  {background: #20198C;}
    100% {background: #0068EB;} */
    40%  {background:#FFB940;}
    70%  {background: #0068EB;}
    100% {background: #20198C;}
    100% {background: #0068EB;}
}
@keyframes changeBG{
    /* 0%   {background: #FFB940;}
    30%  {background:#0068EB;}
    60%  {background: #20198C;}
    100% {background: #0068EB;} */
    40%  {background:#FFB940;}
    70%  {background: #0068EB;}
    100% {background: #20198C;}
    100% {background: #0068EB;}
}
@-webkit-keyframes changeBG2{
    0%  {background:#FFB940;}
    100%  {background: #0068EB;}
}
@keyframes changeBG2{
    0%  {background:#FFB940;}
    100%  {background: #0068EB;}
}
@-webkit-keyframes changeBG3{
    0%  {background:#0068EB;}
    40%  {background: #20198C;}
    100%  {background: #20198C;}
}
@keyframes changeBG3{
    0%  {background:#0068EB;}
    40%  {background: #20198C;}
    100%  {background:#20198C;}
}
@-webkit-keyframes changeBG4{
    0%  {background:#20198C;}
    100%  {background: #0068EB;}
}
@keyframes changeBG4{
    0%  {background:#20198C;}
    100%  {background: #0068EB;}
}
.vision-box{
    background:#FFB940;
    -webkit-animation:changeBG2 3s 3s forwards,changeBG3 8s 6s forwards,changeBG4  3s 15s forwards;
    animation:changeBG2 3s 3s forwards,changeBG3 8s 6s forwards,changeBG4  3s 15s forwards;
}
.vision-box-h5{
    display: none;
}

@keyframes hideCircle{
    0% {
        bottom:0;
    }
    to {
        bottom:-300px;
    }
}

@keyframes hideCircle2{
    0% {

        left:10%;
    }
    to {
        left: -220px;
    }
}

@keyframes hideCircle3{
    0% {

        right:5%;
    }
    to {
        right: -220px;
    }
}

@keyframes hideCircle4{
    0% {
        bottom:5%;
        right:10%;
    }
    to {
        bottom:5%;
        right:-200px;
    }
}

@keyframes hideCircle5{
    0% {
        top:65%;
        left:15%;
    }
    to {
        top:65%;
        left:-20%;
    }
}
.circle-animation > div{
    position: absolute;
    opacity: 0;
}
.circle-animation .one{
    bottom:0;
    left:50%;
    transform: translate(-55%,0%);
            animation: fadeIn .8s forwards, hideCircle 4s .8s forwards;

}
.circle-animation .two{
    top:10%;
    left:10%;
    transform: translate(0%,0);
    animation:  fadeIn .8s forwards, hideCircle2 4s .8s forwards;
}
.circle-animation .three{
    top:10%;
    right:5%;
    animation:fadeIn .8s forwards, hideCircle3 4s .8s forwards;
}
.circle-animation .four{
    bottom:5%;
    right:10%;
    animation: fadeIn .8s forwards,hideCircle4 4s 1s forwards;
}
.circle-animation .five{
    top:65%;
    left:15%;
    animation:  fadeIn .8s forwards,hideCircle5 4s 1s forwards;
}
.triangle-animation{
    opacity: 0;
}
@-webkit-keyframes triangleShow{
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@keyframes triangleShow{
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.triangle-animation{
    opacity: 0;
    -webkit-animation: triangleShow 1s 4s forwards;
            animation: triangleShow 1s 4s forwards;
}
.triangle-animation .left span{
    opacity: 1;
}
@keyframes toTop1
{
    0% {top: 1rem;opacity: 1;}
    50% {top: 1rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
@keyframes toTop2
{
    0% {top: 2rem;opacity: 1;}
    42% {top: 2rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
@keyframes toTop3
{
    0% {top: 3rem;opacity: 1;}
    37% {top: 3rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
@keyframes toTop7
{
    0% {top: 4rem;opacity: 1;}
    32% {top: 4rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
@keyframes toTop8
{
    0% {top: 5rem;opacity: 1;}
    27% {top: 5rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
@keyframes toTop9
{
    0% {top: 6rem;opacity: 1;}
    22% {top: 6rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
.triangle-animation span.left1{
    left:0;
    top: 1rem;
    animation: toTop1 3s ease 2s  forwards;

}
.triangle-animation span.left2{
    left:0;
    top: 2rem;
    animation: toTop2 3s ease 2.5s  forwards;

}
.triangle-animation span.left3{
    left:0;
    top: 3rem;
    animation: toTop3 3s ease 3s  forwards;

}
.triangle-animation span.left7{
    left:0;
    top: 4rem;
    animation: toTop7 3s ease 3.5s  forwards;

}
.triangle-animation span.left8{
    left:0;
    top: 5rem;
    animation: toTop8 3s ease 4s  forwards;

}
.triangle-animation span.left9{
    left:0;
    top: 6rem;
    animation: toTop9 3s ease 4.5s  forwards;

}

@keyframes toTop4
{
    0% {top: 1.2rem;opacity: 1;}
    50% {top: 1.2rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
@keyframes toTop5
{
    0% {top: 2.2rem;opacity: 1;}
    42% {top: 2.2rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
@keyframes toTop6
{
    0% {top: 3.2rem;opacity: 1;}
    37% {top: 3.2rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
.triangle-animation span.left4{
    left:2rem;
    top:1.2rem;
    animation: toTop4 3s ease 2.5s  forwards;
}
.triangle-animation span.left5{
    left:2rem;
    top: 2.2rem;
    animation: toTop5 3s ease 3s  forwards;
}
.triangle-animation span.left6{
    left:2rem;
    top:3.2rem;
    animation: toTop6 3s ease 3.5s  forwards;
}
@keyframes toTop10
{
    0% {top: 4.2rem;opacity: 1;}
    32% {top: 4.2rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
@keyframes toTop11
{
    0% {top: 5.2rem;opacity: 1;}
    27% {top: 5.2rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
@keyframes toTop12
{
    0% {top: 6.2rem;opacity: 1;}
    22% {top: 6.2rem;opacity: 1;}
    100% {top: -100%;opacity: 0;}
}
.triangle-animation span.left10{
    left:2rem;
    top:4.2rem;
    animation: toTop10 3s ease 4s  forwards;
}
.triangle-animation span.left11{
    left:2rem;
    top: 5.2rem;
    animation: toTop11 3s ease 4.5s  forwards;
}
.triangle-animation span.left12{
    left:2rem;
    top:6.2rem;
    animation: toTop12 2s ease 5s  forwards;
}
/*右边三角动画*/
.vision .triangle-animation .right span{
    top:inherit;
}
@keyframes toBottom1
{
    0% {bottom: 1rem;opacity: 1;}
    50% {bottom: 1rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
@keyframes toBottom2
{
    0% {bottom: 2rem;opacity: 1;}
    42% {bottom: 2rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
@keyframes toBottom3
{
    0% {bottom: 3rem;opacity: 1;}
    37% {bottom: 3rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
@keyframes toBottom7
{
    0% {bottom: 4rem;opacity: 1;}
    32% {bottom: 4rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
@keyframes toBottom8
{
    0% {bottom: 5rem;opacity: 1;}
    27% {bottom: 5rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
@keyframes toBottom9
{
    0% {bottom: 6rem;opacity: 1;}
    22% {bottom: 6rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
.triangle-animation span.right1{
    right:0;
    bottom: 1rem;
    animation: toBottom1 3s ease 1s  forwards;

}
.triangle-animation span.right2{
    right:0;
    bottom: 2rem;
    animation: toBottom2 3s ease 1.5s  forwards;

}
.triangle-animation span.right3{
    right:0;
    bottom: 3rem;
    animation: toBottom3 3s ease 2s  forwards;

}
.triangle-animation span.right7{
    right:0;
    bottom: 4rem;
    animation: toBottom7 3s ease 2.5s  forwards;

}
.triangle-animation span.right8{
    right:0;
    bottom: 5rem;
    animation: toBottom8 3s ease 3s  forwards;

}
.triangle-animation span.right9{
    right:0;
    bottom: 6rem;
    animation: toBottom9 3s ease 3.5s  forwards;

}

/* @keyframes toTop2
{
    0% {top: 100%;opacity: 1;}
    100% {top: -100%;opacity: 0;}
} */
@keyframes toBottom4
{
    0% {bottom: 1.2rem;opacity: 1;}
    50% {bottom: 1.2rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
@keyframes toBottom5
{
    0% {bottom: 2.2rem;opacity: 1;}
    42% {bottom: 2.2rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
@keyframes toBottom6
{
    0% {bottom: 3.2rem;opacity: 1;}
    37% {bottom: 3.2rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
.triangle-animation span.right4{
    right: 2rem;
    bottom:1.2rem;
    animation: toBottom4 3s ease 1.5s  forwards;
}
.triangle-animation span.right5{
    right: 2rem;
    bottom: 2.2rem;
    animation: toBottom5 3s ease 2s  forwards;
}
.triangle-animation span.right6{
    right: 2rem;
    bottom:3.2rem;
    animation: toBottom6 3s ease 2.5s  forwards;
}
@keyframes toBottom10
{
    0% {bottom: 4.2rem;opacity: 1;}
    32% {bottom: 4.2rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
@keyframes toBottom11
{
    0% {bottom: 5.2rem;opacity: 1;}
    27% {bottom: 5.2rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
@keyframes toBottom12
{
    0% {bottom: 6.2rem;opacity: 1;}
    22% {bottom: 6.2rem;opacity: 1;}
    100% {bottom: -100%;opacity: 0;}
}
.triangle-animation span.right10{
    right: 2rem;
    bottom:4.2rem;
    animation: toBottom10 3s ease 3s  forwards;
}
.triangle-animation span.right11{
    right: 2rem;
    bottom: 5.2rem;
    animation: toBottom11 3s ease 3.5s  forwards;
}
.triangle-animation span.right12{
    right: 2rem;
    bottom:6.2rem;
    animation: toBottom12 2s ease 4s  forwards;
}
/* @-webkit-keyframes right1
{
    from {top: 1rem;opacity: 0;}
    to {top: 100%;opacity: 1;}

}
@keyframes right1
{
    from {top: 1rem;opacity: 0;}
    to {top: 100%;opacity: 1;}

}
@-webkit-keyframes right2
{
    from {top: 10%;}
    to {top: 100%;}

}
@keyframes right2
{
    from {top: 10%;}
    to {top: 100%;}

}
@-webkit-keyframes right3
{
    from {top: 3rem;opacity: 0;}
    to {top: 100%;opacity: 1;}
}
@keyframes right3
{
    from {top: 3rem;opacity: 0;}
    to {top: 100%;opacity: 1;}
}
.triangle-animation .right1{
    right:0;
    -webkit-animation: right1 3s ease-in 2.5s forwards;
            animation: right1 3s ease-in 2.5s forwards;
}
.triangle-animation .right2{
    right:2rem;
    -webkit-animation: right2 3s  ease 2.5s forwards;
            animation: right2 3s  ease 2.5s forwards;
}
.triangle-animation .right3{
    right:0;
    -webkit-animation: right3 3s ease-in 2s infinite;
            animation: right3 3s ease-in 2s infinite;
}
.triangle-animation .right1,
.triangle-animation .right2{
    animation-duration:2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count:1;
} */
/*愿景三角滚动变圆形*/


@-webkit-keyframes efficiencyShow{
    0% {
        display: block;
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes efficiencyShow{
    0% {
        display: block;
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.efficiency-animation{
    opacity: 0;
    -webkit-animation: efficiencyShow 9s 6s;
            animation: efficiencyShow 9s 6s;
}
.efficiency-animation .box1{
    left:-3.6rem;
    animation-duration:2.5s;
}
.efficiency-animation .box2{
    left:-0.3rem;
    animation-duration:2.3s;
}
.efficiency-animation .box3{
    left:3rem;
    animation-duration:2.6s;
}
.efficiency-animation .box4{
    left:6.8rem;
    animation-duration:2s;
}
@keyframes square2 {
    0% {

        transform-origin: right bottom;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);

    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@-webkit-keyframes square2 {
    0% {

        transform-origin: right bottom;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);

    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes squareCircle {

    0% {
        border-radius:0;
        background: #0068EB;

    }
    100% {
        border-radius:50%;
        background: #1144CB;
    }
}
@keyframes squareCircle2 {

    0% {
        border-radius:0;
        background: #1144CB;

    }
    100% {
        border-radius:50%;
        background: #0068EB;
    }
}

.efficiency-animation .box4.roate.circle{

    /* animation: squareCircle 2s forwards;
    /* -webkit-animation: squareCircle 2s forwards;
    -moz-animation: squareCircle 2s forwards; */
    animation: square2 2s forwards, squareCircle 2s forwards;
    -webkit-animation: square2 2s forwards, squareCircle 2s forwards;
    -moz-animation: square2 2s forwards, squareCircle 2s forwards;
}
.efficiency-animation .box3.roate.circle{
    animation: square2 2.6s forwards, squareCircle2 2.6s forwards;
    -webkit-animation: square2 2.6s forwards, squareCircle2 2.6s forwards;
    -moz-animation: square2 2.6s forwards, squareCircle2 2.6s forwards;
}
.efficiency-animation .box2.roate.circle{

    animation: square2 2.3s forwards, squareCircle 2.3s forwards;
    -webkit-animation: square2 2.3s forwards, squareCircle 2.3s forwards;
}
.efficiency-animation .box1.roate.circle{
    animation: square2 2.5s forwards,squareCircle2 2.5s forwards;
    -webkit-animation: square2 2.5s forwards, squareCircle2 2.5s forwards;
}
.efficiency-animation .circle{
    border-radius: 50%;
}
.efficiency-animation .box1.circle,
.efficiency-animation .box3.circle{
    background: #0068EB;
}
.efficiency-animation .box2.circle,
.efficiency-animation .box4.circle{
    background: #1144CB;
}
/*愿景最后停留的一屏*/
.swing-animation{
    opacity: 0;
    -webkit-animation: efficiencyShow 2s 15s forwards;
            animation: efficiencyShow 2s 15s forwards;
}
.swing-animation span{
    display: inline-block;
}
.swing-animation .swing1,
.swing-animation .swing9{
    width: 1.12rem;
    height: 1.12rem;
    background: #1144CB;
    position: absolute;
    top:10%;
    left:18%;
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
}
.swing-animation .swing2,
.swing-animation .swing6{
    width: 0.58rem;
    height: 0.58rem;
    background: #1144CB;
    position: absolute;
    top:35%;
    left:8%;
    border-radius: 100%;
    -webkit-animation:ghostUpdown 2.5s 13s infinite;
            animation:ghostUpdown 2.5s 13s infinite;/*18*/

}
.swing-animation .swing3,
.swing-animation .swing8,
.swing-animation .swing4,
.swing-animation .swing10,
.swing-animation .swing11{
    width: 1.88rem;
    height: 1.88rem;
    background: #1144CB;
    position: absolute;
    bottom:20%;
    left:2%;
    border-radius: 100%;
}

@keyframes ghostUpdown{
    0%{margin-top:0px;}
    50%{margin-top:10px;}
    100%{margin-top:0px;}
}
@-webkit-keyframes ghostUpdown2{
    0%{margin-top:0px;}
    50%{margin-top:20px;}
    100%{margin-top:0px;}
}
@keyframes ghostUpdown2{
    0%{margin-top:0px;}
    50%{margin-top:20px;}
    100%{margin-top:0px;}
}
@-webkit-keyframes ghostUpdown3{
    0%{margin-bottom:0px;}
    50%{margin-bottom:20px;}
    100%{margin-bottom:0px;}
}
@keyframes ghostUpdown3{
    0%{margin-bottom:0px;}
    50%{margin-bottom:20px;}
    100%{margin-bottom:0px;}
}
@keyframes ghostUpdown4{
    0%{margin-bottom:0px;}
    50%{margin-bottom:10px;}
    100%{margin-bottom:0px;}
}
.swing-animation .swing3,
.swing-animation .swing10{
    -webkit-animation:ghostUpdown3 3s 13s infinite;
            animation:ghostUpdown3 3s 13s infinite;/*18*/
}
.swing-animation .swing8{
    -webkit-animation:ghostUpdown2 3s 14s infinite;
            animation:ghostUpdown2 3s 14s infinite;/*18*/
}
.swing-animation .swing4,
.swing-animation .swing11{
    width: 1.12rem;
    height: 1.12rem;
    bottom:15%;
    left:25%;
    animation:ghostUpdown4 2.5s 14s infinite;/*18*/
}
.swing-animation .swing5,
.swing-animation .swing7{
    width: 0;
    height: 0;
    border-left: 0.48rem solid transparent;
    border-right: 0.48rem solid transparent;
    border-bottom: 0.7rem solid #1144CB;
    position: absolute;
    bottom:5%;
    left:12%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

}
.swing-animation .swing6{
    left:50%;
    top:8%;
}
.swing-animation .swing7{
    top:10%;
    right:12%;
    left: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg)
}
.swing-animation .swing8{
    top:25%;
    right:-0.7rem;
    left: auto;
}
.swing-animation .swing9{
    top: 50%;
    right: 15%;
    left: auto;
    transform: rotate(-120deg);
}
.swing-animation .swing10{
    width: 1.22rem;
    height: 1.22rem;
    left: auto;
    right:6%;
    bottom:10%;
}
.swing-animation .swing11{
    width: 0.58rem;
    height:  0.58rem;
    left: auto;
    right:35%;
    bottom:6%;
    top:auto;
}
.animation-box.vision-box.end{
    background: #0068EB !important;
    animation: none;
}
.animation-box.vision-box.end > div{
    opacity: 0 !important;
    animation: none;
}
.animation-box.vision-box.end .swing-animation-pc{
    opacity: 1 !important;
    z-index: 99 !important;
    animation: none;
}
.animation-box.vision-box.end .swing-animation-pc span{
    animation-delay: 0s !important;
    -webkit-animation-delay: 0s !important;
}
.animation-box.vision-box.end .swing-animation-pc .swing8,
.animation-box.vision-box.end .swing-animation-pc .swing4,
.animation-box.vision-box.end .swing-animation-pc .swing11{
    animation-delay: 1s !important;
    -webkit-animation-delay: 1s !important;
}
/*信息*/
.introduction{
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 1.3rem auto 1rem;
}

.introduction p{
    font-size:0.16rem;
    color: #666;
    /* font-family: 'PingFang SC Regular'; */
    line-height: 0.34rem;
}
.introduction .text{
    width: 7rem;
    margin:0.5rem auto 0.15rem;

}
.introduction .title{
    color: #0068EB;
    margin-top:0.12rem;

}
.introduction p b{
    font-weight: bold;
    /* font-family: 'PingFang SC Medium'; */
}
.person-info-h5{
    display: none;
}
.person-info{
    margin:0.8rem auto 0;
    width: 10rem;
    max-width: 80%;
    /* font-family: 'PingFang SC Regular'; */
    position: relative;
}
.person-info.swicth .swiper-button-next{
    right: -0.5rem;
}
.person-info.swicth .swiper-button-prev{
    left: -0.5rem;
}
.person-info-item{
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.person-info-item .box{
    width: 80%;
    max-width: 5rem;
    margin: 0 auto;

}
.person-info .img{
    width: 3.2rem;
    height:3.2rem;
    border-radius: 3.2rem;
    display: block;
    margin: 0 auto 0.24rem;
}
.person-info .img img{
    width: 100%;
    height:100%;
    border-radius: 100%;
}
.person-info-item .symbol-img{
    width: .8rem;
    display: block;
    margin: 0.25rem auto 0.1rem;
}
.person-info-item .symbol-img img{
   width: 100%;
}
.person-info .name{
    color: #0068EB;
    font-size:0.32rem;
    line-height: 0.48rem;
    /* font-family: 'PingFang SC Medium'; */
    /* letter-spacing: 0.1rem; */
    margin-left:0.10rem;
    text-align: center;
}
.person-info .post{
    color: #0068EB;
    font-size:0.16rem;
    line-height: 0.32rem;
    text-align: center;
    width: 100%;
    padding-bottom: 0.1rem;
    display: inline-block;
    border-bottom:#D3D4D9 solid 1px;
}
.person-info .info{
    color: #666666;
    font-size: 0.16rem;
    line-height: 0.34rem;
    width: 100%;
    display: inline-block;
    padding: 0.15rem 0;
    box-sizing: border-box;
}
/*导航样式*/
#menu{
    top:auto;
    bottom:0.45rem;
    display: none;
}
.h5-empty-box{
    display: none;
}
/*问卷*/
.question-table{
    width:11.4rem;
    max-width: 80%;
    margin: 0 auto 1rem;
}
.question-table .tit{
    position: relative;
    font-size: 0.59rem;
    color: #0068eb;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 0.4rem 0;
    line-height: 0.62rem;
}
.question-table .tit span{
    font-family: 'Din black';
}
.question-table .tit .cg_tit{
    display: block;
}
.question-table .tit .cg_tit_zh{
    font-size: 0.36rem;
    /* font-family: 'Semibold'; */
}
.question-table .big-tit  i .broadwise{
    width:100%;
    height: 4px;
}
.question-table .big-tit  i .vertical{
    width:4px;
    height: 100%;
}
.question-list{
    width: 100%;
    border-top:#ddd solid 1px;
}
.question-item{
    border-bottom:#ddd solid 1px;
}
.question-item .title{
    font-size:0.24rem;
    line-height: 0.3rem;
    color: #0068EB;
    margin-top: 0.3rem;
    /* font-family: 'PingFang SC Semibold'; */
    text-align: center;

}
.select-box{
    text-align: center;
    min-height: 25px;
    height: auto;
    padding:0.25rem 0;
    overflow: hidden;
}
.select-item{
    display: inline-block;
    margin-right:1rem;
}
.select-item label{
    cursor: pointer;
    padding:5px 10px;
}
.select-box .select-item:last-child{
    margin-right:0;
}
.select-item span{
    height: 22px;
    line-height: 22px;
    display: inline-block;
}
.select-item .radio{
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0;
    margin: -3px 5px 0 0;
    width: 22px;
    height: 22px;
    text-align: center;
    border:#9B9B9B solid 1px;
    border-radius: 0;
    background: #fff;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}
.select-item.checked label{
    background:none;
}
.select-item.checked span{
    color: #fff;
}
.select-item label:hover{
    background: none;
}
.select-item label:hover span,
.select-item.checked,
.select-item.checked span{
    color: #0068EB;
    /* font-weight: bold; */
    /* font-family: 'PingFang SC Semibold'; */
}

.submit-btn,
.back-btn{
    width: 5.4rem;
    height: 0.56rem;
    max-width: 80%;
    line-height: 0.56rem;
    /* font-family: 'PingFang SC Semibold'; */
    color: #fff;
    background: #0068EB;
    font-size: 0.24rem;
    margin:0.4rem auto 0;
    border:0;
    outline: 0;
    display: block;
    /* letter-spacing: 0.3rem; */
    cursor: pointer;
    padding-left:0.3rem;
    box-sizing: border-box;
    padding-left: 0;
}
.echart-wrap{
    padding: 98px 0 0;
    width: 100%;
    display: none;
}
.echart-box{
    width: 100%;
    height: 6rem;
    overflow: hidden;
}
.echart-box > div{
    width: 50%;
    height: 3.1rem;
    float: left;
}
.echart-box .title{
    width: 100%;
    text-align: center;
    /* font-family: 'PingFang SC Semibold'; */
}
.echart-box .echart-item{
    width: 100%;
    height: 2.8rem;
}
@media (min-width: 1025px ) and (max-width: 1600px) {
    .text-box .title{
        font-size: 0.6rem;
        line-height: 0.8rem;
        margin-bottom: 0.4rem;
    }
    .text-box .text40{
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
        line-height: 0.4rem;
    }
    .text-box .text-bold{
        font-size: 0.44rem;
        margin-bottom: 0.3rem;
        line-height: 0.6rem;
        /* font-family: 'Din bold';  */
    }
    .text-box .text{
        font-size: 0.2rem;
        margin-bottom: 0.1rem;
        line-height: 0.3rem;
    }
    .vision p{
        margin-bottom: 0.4rem;
    }
    .swing-animation span{
        transform: scale(0.8);
    }
    .swing-animation .swing1{
        transform: scale(0.8) rotate(120deg)
    }
    .swing-animation .swing9{
        transform: scale(0.8) rotate(-120deg)
    }
    .vision .text-box .text{
        margin-bottom: 0.2rem;
    }
    .person-info-item .box{
        width: 80%;
        max-width: 4rem;
    }
    .person-info .img{
        width: 2rem;
        height:2rem;
        border-radius: 2rem;
        display: block;
        margin: 0 auto 0.24rem;
    }
    .person-info .name{
        font-size: 0.28rem;
    }
    .person-info .info{
        font-size: 0.14rem;
        line-height: 0.28rem;
        width: 90%;
    }
    .question-item .title{
        font-size: 0.2rem;
    }
    .submit-btn, .back-btn{
        width: 5rem;
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.2rem;
    }
    .life .bottom-right-text{
        font-size: 0.12rem;
        transform: scale(0.9);
    }
    .person-info-item .symbol-img{
        width: 0.6rem;
    }
    .echart-wrap{
        padding: 50px 0 0;
    }

}
@media (max-width: 1024px) {
    .text-box .title{
        font-size: 0.7rem;
        line-height: 0.98rem;
        margin-bottom: 0.4rem;
    }
    .text-box .text40{
        font-size: 0.4rem;
        margin-bottom: 0.34rem;
        line-height: 0.56rem;
    }
    .text-box .text-bold{
        font-size: 0.44rem;
        margin-bottom: 0.3rem;
        line-height: 0.6rem;
        /* font-family: 'Din bold'; */
    }
    .text-box .text{
        font-size: 0.24rem;
        margin-bottom: 0.12rem;
        line-height: 0.34rem;
    }
    .vision .text-box .text{
        margin-bottom: 0.2rem;
    }
    .vision p{
        margin-bottom: 0.4rem;
    }
    #menu{
        display: none !important;
    }
    .circle-box{
        /* display: none; */
    }
    .circle-box.circle-box-h5{
        /* display: block; */
    }
    .circle-box-h5 .one{
        bottom:15%;
        -webkit-transform: translateX(-30%);
            -ms-transform: translateX(-30%);
                transform: translateX(-30%);

        opacity: 0;
        animation:fadeIn 2s 1s forwards;
    }
    .circle-box-h5 .two{
        top:15%;
        right: 10%;
        width: 2.92rem;
        height: 2.93rem;
        opacity: 0;
        animation:fadeIn 2s 1s forwards;
    }
    .circle-box-h5 .four{
        bottom:30%;
        right:10%;
        width: 0.94rem;
        height: 0.94rem;
        opacity: 0;
        animation:fadeIn 2s 1s forwards;
    }
    /*时间*/
    .triangle .left,
    .triangle .right{
        display: none;
    }
    .triangle-h5{
        display: block;
    }
    @-webkit-keyframes triangle1
    {
        0% {bottom: -100%;opacity: 0;}
        100% {bottom: 2rem;opacity: 1;}
    }
    @keyframes triangle1
    {
        0% {bottom: -150%;opacity: 0;}
        100% {bottom: 2rem;opacity: 1;}
    }
    .triangle-h5 .triangle1,
    .triangle-h5 .triangle2
    {
        width: 0;
        height: 0;
        border-left: 3rem solid transparent;
        border-right:  3rem solid transparent;
        border-bottom: 5rem solid #20198C;
        position: absolute;
        /* top:50%; */
        left: -35%;
        bottom: -100%;

    }
    .triangle-h5 .triangle2{
        border-bottom: 5rem solid #1144CB;
        right: -35%;
        left: auto;
    }
    .triangle-h5 .triangle2.animate{
        -webkit-animation: triangle1 1.5s .2s;
        animation: triangle1 1.5s .2s;
        animation-fill-mode: forwards;
    }
    .triangle-h5 .triangle1.animate{
        -webkit-animation: triangle1 1.5s ;
        animation: triangle1 1.5s ;
        animation-fill-mode: forwards;
    }
    .efficiency{
        display: block !important;
    }
    .efficiency .box{
        display: none !important;
    }
    .efficiency-h5{
        display: block;
    }
    .h5-empty-box{
        display: block;
    }
    @-webkit-keyframes efficiencyRotate{
        0% {
            -webkit-transform: translateX(-70%) rotate(-40deg);
        }
        100% {
            -webkit-transform: translateX(-70%) rotate(120deg);
        }
    }
    @keyframes efficiencyRotate{
        0% {
            -webkit-transform: translateX(-70%) rotate(-40deg);
        }
        100% {
            -webkit-transform: translateX(-70%) rotate(120deg);
        }
    }
    @-webkit-keyframes efficiencyRotate2{
        0% {
            -webkit-transform: translateX(70%) rotate(20deg);
        }
        100% {
            -webkit-transform: translateX(70%) rotate(110deg);
        }
    }
    @keyframes efficiencyRotate2{
        0% {
            -webkit-transform: translateX(70%) rotate(20deg);
        }
        100% {
            -webkit-transform: translateX(70%) rotate(110deg);
        }
    }
    .efficiency1 {
        width: 4rem;
        height: 4rem;
        position: absolute;
        left: 0;
        top:15%;
        background: #1144CB;
        -webkit-transform: translateX(-70%) rotate(-40deg);
            -ms-transform: translateX(-70%) rotate(-40deg);
                transform: translateX(-70%) rotate(-40deg);

    }
    .efficiency1.roate{
        -webkit-animation: efficiencyRotate 3s 1s;
        animation: efficiencyRotate 3s 1s;
        animation-fill-mode: forwards;
    }
    .efficiency2 {
        width: 7rem;
        height: 7rem;
        position: absolute;
        right: 0;
        bottom:5%;
        background: #0068EB;
        -webkit-transform: translateX(70%) rotate(20deg);
            -ms-transform: translateX(70%) rotate(20deg);
                transform: translateX(70%) rotate(20deg);
    }
    .efficiency2.roate{
        -webkit-animation: efficiencyRotate2 3s 1s;
        animation: efficiencyRotate2 3s 1s;
        animation-fill-mode: forwards;
    }
    .vision-box-h5{
        display: block;
    }
    .text-box-pc{
        -webkit-animation:fadeIn 2s;
        animation:fadeIn 2s;
    }
    .text-box-pc .title,
    .text-box-pc .first,
    .text-box-pc .second,
    .text-box-pc .third{
        -webkit-animation-name:none;
        animation-name:none;
        opacity: 1;
    }
    .vision-box{
        display: none !important;
    }
    .vision .title{
        margin-bottom: 0.6rem;
    }
    .vision p{
        margin-bottom: 0.34rem;
    }
    .vision{
        background: #0068EB;
        -webkit-animation: none;
                animation: none;
    }
    .swing-animation{
        opacity: 1;
        -webkit-animation: none;
                animation: none;
    }
    .swing-animation span{
        opacity: 0;
        animation:fadeIn 2s 1s forwards !important;
    }
    .swing-animation .swing1{
        left: 60%;
        top:15%;
    }
    .swing-animation .swing9{
        left: -10px;
        top:40%;
        width: 1.8rem;
        height: 1.8rem;
        animation:fadeIn 2s 1.5s forwards !important;
    }
    .swing-animation .swing2{
        left: 10%;
        top:70%;
    }
    .swing-animation .swing3{
        left: 30%;
        bottom:10%;
    }
    .swing-animation .swing5{
        right: -20%;
        left: auto;
        bottom:30%;
        border-left: 2.2rem solid transparent;
        border-right:  2.2rem solid transparent;
        border-bottom: 4rem solid #1144CB;
        transform: rotate(0);
        animation:fadeIn 3s 1.5s forwards !important;
    }
    .introduction{
        width: 95%;
    }
    .introduction-text{
        width: 70%;
        margin: 0 auto;
    }
    .introduction p{
        font-size: 0.24rem;
        text-align: left;
        line-height: 0.48rem;
    }
    .person-info-pc{
        display: none;
    }
    .person-info .info{
        line-height: 0.48rem;
        text-align: center;
        width: 100%;
        padding:0.15rem 5%;
        font-size: 0.24rem;
        box-sizing: border-box;
    }
    .person-info-item{
        width: 100%;
        float: none;
    }
    .introduction .text{
        width: 100%;
    }
    .person-info-pc{
        display: none;
    }
    .person-info-h5{
        display: block;
        width:70%;
    }
    .person-info-item .symbol-img{
        width: .8rem;
        display: block;
        margin: 0.2rem auto 0;
    }
    .select-item{
        margin-right:0;
        float: left;
        margin-bottom: 10px;
        text-align: left;
        box-sizing: border-box;
        padding-left:10%;
    }
    .select-item:nth-child(odd){
        width: 40%;

    }
    .select-item:nth-child(even){
        width: 60%;
        margin-right:0;
        float: left;
    }
    .last-question .select-box{
        width: 100%;
        padding-left: 10%;
    }
    .last-question .select-item{
        width: 30%;
        text-align: left;
        padding: 0;
        margin: 0 0 10px 0;
    }
    .question-table{
        width: 90%;
        max-width: 90%;
    }
    .echart-box > div{
        width: 100%;
        height: 5.8rem;
    }
    .echart-box{
        height: 22.2rem;
    }
    .echart-box .echart-item{
        width: 100vw !important;
        min-width: 100%;
        height: 4rem;
        margin: 0 auto;
    }
    .echart-box .title{
        font-size: 0.16rem;
        line-height: 0.24rem;
        padding: 0 10%;
    }
    .life .bottom-right-text{
        bottom:2rem;
        font-size: 0.12rem;
        transform: scale(0.9);
        text-align: center;
        width: 100%;
        left: 0;
        right: 0;
    }
    .text-box{
        top:40%;
    }
    .time .text-box-pc{
        display: none !important;
    }
    .time .text-box-h5{
        display: none !important ;
    }
    .time .text-box-h5.show{
        display: block !important ;
    }
    .question-table .big-tit {
        width: 5.5rem;
       margin-left: auto;
    }
    .question-item .title{
        line-height: 0.48rem;
        width: 4.8rem;
        max-width: 80%;
        margin-left: 10%;
        text-align: left;
    }
    /* .person-info.swicth .swiper-button-next,
    .person-info.swicth .swiper-button-prev{
        top: 5.5rem;
    } */

    .person-info-item .box{
        width: 100%;
    }
    .person-info.swicth .swiper-button-next{
        right: -44px;
    }
    .person-info.swicth .swiper-button-prev{
        left: -44px;
    }
    .submit-btn, .back-btn{
        width: 4.8rem;
    }
    .select-item label:hover .radio,
    .select-item .radio:checked,
    .select-item input[type=radio]:checked{
        border:#9B9B9B solid 1px;
        background: #fff;
    }
    .select-item label:hover .radio::after,
    .select-item .radio:checked::after{
        color: #666;
    }
    .select-item.checked .radio{
        border:#0068EB solid 1px !important;
        background: #0068EB !important;
    }
    .select-item.checked .radio::after{
       color: #fff !important;
    }
    .echart-wrap{
        padding: .5rem 0 0;
    }
}

@media screen and (max-width: 767px) {
    .submit-btn, .back-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;

    }
}