.xiangqing {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    overflow: hidden;
}

#cpxinpin {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    margin-right: 0px;
    animation: xinpin 1.2s linear 2.8s 1;
    animation-fill-mode: forwards;
}

@-webkit-keyframes xinpin {
    0% {
        opacity: 0;
        right: -259px;
        top: -259px;
    }

    100% {
        opacity: 1;
        right: 0px;
        top: 0px;
    }
}

@keyframes xinpin {
    0% {
        opacity: 0;
        right: -259px;
        top: -259px;
    }

    100% {
        opacity: 1;
        right: 0px;
        top: 0px;
    }
}

#cplogo {
    position: absolute;
    left: 75px;
    top: 70px;
    z-index: 2;
    opacity: 0;
    margin-left: 0px;
    animation: fadeInLeft 0.8s linear 0.3s 1;
    animation-fill-mode: forwards;
}

.flow01 {
    width: 100%;
    height: 1290px;
    position: relative;
    background-image: url(http://static.3g-fa.com/file/6FBA634CA005950CCE5C09AE449071A8.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;

}

.flow01 p {
    position: absolute;
    z-index: 1;
    transition: all 0.3s;
    margin: 0px;
}

.zhong {
    position: absolute;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0%) !important;
    -ms-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important;
}


.anim {
    opacity: 0;
}

.flow01_01 {
    top: 980px;
    left: 0px;
    opacity: 0;
    animation: xkzxjiangluo .6s ease-in 1s 1;
    animation-fill-mode: forwards;
}

.flow01_02 {
    top: 380px;
    width: auto;
    text-align: center;
    left: 720px;
    opacity: 0;
    animation: xkzxjiangluo .6s ease-in 1.2s 1;
    animation-fill-mode: forwards;
}

.flow01_03 {
    top: 460px;
    left: 540px;
    opacity: 0;
    animation: xkzxjiangluo .6s ease-in 1.6s 1;
    animation-fill-mode: forwards;
}

.flow01_04 {
    top: 590px;
    left: 370px;
    opacity: 0;
    animation: xkzxjiangluo .6s ease-in 1.4s 1;
    animation-fill-mode: forwards;
}

.flow01_05 {
    top: 280px;
    left: 75px;
    opacity: 0;
    animation: xkzxjiangluo .6s ease-in 2s 1;
    animation-fill-mode: forwards;
}

