.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: -200px;
    }

    100% {
        opacity: 1;
        right: 70px;
    }
}

@keyframes xinpin {
    0% {
        opacity: 0;
        right: -200px;
    }

    100% {
        opacity: 1;
        right: 70px;
    }
}

#cplogo {
    position: absolute;
    left: 20px;
    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: 1410px;
    position: relative;
    background-image: url(http://static.3g-fa.com/file/835A1520FE49E41A73CC254E17E1A09B.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: 1070px;
    left: 40px;
    opacity: 0;
    animation: fadeInUp .6s ease-in 1s 1;
    animation-fill-mode: forwards;
}

.flow01_02 {
    top: 520px;
    width: auto;
    text-align: center;
    left: 180px;
    opacity: 0;
    animation: xkzxjiangluo .6s ease-in 1.2s 1;
    animation-fill-mode: forwards;
}

.flow01_03 {
    top: 715px;
    left: 525px;
    opacity: 0;
    animation: xkzxjiangluo .6s ease-in 1.4s 1;
    animation-fill-mode: forwards;
}

.flow01_04 {
    top: 480px;
    left: 440px;
    opacity: 0;
    animation: xkzxjiangluo .6s ease-in 1.6s 1;
    animation-fill-mode: forwards;
}

.flow01_05 {
    top: 210px;
    left: 50%;
    opacity: 0;
    animation: xkzxjiangluo .6s ease-in 2s 1;
    animation-fill-mode: forwards;
    font-size: 26px;
    color: #fff;
    letter-spacing: 3px;
    width: auto;
    text-align: center;
    margin: 0px !important;
    background: #00a0e9;
    line-height: 60px;
    padding: 10px 50px !important;
    border-radius: 50px;
    -webkit-transform: translate(-50%, 0%) !important;
    -ms-transform: translate(-50%, 0%) !important;
    transform: translate(-50%, 0%) !important;
}

.flow01_06 {
    top: 340px;
    width: 100%;
    line-height: 60px;
    left: 0px;
    opacity: 0;
    animation: fadeInUp .6s ease-in 2.4s 1;
    animation-fill-mode: forwards;
    font-size: 78px;
    height: 98px;
    padding-left: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
}

.flow01_07 {
    width: 100%;
    top: 445px;
    left: 0px;
    opacity: 0;
    animation: fadeInUp .6s ease-in 2.8s 1;
    animation-fill-mode: forwards;
    text-align: center;
    font-size: 50px;
    color: #fff;
}

.flow03 {
    width: 100%;
    height: 830px;
    position: relative;
    background-image: url(http://static.3g-fa.com/file/6CC58B53B8630E2403D007A388C298C5.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;
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1s !important;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 10px;
    font-family: 微软雅黑;
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px;
}

.flow03_02.anim-show {
    opacity: 0;
    top: 125px;
    animation-name: fadeInUp;
    animation-delay: 1.3s !important;
    font-size: 30px;
    width: 80%;
    line-height: 1.8;
    position: relative;
    text-align: center;
    margin: 0px auto;
    letter-spacing: 10px;
}

.flow03_03 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}

.flow03_sub {
    display: block;
    width: 86%;
    height: 745px;
    margin: 0px auto;
    background: #fff;
    border: #00a0e9 10px solid;
    border-radius: 30px;
}

.flow03_03 .col-md-4 {
    width: calc((100% - 0px)/3);
}

.flow03_03 .col-md-4 p:nth-child(2) {
    font-size: 24px;
    margin: 30px 0px 90px 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.4s !important;
}

.flow03_03 div:nth-child(2).anim-show {
    animation-delay: 1.6s !important;
}

.flow03_03 div:nth-child(3).anim-show {
    animation-delay: 1.8s !important;
}

.flow03_03 div:nth-child(4).anim-show {
    animation-delay: 2.0s !important;
}

.flow03_03 div:nth-child(5).anim-show {
    animation-delay: 2.2s !important;
}

.flow03_03 div:nth-child(6).anim-show {
    animation-delay: 2.4s !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: 630px;
    position: relative;
    background-image: url(http://static.3g-fa.com/file/933BD9AF0ED0F92B3AEC72F923A3B2D6.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_sub {
    display: block;
    width: 86%;
    height: 550px;
    margin: 0px auto !important;
    background: #00a0e9;
    border: #00a0e9 10px solid;
    border-radius: 30px;
    overflow: hidden;
}


.flow04_01 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}

