.xiangqing {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    overflow: hidden;
    background-color: #0b0a0f;
}

@-webkit-keyframes beijing {
    0% {
        opacity: 0;
        margin-top: 40px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@keyframes beijing {
    0% {
        opacity: 0;
        margin-top: 40px;
    }

    100% {
        opacity: 1;
        margin-top: 0px;
    }
}

@-webkit-keyframes xinpin {
    0% {
        opacity: 0;
        right: -200px;
    }

    100% {
        opacity: 1;
        right: 145px;
    }
}

@keyframes xinpin {
    0% {
        opacity: 0;
        right: -200px;
    }

    100% {
        opacity: 1;
        right: 145px;
    }
}

.head {
    width: 100%;
    height: 748px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/2266E85B3681D94C91A9B5973E93763A.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;
    background-size: 100%;

}

#cplogo {
    width: 211px;
    height: 58px;
    padding-left: 30px;
}

#cpxinpin {
    width: 205px;
    height: 72px;
    padding-right: 80px;
    padding-top: 50px;
}

.head .title {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    margin-left: 0px;
    animation: jiangluo 0.8s linear 0.3s 1;
    animation-fill-mode: forwards;
    width: 100%;
    height: 120px;
    border-radius: 0px 0px 40px 40px;
    background-color: #1b84db;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .anim-show {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0px;
}

.head 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;
}

