.xiangqing {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
    overflow: hidden;
    background-color: #0b0a0f;
}

#cpxinpin {
    position: absolute;
    right: 0px;
    top: 115px;
    z-index: 1;
    opacity: 0;
    margin-right: 0px;
    animation: xinpin 1s linear 2s 1;
    animation-fill-mode: forwards;
}

@-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;
    }
}

#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;
}

.head {
    width: 100%;
    height: 1613px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/EA0A30B8451AF6AE57A195DE5F1259AC.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;
    background-size: 100%;

}

.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: 90px;
    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(142 142 143), #ffffff, #f0f0f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.head_02 {
    top: 389px;
    left: 70px;
    width: auto;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    opacity: 0;
    letter-spacing: 2px;
    animation: beijing .8s ease-in 1.3s 1;
    animation-fill-mode: forwards;
    background: -webkit-linear-gradient(60deg, #ffffff, #ffffff, rgb(142 142 143), #ffffff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.head_03 {
    top: 640px;
    left: 40px;
    width: auto;
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    line-height: 2;
    color: #fff;
    opacity: 0;
    letter-spacing: 2px;
    animation: fadeInLeft .8s ease-in 1.6s 1;
    animation-fill-mode: forwards;
}

.head_04 {
    top: 490px;
    right: 0;
    opacity: 0;
    animation: fadeInRight .6s ease-in 1.9s 1;
    animation-fill-mode: forwards;
}


.Features {
    width: 100%;
    height: 1368px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/287487820506C6A6243C4AF1717B7499.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100%;
}