.flow04_01.anim-show {
    left: 0px;
    top: 0px;
    opacity: 0;
    text-align: center;
    position: relative;
    animation-name: fadeInUp;
    animation-duration: 0.6s !important;
}

.flow04_01 .col-md-6 {
    width: calc((100% - 80px)/2);
    text-align: center;
    margin: 40px 20px 0px 20px;
    box-sizing: border-box;
}

.flow04_01 .col-md-6:nth-child(1) {
    border-right: #ddd 1px solid;
}

.flow04_01 div.anim-show {
    left: 0px;
    top: 0px;
    opacity: 0;
    text-align: center;
    position: relative;
    animation-name: fadeInUp;
    animation-duration: 0.6s !important;
}

.flow04_01 .col-md-6 p {
    font-size: 30px;margin: 1em 0px !important;
}

.flow04_02 {
    background: #00a0e9;
    height: 130px;
}

.flow04_02.anim-show {
    left: 0px;
    top: 0px;
    opacity: 0;
    text-align: center;
    position: relative;
    animation-name: fadeInUp;
    animation-duration: 0.6s !important;
}

.flow04_02 p {
    font-size: 20px;
    color: #fff;
    padding: 20px 20px;
    line-height: 34px;
    text-align: left;
}

.flow05 {
    width: 100%;
    height: 950px;
    position: relative;
    background-image: url(http://static.3g-fa.com/file/E154EF40DF5D11BD5F11FE485811C99D.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_sub {
    display: block;
    width: 86%;
    margin: 0px auto !important;
    background: #fff;
    border: #00a0e9 10px solid;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.flow05_01.anim-show {
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1s !important;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}

.flow05_02.anim-show {
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1.3s !important;
    width: 100%;
    position: relative;
    text-align: center;
    letter-spacing: 10px;
}

.flow05_03.anim-show {
    position: absolute;
    width: 201px;
    top: 190px;
    left: 30px;
    animation-name: fadeInUp;
    animation-delay: 1.3s !important;

}

.flow05_04 {
    width: 100%;
    height: 120px;
    margin: 0px auto;
    background: #00a0e9;
    padding: 0px 20px;
    box-sizing: border-box;
    display: inline-table;
}

.flow05_04 p.anim-show {
    font-size: 20px;
    color: #fff;
    padding: 20px 20px;
    line-height: 34px;
    text-align: left;
    animation-name: xian;
    animation-delay: 1.6s !important;
}

.cpfoot {
    position: relative;
    background-image: url(http://www.3g-es.com/uploads/xinpin/20230302/cpfootxbj.jpg);
    background-repeat: repeat;
    background-position: center top;
    padding-bottom: 10px;
}

.cpfoot .anim-show {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.cpfoot_zhutu.anim-show {
    opacity: 0;
    animation-name: fadeIndibu;
}

.cpfoot_zhutu.anim-show img {
    max-width: 100% !important;
    margin: 0px !important;
}

.cpfoot_biaoti.anim-show {
    opacity: 0;
    animation-name: fadeIndibu;
    width: 100%;
    text-align: center;
}

.cpfoot_zhuti.anim-show {
    font-size: 16px;
    color: #c7c6c6;
    padding: 0px 20px;
    line-height: 1.8;
    position: relative;
    top: 0px;
    opacity: 0;
    animation-name: fadeIndibu;
}

.cpfoot_ditu.anim-show {
    width: 94%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: 10px;
    opacity: 0;
    animation-name: fadeIndibu;
}

.cpfoot_ditu.anim-show img {
    margin: 0px 2px !important;
    flex: 1;
}


.cpfoot_rexian.anim-show {
    width: 350px;
    margin: 0px auto;
    background: #c90005;
    border-radius: 37px;
    margin-bottom: 36px;
    margin-top: 36px;
    position: relative;
    top: 10px;
    opacity: 0;
    animation-name: fadeIndibu;
}

.erweima.anim-show {
    animation-name: fadeIndibu;
}

.cpfoot_rexian.anim-show p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 20px;
}

.cpfoot_rexian.anim-show p a {
    text-decoration: none;
}

.cpfoot_rexian.anim-show p img {
    max-width: 22px;
}

@-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
    }
}