.head_01 {
    top: 250px;
    left: 70px;
    font-size: 110px;
    letter-spacing: 5px;
    font-weight: bold;
    color: #fff;
    width: auto;
    text-align: left;
    margin: 0px auto;
    opacity: 0;
    animation: fadeInUp .8s ease-in 1s 1;
    animation-fill-mode: forwards;
    background: -webkit-linear-gradient(60deg, #ffffff, #ffffff, rgb(224 224 234), #ffffff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.head_02 {
    top: 420px;
    left: 80px;
    width: 54px;
    font-size: 0px;
    height: 8px;
    opacity: 0;
    animation: xian .8s ease-in 1.3s 1;
    animation-fill-mode: forwards;
    background: #1f85da;
    border-radius: 4px;
}

.head_03 {
    top: 460px;
    left: 85px;
    width: 400px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    color: #fff;
    opacity: 0;
    letter-spacing: 2px;
    animation: fadeInUp .8s ease-in 1.6s 1;
    animation-fill-mode: forwards;
}

.flow01 {
    width: 100%;
    height: 881px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/00EA169E619E2D3D1D8E57DD5C91C06D.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-color: #06161d;
    background-size: 100%;
    margin-top: -40px;
    border-radius: 40px 40px 0px 0px;
    padding-top: 70px;
}

.flow01 .anim-show {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0px;
}

.flow01_head.anim-show {
    top: 0px;
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1.8s !important;
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 60px;
    letter-spacing: 5px;
}

.flow01_summary.anim-show {
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 2.1s !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 15px;
    text-align: center;
    color: #a8a8a8;
    line-height: 3;
    width: 100%;
}

.flow01_detail {
    position: relative;
    width: 100%;
    text-align: center;
}

.flow01_01.anim-show {
    margin: 0px;
    top: 30px;
    left: 4%;
    width: 92%;
    text-align: center;
    animation-name: fadeInUp;
    animation-delay: 2.4s !important;
    position: absolute;
    background-image: url(http://static.3g-fa.com/file/E3BE809C203107740BF8BF7E0EB49317.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    min-height: 584px;
}

.flow01_01.anim-show p {
    margin: 15px;
    background: #fff;
    text-align: left;
    padding: 30px 15px;
    line-height: 54px;
    font-size: 24px;
}

.flow01_02.anim-show {
    margin: 0px;
    top: 710px;
    right: 100px;
    width: auto;
    text-align: right;
    animation-name: fadeInRight;
    animation-delay: 1.9s !important;
    position: absolute;
}

.flow02 {
    width: 100%;
    height: 1983px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/EFB04BBA603BC74D3B53CDDDAE31705F.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
    z-index: 9;
    border-radius: 0px 0px 40px 40px;

}

.flow02 .anim-show {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0px;
}

.flow02_head.anim-show {
    top: 0px;
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 0.8s !important;
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 60px;
    letter-spacing: 5px;
}

.flow02_summary.anim-show {
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1.1s !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 15px;
    text-align: center;
    color: #a8a8a8;
    line-height: 3;
    width: 100%;
    margin-top: 20px;
}

.flow02_detail {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: center;
}

.flow02_detail div {
    background-image: url(http://static.3g-fa.com/file/E3BE809C203107740BF8BF7E0EB49317.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% 100%;
    width: 45%;
    margin-bottom: 30px !important;

}

.flow02_detail p {
    margin: 0px auto;
    width: 100%;
    background: #1b84db;
    max-width: 385px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}

.flow02_detail div.anim-show a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff !important;
}

.flow02_detail img {
    display: block;
    margin: 20px auto !important;
}

.flow02_detail div.anim-show {
    animation-name: fanzhuan;
}

.Features_01.anim-show {
    animation-delay: 0.8s !important;
}

.Features_02.anim-show {
    animation-delay: 1.2s !important;
}

.Features_03.anim-show {
    animation-delay: 0.8s !important;
}

.Features_04.anim-show {
    animation-delay: 1.2s !important;
}

.Features_05.anim-show {
    animation-delay: 0.8s !important;
}

.Features_06.anim-show {
    animation-delay: 1.2s !important;
}

.flow02_more.anim-show {
    color: #1b84db;
    font-size: 36px;
    width: 499px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background-image: url(http://static.3g-fa.com/file/019C381946D430233E09EF9705B3F80B.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    margin: 0px auto;
    animation-name: beijing;
    animation-delay: 0.8s !important;
    position: relative;
    top: 50px;
}

.flow02_01.anim-show {
    margin: 0px;
    top: 30px;
    left: 4%;
    width: 92%;
    text-align: center;
    animation-name: fadeInUp;
    animation-delay: 2.4s !important;
    position: absolute;
    background-image: url(http://static.3g-fa.com/file/E3BE809C203107740BF8BF7E0EB49317.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    min-height: 584px;
}

.flow02_01.anim-show p {
    margin: 15px;
    background: #fff;
    text-align: left;
    padding: 30px 15px;
    line-height: 54px;
    font-size: 24px;
}

.flow02_02.anim-show {
    margin: 0px;
    top: 710px;
    right: 100px;
    width: auto;
    text-align: right;
    animation-name: fadeInRight;
    animation-delay: 1.9s !important;
    position: absolute;
}

.flow03 {
    width: 100%;
    height: 1100px;
    position: relative !important;
    background-color: #fff;
    background-size: 100%;
    margin-top: -40px;
    z-index: 1;
    padding-top: 80px;

}

.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_head.anim-show {
    top: 0px;
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 0.8s !important;
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 60px;
    letter-spacing: 5px;
}

.flow03_summary.anim-show {
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1.1s !important;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 15px;
    text-align: center;
    color: #a8a8a8;
    line-height: 3;
    width: 100%;
    margin-top: 20px;
}

.flow03_detail {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.flow03_detail div {
    width: 29%;
}

.flow03_detail img {
    display: block;
    margin: 10px auto !important;
    border-radius: 10px;
}

.flow03_detail div.anim-show {
    animation-name: fanzhuan;
}

.flow03_detail div.anim-show p {
    text-align: center;
    font-size: 24px;
}

.flow03_detail_01.anim-show {
    animation-delay: 0.8s !important;
}

.flow03_detail_02.anim-show {
    animation-delay: 1.2s !important;
}

.flow03_detail_03.anim-show {
    animation-delay: 1.6s !important;
}

.flow03_detail_04.anim-show {
    animation-delay: 0.8s !important;
}

.flow03_detail_05.anim-show {
    animation-delay: 1.2s !important;
}

.flow03_detail_06.anim-show {
    animation-delay: 1.6s !important;
}

.cpfoot {
    height: 1390px;
    position: relative;
    background-image: url(http://static.3g-fa.com/file/54B03D616512FE4590CDB6E0F7714610.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;
    margin: 15px auto;
}

.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: 35px;
    opacity: 0;
    animation-name: beijing;
}

.erweima.anim-show {
    animation-name: fadeIndibu;
    top: 25px;
}

.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: 15px 20px;
}

.cpfoot_rexian.anim-show p a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.cpfoot_rexian.anim-show p img {
    max-width: 20px !important;
    margin-right: 10px !important;
}

@-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 fadeInRightNo {
    0% {
        opacity: 0;
        margin-right: -30px;
    }

    100% {
        opacity: 1;
        margin-right: 0px;
    }
}

@keyframes fadeInRightNo {
    0% {
        opacity: 0;
        margin-right: -30px;
    }

    100% {
        opacity: 1;
        margin-right: 0px;
    }
}

@-webkit-keyframes fadeInLeftNo {
    0% {
        opacity: 0;
        margin-left: -30px;
    }

    100% {
        opacity: 1;
        margin-left: 0px;
    }
}

@keyframes fadeInLeftNo {
    0% {
        opacity: 0;
        margin-left: -30px;
    }

    100% {
        opacity: 1;
        margin-left: 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 jiangluo {
    0% {
        opacity: 0;
        top: -30px
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes jiangluo {
    0% {
        opacity: 0;
        top: -30px
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-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
    }
}