.Features .anim-show {
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.Features .Features_detail a {
    text-decoration: none !important;
    color: #fff !important;
}

.Features .Features_detail a:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.Features .Features_detail .anim-show {
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    height: 506px;
    width: 363px;
    justify-content: flex-start;
    background-image: url(http://static.3g-fa.com/file/6DD60813F6AC2F0384B24166D7BEB448.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    border: rgb(3 109 197 / 0%) 1px solid;
    border-radius: 70px;
    cursor: pointer;
}

.Features .Features_detail .anim-show:hover {
    border: rgb(3 109 197 / 100%) 1px solid;
}

.Features .anim-show span {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    font-size: 36px !important;
    letter-spacing: 2px;
    line-height: 100px;
}

.Features .anim-show span.en {
    font-family: Arial;
    font-size: 24px !important;
    line-height: 36px;
    padding-top: 40px;
}

.Features .anim-show span.xian {
    width: 42px !important;
    height: 4px;
    background: #0083c9;
    margin: 40px auto 0px auto;
font-size:0px !important;
}

.Features_head {
    width: 100%;
    text-align: center;
    padding: 0px 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.Features_head_01.anim-show {
    animation-name: fadeInLeft;
    animation-delay: 1.2s !important;
    font-size: 66px;
    color: #fff;
    text-align: left;
    width: 100%;
    display: block;
    padding-left: 20px;
    position: relative;
}

.Features_head_01.anim-show::after {
    content: '';
    height: 77px;
    width: 6px;
    background-color: #0083c9;
    position: absolute !important;
    left: 0;
    top: 8px;
    z-index: 999;
}

.Features_head_02.anim-show {
    animation-name: fadeInRight;
    animation-delay: 1.5s !important;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    text-align: right;
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

.Features_detail {
    display: block;
    width: 100%;
    position: relative;
    top: 70px;
}

.Features_detail img {
    padding-top: 60px;
    border-radius: 15px;
}

.Features_01.anim-show {
    margin: 0px;
    top: 0px;
    left: 80px;
    animation-name: fanzhuan;
    animation-delay: 1.8s !important;
    position: absolute;

}

.Features_02.anim-show {
    margin: 0px;
    top: 0px;
    right: 80px;
    animation-name: fanzhuan;
    animation-delay: 2.1s !important;
    position: absolute;
}

.Features_03.anim-show {
    margin: 0px;
    top: 560px;
    left: 80px;
    animation-name: fanzhuan;
    animation-delay: 2.4s !important;
    position: absolute;
}

.Features_04.anim-show {
    margin: 0px;
    top: 560px;
    right: 80px;
    animation-name: fanzhuan;
    animation-delay: 2.7s !important;
    position: absolute;
}





.flow01 {
    width: 100%;
    height: 1087px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/33691C486E53CAD4509D93B735F77CF2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;

}

.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_01.anim-show {
    position: absolute;
    top: 410px;
    left: 50px;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 60px;
    color: #fff;
    width: auto;
    text-align: left;
    opacity: 0;
    animation-name: fadeInLeft;
    animation-delay: 1.5s !important;
}

.flow01_02.anim-show {
    position: absolute;
    top: 250px;
    right: 10px;
    width: auto;
    text-align: center;
    opacity: 0;
    animation-name: fadeInRight;
    animation-delay: 1.5s !important;
}

.flow02 {
    width: 100%;
    height: 1200px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/5AE6650E36173AF6BCE6BE9BB2A29435.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;

}

.flow02 .biaoqian_head_01.anim-show {
    animation-name: fadeInRightNo !important;
}

.flow02 .biaoqian_head_02.anim-show {
    justify-content: flex-start !important;
    animation-name: fadeInLeftNo !important;
}

.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_01.anim-show {
    position: absolute;
    top: 590px;
    right: 60px;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 60px;
    color: #fff;
    width: auto;
    text-align: right;
    opacity: 0;
    animation-name: fadeInRight;
    animation-delay: 1.5s !important;
}

.flow02_02.anim-show {
    position: absolute;
    top: 270px;
    left: 90px;
    width: auto;
    text-align: left;
    opacity: 0;
    animation-name: fadeInLeft;
    animation-delay: 1.5s !important;
}

.flow03 {
    width: 100%;
    height: 1169px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/536732A980267849F0508EC83C179505.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 {
    position: absolute;
    top: 410px;
    left: 50px;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 60px;
    color: #fff;
    width: auto;
    text-align: left;
    opacity: 0;
    animation-name: fadeInLeft;
    animation-delay: 1.5s !important;
}

.flow03_02.anim-show {
    position: absolute;
    top: 250px;
    right: 10px;
    width: auto;
    text-align: center;
    opacity: 0;
    animation-name: fadeInRight;
    animation-delay: 1.5s !important;
}

.flow04 {
    width: 100%;
    height: 1293px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/3C81168690EEEC8BF08EF720CB143B88.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;

}

.flow04 .biaoqian_head_01.anim-show {
    animation-name: fadeInRightNo !important;
}

.flow04 .biaoqian_head_02.anim-show {
    justify-content: flex-start !important;
    animation-name: fadeInLeftNo !important;
    text-align: left !important;
}

.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 {
    position: absolute;
    top: 410px;
    left: 70px;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 60px;
    color: #fff;
    width: auto;
    text-align: left;
    opacity: 0;
    animation-name: fadeInLeft;
    animation-delay: 1.5s !important;
}

.flow04_02.anim-show {
    position: absolute;
    top: 510px;
    right: 180px;
    width: auto;
    text-align: center;
    opacity: 0;
    animation-name: fadeInRight;
    animation-delay: 1.5s !important;
}

.flow05 {
    width: 100%;
    height: 1122px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/28E6080E2803F2F5144B7672FE45728A.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 {
    position: absolute;
    top: 430px;
    right: 40px;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 60px;
    color: #fff;
    width: auto;
    text-align: right;
    opacity: 0;
    animation-name: fadeInRight;
    animation-delay: 1.5s !important;
}

.flow05_02.anim-show {
    position: absolute;
    top: 370px;
    left: 90px;
    width: auto;
    text-align: left;
    opacity: 0;
    animation-name: fadeInLeft;
    animation-delay: 1.5s !important;
}

.flow06 {
    width: 100%;
    height: 1164px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/6B66DAD0C51ECAB0F3F6391F0333E8E8.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;

}

.flow06 .biaoqian_head_01.anim-show {
    animation-name: fadeInRightNo !important;
}

.flow06 .biaoqian_head_02.anim-show {
    justify-content: flex-start !important;
    animation-name: fadeInLeftNo !important;
    text-align: left !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;
}

.flow06_01.anim-show {
    position: absolute;
    top: 430px;
    left: 70px;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 60px;
    color: #fff;
    width: auto;
    text-align: left;
    opacity: 0;
    animation-name: fadeInLeft;
    animation-delay: 1.5s !important;
}

.flow06_02.anim-show {
    position: absolute;
    top: 400px;
    right: 50px;
    width: auto;
    text-align: center;
    opacity: 0;
    animation-name: fadeInRight;
    animation-delay: 1.5s !important;
}

.flow07 {
    width: 100%;
    height: 298px;
    position: relative !important;
    background-image: url(http://static.3g-fa.com/file/DEB926699C83C10EE1144E2D23AD852E.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #06161d;

}


.flow07 .anim-show {
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    margin: 0px;
}

.flow07_01.anim-show {
    position: absolute;
    top: 50px;
    left: 0px;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 60px;
    color: #fff;
    width: 100%;
    text-align: center;
    opacity: 0;
    animation-name: fadeInUp;
    animation-delay: 1s !important;
}



.biaoqian_head {
    width: 100%;
    text-align: center;
    padding: 0px 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.biaoqian_head_01.anim-show {
    animation-name: fadeInLeftNo;
    animation-delay: 1s !important;
    font-size: 66px;
    color: #fff;
    text-align: center;
    width: 190px;
    height: 280px;
    background: #0083c9;
    position: relative !important;
    display: block;
    padding-left: 0px;
    position: relative;
}

.biaoqian_head_01.anim-show span.number {
    font-family: Arial;
    font-weight: 400;
    font-size: 120px;
    margin-top: 10px;
    display: block;
    width: 190px;
line-height:138px;
}

.biaoqian_head_01.anim-show span.en {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
    display: block;
}

.biaoqian_head_01.anim-show span.xian {
    width: 46px !important;
    height: 5px !important;
    background: #fff;
    margin: 20px auto;
    display: block;
font-size:0px !important;
}

.biaoqian_head_01.anim-show span.name {
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    margin-top: 10px;
    display: block;
}

.biaoqian_head_02.anim-show {
    animation-name: fadeInRightNo;
    animation-delay: 1s !important;
    position: relative !important;
    font-size: 72px;
font-weight:bold;
    color: #fff;
    text-align: center;
    width: auto;
    padding-top: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: -webkit-linear-gradient(60deg, #ffffff, #ffffff, rgb(142 142 143), #ffffff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.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 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
    }
}

.liaojiemore {
    position: absolute;
    bottom: 20px;
    right: 65px;
    width: 120px;
    display: flex;
    color: #0184ff;
    flex-direction: row;
    font-size: 22px;
    font-weight: bold;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: all 0.4s;
}

.liaojiemore:hover {
    right: 60px;
    transition: all 0.4s;
}

.liaojiemore img {
    border: none !important;
}