.flow01_06 {
    top: 470px;
    width: 420px;
    line-height: 60px;
    left: 75px;
    opacity: 0;
    animation: xkzxjiangluo .6s ease-in 2.8s 1;
    animation-fill-mode: forwards;
    background-image: url(http://static.3g-fa.com/file/E4555F1384347AD2A3C089F6DBB71617.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 48px;
    height: 98px;
    padding-left: 15px;
    color: #fff;
    letter-spacing: 3px;
}

.flow01_07 {
    top: 630px;
    left: 75px;
    opacity: 0;
    width: 557px;
    animation: fadeInUp .6s ease-in 3.4s 1;
    animation-fill-mode: forwards;
    text-align: left;
    font-size: 30px;
    color: #fff;
}

.flow03 {
    width: 100%;
    height: 1310px;
    position: relative;
    background-image: url(http://static.3g-fa.com/file/61197D8E812DB7637A8099FCD2CB4650.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;
}

.flow03 .anim-show {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0px;
}

.flow03_01.anim-show {
    left: 0px;
    top: 105px;
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1s !important;
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
    font-family: 微软雅黑;
    text-align: center;
    position: relative;
}

.flow03_02.anim-show {
    opacity: 0;
    top: 125px;
    animation-name: fadeInUp;
    animation-delay: 1.3s !important;
    font-size: 30px;
    color: #fff;
    width: 80%;
    line-height: 1.8;
    position: relative;
    text-align: center;
    margin: 0px auto;
    letter-spacing: 10px;
}

.flow03_03 {
    position: relative;
    width: 100%;
    top: 240px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}

.flow03_03 .col-md-4 {
    width: calc((100% - 0px)/3);
    margin-bottom: 50px;
}

.flow03_03 .col-md-4 p:nth-child(2) {
    font-size: 36px;
    color: #fff;
    margin: 10px 0px;
}

.flow03_03 .col-md-4 p:nth-child(3) {
    font-size: 18px;
    color: #b3b3b3;
    margin: 10px 0px;
}

.flow03_03 div.anim-show {
    left: 0px;
    top: 0px;
    opacity: 0;
    text-align: center;
    position: relative;
    animation-name: fadeInUp;
    animation-duration: 0.6s !important;
}

.flow03_03 div:nth-child(1).anim-show {
    animation-delay: 1.9s !important;
}

.flow03_03 div:nth-child(2).anim-show {
    animation-delay: 2.1s !important;
}

.flow03_03 div:nth-child(3).anim-show {
    animation-delay: 2.3s !important;
}

.flow03_03 div:nth-child(4).anim-show {
    animation-delay: 2.5s !important;
}

.flow03_03 div:nth-child(5).anim-show {
    animation-delay: 2.7s !important;
}

.flow03_03 div:nth-child(6).anim-show {
    animation-delay: 2.9s !important;
}

.flow03_04.anim-show {
    width: 95px;
    height: 4px;
    top: 150px;
    background: #fff;
    animation-name: xian;
    animation-delay: 1.6s !important;
    opacity: 0;
    position: relative;
    margin: 0px auto;
}

.flow04 {
    width: 100%;
    height: 1320px;
    position: relative;
    background-image: url(http://static.3g-fa.com/file/23BB82A1BE41D7CDF23DEA3C133D5E00.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;
}

.flow04 .anim-show {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0px;
}

.flow04_01.anim-show {
    left: 0px;
    top: 105px;
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1s !important;
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
    font-family: 微软雅黑;
    text-align: center;
    position: relative;
}

.flow04_02.anim-show {
    opacity: 0;
    top: 125px;
    animation-name: fadeInUp;
    animation-delay: 1.3s !important;
    font-size: 30px;
    color: #fff;
    width: 80%;
    line-height: 1.8;
    position: relative;
    text-align: center;
    margin: 0px auto;
    letter-spacing: 10px;
}

.flow04_04.anim-show {
    width: 95px;
    height: 4px;
    top: 150px;
    background: #fff;
    animation-name: xian;
    animation-delay: 1.6s !important;
    opacity: 0;
    position: relative;
    margin: 0px auto;
}

.flow04_05.anim-show {
    left: 390px;
    top: 400px;
    opacity: 0;
    position: absolute;
    padding-left: 0px;
    animation-name: fadeInLeft;
    animation-delay: 2.4s !important;
}

.flow04_06.anim-show {
    left: 0px;
    top: 410px;
    padding-left: 0px;
    opacity: 0;
    position: absolute;
    animation-name: fadeInLeft;
    animation-delay: 3.2s !important;
}

.flow05 {
    width: 100%;
    height: 2000px;
    position: relative;
    background-image: url(http://static.3g-fa.com/file/F13B3CAB1499AEEDDFF96011DF6F4FE8.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;
}

.flow05 .anim-show {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0px;
}

.flow05_01.anim-show {
    left: 0px;
    top: 105px;
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1s !important;
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
    font-family: 微软雅黑;
    text-align: center;
    position: relative;
}

.flow05_02.anim-show {
    opacity: 0;
    top: 125px;
    animation-name: fadeInUp;
    animation-delay: 1.3s !important;
    font-size: 30px;
    color: #fff;
    width: 80%;
    line-height: 1.8;
    position: relative;
    text-align: center;
    margin: 0px auto;
    letter-spacing: 10px;
}

.flow05_03 {
    position: relative;
    width: 100%;
    top: 240px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}

.flow05_03 .col-md-4 {
    width: calc((100% - 0px)/2);
    margin-bottom: 50px;
}

.flow05_03 .col-md-4 p:nth-child(2) {
    font-size: 36px;
    color: #fff;
    margin: 10px 0px;
}

.flow05_03 div.anim-show {
    left: 0px;
    top: 0px;
    opacity: 0;
    text-align: center;
    position: relative;
    animation-name: fadeInUp;
    animation-duration: 0.6s !important;
}

.flow05_03 div.anim-show img {
    border-radius: 30px;
}

.flow05_03 div:nth-child(1).anim-show {
    animation-delay: 1.9s !important;
}

.flow05_03 div:nth-child(2).anim-show {
    animation-delay: 2.1s !important;
}

.flow05_03 div:nth-child(3).anim-show {
    animation-delay: 2.3s !important;
}

.flow05_03 div:nth-child(4).anim-show {
    animation-delay: 2.5s !important;
}

.flow05_03 div:nth-child(5).anim-show {
    animation-delay: 2.7s !important;
}

.flow05_03 div:nth-child(6).anim-show {
    animation-delay: 2.9s !important;
}

.flow05_04.anim-show {
    width: 95px;
    height: 4px;
    top: 150px;
    background: #fff;
    animation-name: xian;
    animation-delay: 1.6s !important;
    opacity: 0;
    position: relative;
    margin: 0px auto;
}

.flow06 {
    width: 100%;
    height: 1290px;
    position: relative;
    background-image: url(http://static.3g-fa.com/file/F70B07DD7A1622D3CEFC6CA1B5223056.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #06161d;
}

.flow06_01.anim-show {
    left: 0px;
    top: 105px;
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1s !important;
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
    font-family: 微软雅黑;
    text-align: center;
    position: relative;
}


.flow06_04.anim-show {
    width: 95px;
    height: 4px;
    top: 150px;
    background: #fff;
    animation-name: xian;
    animation-delay: 1.6s !important;
    opacity: 0;
    position: relative;
    margin: 0px auto;
}

.flow06_lingyu img {
    display: block;
    border-radius: 15px 15px 0px 0px;
    max-width: 100% !important;
    width: 100%;
}

.flow06_lingyu {
    width: 86%;
    position: absolute !important;
    display: flex;
    top: 360px;
    left: 7%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flow06_lingyu p {
    margin: 0px;
    background: #066cff;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 35px;
    border-radius: 0px 0px 15px 15px;
}

.flow06_lingyu div {
    border-radius: 15px;
    overflow: hidden;
}

.flow06_lingyu div:nth-child(1).anim-show {
    animation-name: fadeIndibu;
    animation-delay: 2.3s !important;
}

.flow06_lingyu div:nth-child(2).anim-show {
    animation-name: fadeIndibu;
    animation-delay: 2.6s !important;
}

.flow06_lingyu div:nth-child(3).anim-show {
    animation-name: fadeIndibu;
    animation-delay: 2.9s !important;
}

.flow06_lingyu div:nth-child(4).anim-show {
    animation-name: fadeIndibu;
    animation-delay: 3.2s !important;
}

.flow06 .anim-show {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0px;
    opacity: 0;
}


@-webkit-keyframes fanzhuan {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes fanzhuan {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }

    100% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes xian {
    0% {
        opacity: 0;
        margin-top: 30px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@keyframes xian {
    0% {
        opacity: 0;
        margin-top: 30px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        padding-top: 30px;
    }

    100% {
        opacity: 1;
        padding-top: 0px;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        padding-top: 30px;
    }

    100% {
        opacity: 1;
        padding-top: 0px;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        padding-left: 0px;
    }

    100% {
        opacity: 1;
        padding-left: 30px;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        padding-left: 0px;
    }

    100% {
        opacity: 1;
        padding-left: 30px;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        padding-right: 0px;
    }

    100% {
        opacity: 1;
        padding-right: 40px;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        padding-right: 0px;
    }

    100% {
        opacity: 1;
        padding-right: 40px;
    }
}

@-webkit-keyframes xkzxjiangluo {
    0% {
        opacity: 0;
        padding-top: 0px
    }

    100% {
        opacity: 1;
        padding-top: 40px;
    }
}

@keyframes xkzxjiangluo {
    0% {
        opacity: 0;
        padding-top: 0px;
    }

    100% {
        opacity: 1;
        padding-top: 40px;
    }
}

@-webkit-keyframes fadeIndibu {
    0% {
        opacity: 0;
        padding-top: 30px
    }

    100% {
        opacity: 1;
        padding-top: 0
    }
}

@keyframes fadeIndibu {
    0% {
        opacity: 0;
        padding-top: 30px
    }

    100% {
        opacity: 1;
        padding-top: 0
    }
}