blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 -apple-system-font, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, SimSun, "sans-serif";
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
image {
    border: 0;
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

a {
    color: #333;
}

a,
a:hover {
    text-decoration: none;
}

a:active,
a:focus {
    outline: none;
}

caption,
th {
    text-align: left;
}

input {
    outline: none;
}

input::-moz-focus-inner {
    border: none;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

body,
html {
    font-size: 100px;
}

#root,
.main,
body,
html {
    width: 100%;
    height: 100%;
}

header {
    height: 80px;
    padding: 0 40px 0 70px;
    font-size: 14px;
    position: relative;
    z-index: 3;
}

header .logo {
    width: 200px;
    height: 100%;
    float: left;
    line-height: 80px;
    color: #212121;
    position: relative;
    cursor: pointer;
}

header .logo .logo-icon {
    width: 28px;
    height: 28px;
    /* background-image: url(https://cdn.zens10.com/logo.png); */
    /* background-image: url(../image/tf-logo.png); */
    /* background-image: url(../image/speech_logo.png); */
    background-image: url(../image/jy-logo.png);
    background-size: cover;
    position: absolute;
    left: -38px;
    top: 26px;
}

header ul {
    width: 222px;
    height: 100%;
    float: right;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 80px;
}

header ul li,
header ul li a {
    color: rgba(33, 33, 33, .6);
}

header ul li a {
    font-weight: 600;
}

header ul li a.active {
    color: #212121;
}

header.home .logo {
    color: #fff;
}

header.home ul li {
    color: hsla(0, 0%, 100%, .6);
}

header.home ul li:first-of-type a {
    color: #fff;
}

header.home ul li a {
    color: hsla(0, 0%, 100%, .6);
}

header.home ul li a.active {
    color: #fff;
}

header.hidden {
    display: none;
}

.footer {
    width: 747px;
    height: 24px;
    position: fixed;
    left: 50%;
    bottom: 26px;
    margin-left: -373px;
    z-index: 3;
    text-align: center;
    color: #909399;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFangSC;
    line-height: 24px;
    letter-spacing: 0;
    transition: color 2s ease 0s;
}

.footer a {
    color: inherit;
}

.footer.home {
    color: #fff;
}

.footer.home .goverment-records .line:before {
    background: #fff;
}

.footer.other {
    transition: color 0s;
}

.footer.other .goverment-records .line:before {
    transition: background-color 0s;
}

.footer .company-info {
    float: left;
    width: 365px;
}

.footer .goverment-records {
    width: 337px;
    float: left;
    margin-left: 44px;
    position: relative;
}

.footer .goverment-records .police {
    width: 20px;
    height: 20px;
    background-image: url(../image/icon_police.png);
    background-size: cover;
    position: absolute;
    top: 2px;
    left: -22px;
}

.footer .goverment-records .line {
    padding-left: 20px;
}

.footer .goverment-records .line:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #909399;
    position: absolute;
    left: 198px;
    top: 7px;
    transition: background-color 2s ease 0s;
}

.opening-animation {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: opacity 1s ease 0s;
}

.opening-animation.hidden {
    z-index: 1;
    opacity: 0;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 1;
        z-index: 2;
    }

    50% {
        opacity: 1;
        z-index: 2;
    }

    to {
        opacity: 0;
        z-index: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
        z-index: 2;
    }

    50% {
        opacity: 1;
        z-index: 2;
    }

    to {
        opacity: 0;
        z-index: 1;
    }
}

.home-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-container.playing .background-layer {
    opacity: 0;
}

.home-container.playing .content-layer {
    display: none;
}

.home-container.landing .content {
    -webkit-animation: content-landing 2s ease 0s;
    animation: content-landing 2s ease 0s;
}

.home-container.landing .background-layer .upper-layer {
    -webkit-animation: bg-landing 2s linear 0s;
    animation: bg-landing 2s linear 0s;
}

.home-container.landing .left-rect {
    left: -350px;
    -webkit-animation: left-rect-landing 1s linear 0s;
    animation: left-rect-landing 1s linear 0s;
}

.home-container.landing .right-rect {
    right: -350px;
    -webkit-animation: right-rect-landing 1s linear 0s;
    animation: right-rect-landing 1s linear 0s;
}

.home-container .background-layer {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-container .background-layer .layer-container {
    width: 150%;
    -webkit-transform: rotate(-20deg) translateY(-10%);
    transform: rotate(-20deg) translateY(-10%);
    position: absolute;
    -webkit-animation: ani_bg 50s alternate linear infinite;
}

.home-container .background-layer .layer-container .additional-layer,
.home-container .background-layer .layer-container .bottom-layer,
.home-container .background-layer .layer-container .upper-layer {
    width: 100%;
    display: block;
}

.home-container .background-layer .layer-container .additional-layer {
    position: absolute;
    left: 0;
}

.home-container .background-layer .layer-container .additional-layer-before {
    top: -50%;
}

.home-container .background-layer .layer-container .additional-layer-after {
    bottom: -50%;
}

.home-container .left-rect {
    background: linear-gradient(135deg, #32fbfc, #3214f2);
    left: -215px;
    bottom: 90px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-container .left-rect,
.home-container .right-rect {
    width: 300px;
    height: 300px;
    border-radius: 40px;
    opacity: .5;
    position: absolute;
    z-index: 3;
}

.home-container .right-rect {
    background: linear-gradient(135deg, #32fbfc, #3156ff);
    right: -215px;
    top: 90px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.home-container .content-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
}

.home-container .content-layer:before {
    content: none;
}

.home-container .content-layer .content {
    width: 670px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.home-container .content-layer .content .slogon {
    font-size: 66px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #fff;
    line-height: 66px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.home-container .content-layer .content .slogon-en {
    height: 18px;
    font-size: 18px;
    font-family: Montserrat-Regular;
    font-weight: 400;
    color: #909399;
    line-height: 18px;
    letter-spacing: 0;
}

.home-container .content-layer .content .divider {
    height: 129px;
    position: relative;
}

.home-container .content-layer .content .divider:before {
    content: "";
    width: 48px;
    height: 2px;
    background: #909399;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.home-container .content-layer .content .web-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 49px auto 32px;
    width: 324px;
    height: 48px;
    background: #e4e7ed;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.home-container .content-layer .content .downloadButton {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 384px;
    margin: 0 auto;
}

.home-container .content-layer .content .downloadButton .buttonType {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.home-container .content-layer .content .downloadButton .buttonType a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #e4e7ed;
    border-radius: 50%;
    margin-bottom: 10px;
}

.home-container .content-layer .content .downloadButton .buttonType a i {
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover;
}

.home-container .content-layer .content .downloadButton .buttonType a.apple i {
    background-image: url(../image/icon_apple.png);
}

.home-container .content-layer .content .downloadButton .buttonType a.android i {
    background-image: url(../image/icon_android.png);
}

.home-container .content-layer .content .downloadButton .buttonType p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.home-container .content-layer .content .downloadButton .buttonType .qrCode {
    width: 152px;
    height: 152px;
    background-color: #fff;
    background-image: url(../image/qrCode.png);
    background-size: 80% 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 8px;
    position: absolute;
    left: -48px;
    top: 100px;
    z-index: 2;
    opacity: 0;
}

.home-container .content-layer .content .downloadButton .buttonType .macQRCode {
    background-image: url(../image//macQRCode.png);
}

.home-container .content-layer .content .downloadButton .buttonType:hover .qrCode {
    opacity: 0;
    transition: opacity .5s;
}

.home-container .content-layer .mouse-icon {
    width: 32px;
    height: 50px;
    border-radius: 16px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-container .content-layer .mouse-icon:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 14px;
    bottom: 31px;
}

@-webkit-keyframes content-landing {
    0% {
        opacity: 0;
        top: calc(50% + 30px);
    }

    to {
        top: 50%;
        opacity: 1;
    }
}

@keyframes content-landing {
    0% {
        opacity: 0;
        top: calc(50% + 30px);
    }

    to {
        top: 50%;
        opacity: 1;
    }
}

@-webkit-keyframes bg-landing {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes bg-landing {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes bg-layer-animation {
    0% {
        -webkit-transform: rotate(-20deg) translateY(-400px);
        transform: rotate(-20deg) translateY(-400px);
    }

    to {
        -webkit-transform: rotate(-20deg) translateY(-1600px);
        transform: rotate(-20deg) translateY(-1600px);
    }
}

@keyframes bg-layer-animation {
    0% {
        -webkit-transform: rotate(-20deg) translateY(-400px);
        transform: rotate(-20deg) translateY(-400px);
    }

    to {
        -webkit-transform: rotate(-20deg) translateY(-1600px);
        transform: rotate(-20deg) translateY(-1600px);
    }
}

@-webkit-keyframes left-rect-landing {
    0% {
        left: -215px;
    }

    to {
        left: -350px;
    }
}

@keyframes left-rect-landing {
    0% {
        left: -215px;
    }

    to {
        left: -350px;
    }
}

@-webkit-keyframes right-rect-landing {
    0% {
        right: -215px;
    }

    to {
        right: -350px;
    }
}

@keyframes right-rect-landing {
    0% {
        right: -215px;
    }

    to {
        right: -350px;
    }
}

.indicator {
    width: 30px;
    height: 100px;
    position: fixed;
    right: 40px;
    top: calc(50% - 50px);
    z-index: 3;
}

.indicator li {
    width: 30px;
    height: 20px;
    position: relative;
}

.indicator li:before {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(33, 33, 33, .5);
    transition: all .5s;
}

.indicator li.active:before {
    width: 30px;
}

.indicatory {
    width: 50px;
    /* height: 159px; */
    position: fixed;
    left: 40px;
    top: calc(50% - 75px);
    z-index: 5;
}

.indicatory li {
    width: 50px;
    height: 53px;
    position: relative;
}

.indicatory li:before {
    content: "";
    width: 44px;
    height: 44px;
    position: absolute;
    top: 3px;
    left: 3px;
    background-image: url(../image/zens.png);
    background-color: #FFF;
    background-size: cover;
}

.indicatory .l1:before {
    background-image: url(../image/qinzi.png);
}

.indicatory .l2:before {
    background-image: url(../image/lite.png);
}

.indicatory .l3:before {
    background-image: url(../image/jike.png);
}

.indicatory .l4:before {
    background-image: url(../image/tf-logo.png);
}

.indicatory .l5:before {
    background-image: url(../image/speech_logo.png);
}

.indicatory .l6:before {
    background-image: url(../image/jy-logo.png);
}

.indicatory li.active:before {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

.func {
    display: none;
}

.func.active{
    display: block;
}

.func-content {
    width: 750px;
    height: 600px;
    position: absolute;
    top: calc(50% - 300px);
    left: calc(50% - 375px);
}

.func-content .phone-container {
    width: 523px;
    height: 673px;
    position: absolute;
    top: 0;
    z-index: 1;
    transition: left 1s ease .1s;
    -webkit-animation: fadein .5s ease 0s;
    animation: fadein .5s ease 0s;
}

.func-content .phone-container .phone {
    width: 100%;
    height: 100%;
    position: relative;
}

.func-content .phone-container .phone .iphone-content {
    width: 254px;
    height: 550px;
    background-size: cover;
    position: absolute;
    top: 17px;
    left: 26px;
    z-index: 1;
    transition: opacity 1s ease 0s;
    opacity: 0;
}

.func-content .phone-container .phone .iphone-content.iphone-content0 {
    background-image: url(../image/picture1.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content1 {
    background-image: url(../image/picture2.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content2 {
    background-image: url(../image/picture3.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content3 {
    background-image: url(../image/picture4.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content4 {
    background-image: url(../image/picture5.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content5 {
    background-image: url(../image/picture6.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content6 {
    background-image: url(../image/picture7.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content7 {
    background-image: url(../image/picture8.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content8 {
    background-image: url(../image/picture9.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content9 {
    background-image: url(../image/picture10.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content10 {
    background-image: url(../image/picture11.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content11 {
    background-image: url(../image/picture12.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content13 {
    background-image: url(../image/picture13.png);
    width: 295px;
    height: 586px;
    background-size: 100% 100%;
}

.func-content .phone-container .phone .iphone-content.iphone-content14 {
    background-image: url(../image/picture14.png);
    width: 295px;
    height: 586px;
    background-size: 100% 100%;
}

.func-content .phone-container .phone .iphone-content.iphone-content15 {
    background-image: url(../image/picture15.png);
    width: 295px;
    height: 586px;
    background-size: 100% 100%;
}

.func-content .phone-container .phone .iphone-content.iphone-content16 {
    background-image: url(../image/picture16.png);
    /* width: 295px;
    height: 586px; */
    background-size: 100% 100%;
}

.func-content .phone-container .phone .iphone-content.iphone-content17 {
    background-image: url(../image/picture17.png);
    /* width: 295px;
    height: 586px; */
    background-size: 100% 100%;
}

.func-content .phone-container .phone .iphone-content.iphone-content18 {
    background-image: url(../image/picture18.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content19 {
    background-image: url(../image/picture19.png);
}
.func-content .phone-container .phone .iphone-content.iphone-content20 {
    background-image: url(../image/picture20.png);
}

.func-content .phone-container .phone .iphone-content.iphone-content21 {
    background-image: url(../image/picture21.png);
}
.func-content .phone-container .phone .iphone-content.iphone-content22 {
    background-image: url(../image/picture22.jpg);
}
.func-content .phone-container .phone .iphone-content.iphone-content23 {
    background-image: url(../image/picture23.jpg);
}
.func-content .phone-container .phone .iphone-content.iphone-content24 {
    background-image: url(../image/picture24.jpg);
}
.func-content .phone-container .phone .iphone-content.iphone-content25 {
    background-image: url(../image/picture25.jpg);
}

.func-content .phone-container .phone .iphone-bg {
    width: 100%;
    height: 100%;
    background-image: url(../image/iphone_bg.png);
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.func-content .desc-container {
    width: 358px;
    position: absolute;
    top: 78px;
    z-index: 2;
    transition: left 1s ease 0s;
}

.func-content .desc-container.flashing1 {
    -webkit-animation: flashing1 1s ease 0s;
    animation: flashing1 1s ease 0s;
}

.func-content .desc-container.flashing2 {
    -webkit-animation: flashing2 1s ease 0s;
    animation: flashing2 1s ease 0s;
}

.func-content .desc-container.fadein {
    -webkit-animation: fadein 1s ease 0s;
    animation: fadein 1s ease 0s;
}

.func-content .desc-container .desc {
    color: #212121;
    position: absolute;
    opacity: 0;
    transition: opacity 0s linear .4s;
    z-index: 1;
    font-family: PingFangSC;
}

.func-content .desc-container .desc h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 24px;
}

.func-content .desc-container .desc h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 20px;
}

.func-content .desc-container .desc p {
    width: 362px;
    height: 84px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.func-content .desc-container .desc .buttons {
    position: absolute;
    width: 435px;
    font-size: 12px;
}

.func-content .desc-container .desc .buttons .button {
    text-align: center;
    display: inline-block;
    height: 48px;
    margin-left: 20px;
    background: #e4e7ed;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    line-height: 48px;
    cursor: pointer;
}

.func-content .desc-container .desc .buttons .button:hover {
    background-color: rgba(228, 231, 237, .8);
}

.func-content .desc-container .desc .buttons .button i {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-size: cover;
    display: inline-block;
    vertical-align: text-top;
}

.func-content.page0 .phone-container {
    left: 0
}

.func-content.page0 .phone-container .iphone-content0 {
    opacity: 1
}

.func-content.page0 .phone-container .iphone-content4 {
    opacity: 1
}

.func-content.page0 .phone-container .iphone-content8 {
    opacity: 1
}

.func-content.page0 .phone-container .iphone-content13 {
    opacity: 1
}

.func-content.page0 .phone-container .iphone-content16 {
    opacity: 1
}
.func-content.page0 .phone-container .iphone-content18 {
    opacity: 1
}
.func-content.page0 .phone-container .iphone-content22 {
    opacity: 1
}

.func-content.page0 .desc-container {
    left: 392px
}

.func-content.page0 .desc-container .desc0 {
    opacity: 1;
    z-index: 2
}

.func-content.page1 .phone-container {
    left: 453px
}

.func-content.page1 .phone-container .iphone-content1 {
    opacity: 1
}

.func-content.page1 .phone-container .iphone-content5 {
    opacity: 1
}

.func-content.page1 .phone-container .iphone-content9 {
    opacity: 1
}

.func-content.page1 .phone-container .iphone-content14 {
    opacity: 1
}

.func-content.page1 .phone-container .iphone-content17 {
    opacity: 1
}
.func-content.page1 .phone-container .iphone-content23,
.func-content.page1 .phone-container .iphone-content19 {
    opacity: 1
}

.func-content.page1 .desc-container {
    left: 0
}

.func-content.page1 .desc-container .desc1 {
    opacity: 1;
    z-index: 2
}

.func-content.page2 .phone-container {
    left: 0
}

.func-content.page2 .phone-container .iphone-content2 {
    opacity: 1
}

.func-content.page2 .phone-container .iphone-content6 {
    opacity: 1
}

.func-content.page2 .phone-container .iphone-content10 {
    opacity: 1
}

.func-content.page2 .phone-container .iphone-content15 {
    opacity: 1
}

.func-content.page2 .phone-container .iphone-content16 {
    opacity: 1
}
.func-content.page2 .phone-container .iphone-content23,
.func-content.page2 .phone-container .iphone-content20 {
    opacity: 1
}

.func-content.page2 .desc-container {
    left: 392px
}

.func-content.page2 .desc-container .desc2 {
    opacity: 1;
    z-index: 2
}

.func-content.page3 .phone-container {
    left: 453px
}

.func-content.page3 .phone-container .iphone-content3 {
    opacity: 1
}

.func-content.page3 .phone-container .iphone-content7 {
    opacity: 1
}

.func-content.page3 .phone-container .iphone-content11 {
    opacity: 1
}

.func-content.page3 .phone-container .iphone-content17 {
    opacity: 1
}

.func-content.page3 .phone-container .iphone-content24,
.func-content.page3 .phone-container .iphone-content21 {
    opacity: 1
}

.func-content.page3 .desc-container {
    left: 0
}

.func-content.page3 .desc-container .desc3 {
    opacity: 1;
    z-index: 2
}

.func-content.page4 .phone-container {
    left: 0
}

.func-content.page4 .phone-container .iphone-content4 {
    opacity: 1
}

.func-content.page4 .desc-container {
    left: 392px
}

.func-content.page4 .desc-container .desc4 {
    opacity: 1;
    z-index: 2
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes flashing1 {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes flashing1 {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes flashing2 {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes flashing2 {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.function-intro {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fbfdff, #fff);
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2
}

.function-intro .top-circle {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #32fbfc, #3156ff);
    border-radius: 50%;
    opacity: .1;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    -webkit-transform: translate(77%, -62%);
    transform: translate(77%, -62%);
    transition: all 1s
}

.function-intro .top-circle.page1 {
    width: 155px;
    height: 155px;
    -webkit-transform: translate(148%, 87.7%);
    transform: translate(148%, 87.7%)
}

.function-intro .top-circle.page2 {
    width: 280px;
    height: 280px;
    -webkit-transform: translate(-50%, 84.3%);
    transform: translate(-50%, 194.3%)
}

.function-intro .top-circle.page3 {
    width: 331px;
    height: 331px;
    -webkit-transform: translate(-45.3%, 211%);
    transform: translate(-45.3%, 211%)
}

.function-intro .top-circle.page4 {
    width: 377px;
    height: 377px;
    -webkit-transform: translate(-37.1%, 42.4%);
    transform: translate(-37.1%, 42.4%)
}

.function-intro .bottom-circle {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #32fbfc, #3156ff);
    border-radius: 50%;
    opacity: .1;
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-28.3%, 57%);
    transform: translate(-28.3%, 57%);
    transition: all 1s
}

.function-intro .bottom-circle.page1 {
    width: 227px;
    height: 227px;
    -webkit-transform: translate(-58.1%, -28.6%);
    transform: translate(-58.1%, -28.6%)
}

.function-intro .bottom-circle.page2 {
    width: 189px;
    height: 189px;
    -webkit-transform: translate(-101.6%, -140.2%);
    transform: translate(-101.6%, -140.2%)
}

.function-intro .bottom-circle.page3 {
    width: 230px;
    height: 230px;
    -webkit-transform: translate(49.7%, -314.8%);
    transform: translate(49.7%, -314.8%)
}

.function-intro .bottom-circle.page4 {
    width: 300px;
    height: 300px;
    -webkit-transform: translate(50%, -20%);
    transform: translate(50%, -20%)
}

.about-us {
    background: linear-gradient(180deg, #fbfdff, #fff);
    position: absolute;
    overflow: hidden
}

.about-us,
.about-us .bg-layer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.about-us .bg-layer {
    background-image: url(../image/about_bg.jpg);
    background-size: cover;
    background-position: bottom;
    position: fixed;
    transition: opacity .5s .8s
}

.about-us .page {
    width: 8.3rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.about-us .rect {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #32fbfc, #3156ff);
    border-radius: .4rem;
    opacity: .1;
    position: absolute;
    transition: top .8s ease .1s;
    z-index: 3
}

.about-us .left-rect {
    top: 60%;
    left: 0;
    -webkit-transform: translate(-2rem, -.2rem) rotate(135deg);
    transform: translate(-2rem, -.2rem) rotate(135deg);
    -webkit-animation: leftRect .5s linear 0s 1;
    animation: leftRect .5s linear 0s 1
}

.about-us .right-rect {
    top: .65rem;
    right: 0;
    -webkit-transform: translate(2rem, 1rem) rotate(135deg);
    transform: translate(2rem, 1rem) rotate(135deg);
    -webkit-animation: rightRect .5s linear 0s 1;
    animation: rightRect .5s linear 0s 1
}

.about-us .first-page {
    top: 1.5rem;
    transition: top .8s ease .1s;
    -webkit-animation: landing .5s linear 0s 1;
    animation: landing .5s linear 0s 1
}

.about-us .first-page .title {
    height: .5rem;
    font-size: .36rem;
    font-family: PingFangSC;
    font-weight: 600;
    color: #212121;
    line-height: .5rem;
    letter-spacing: 1px
}

.about-us .first-page .destiny {
    width: 8.3rem;
    margin-top: .36rem;
    font-size: .18rem;
    font-family: PingFangSC;
    font-weight: 500;
    color: #212121;
    line-height: .4rem
}

.about-us .first-page .company-info {
    margin-top: 1rem;
    font-family: PingFang-SC;
    color: #212121;
    line-height: .24rem;
    letter-spacing: 0
}

.about-us .first-page .company-info .company-name {
    height: .24rem;
    font-size: .24rem;
    font-weight: 500;
    margin-bottom: .18rem
}

.about-us .first-page .company-info p {
    height: .24rem;
    margin-bottom: .08rem;
    font-size: .16rem;
    font-weight: 400
}

.about-us .first-page .item-con {
    height: .24rem;
    margin-top: .54rem;
    line-height: .24rem;
    color: #212121
}

.about-us .second-page {
    height: 4.8rem;
    transition: top 1s ease .1s, opacity .8s linear .3s;
    opacity: 0
}

.about-us .second-page .article {
    width: 4.41rem;
    height: 3.49rem;
    font-size: .2rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #212121;
    line-height: .48rem;
    letter-spacing: 0
}

.about-us .second-page .proverb {
    width: 4.48rem;
    height: .24rem;
    margin-top: .68rem;
    font-size: .24rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #212121;
    line-height: .24rem;
    position: relative
}

.about-us .second-page .proverb:after {
    content: "";
    width: 0;
    height: .03rem;
    background: #4ba2f3;
    position: absolute;
    bottom: -.23rem;
    left: 0;
    transition: width .5s ease-in-out 1.2s
}

.about-us .third-page {
    width: 5.3rem;
    height: 3.36rem;
    top: calc(150% - .68rem);
    opacity: 0;
    transition: top .8s ease .1s, opacity .3s linear .6s
}

.about-us .third-page .item-con {
    height: .24rem;
    line-height: .24rem;
    color: #212121;
    margin-bottom: .8rem;
    position: relative
}

.about-us .third-page .item-con .left {
    width: 2.56rem;
    font-size: .24rem;
    font-weight: 700;
    display: block;
    float: left
}

.about-us .third-page .item-con .right {
    font-size: .16rem;
    font-weight: 400;
    display: block;
    float: left
}

.about-us .third-page .item-con.contact .right {
    width: 2.5rem;
    position: absolute;
    left: 2.56rem
}

.about-us .third-page .item-con.contact .right .seperator {
    padding-left: .07rem
}

.about-us .copyright {
    width: 100%;
    font-size: .12rem;
    color: #909399;
    position: fixed;
    bottom: .28rem;
    text-align: center;
    z-index: 3;
    opacity: 1;
    letter-spacing: 0
}

.about-us .copyright .right {
    padding-left: .2rem
}

.about-us.step0 .second-page {
    top: 100%
}

.about-us.step0 .second-page .proverb:after {
    width: 0
}

@-webkit-keyframes landing {
    0% {
        opacity: 0;
        margin-top: -.5rem
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

@keyframes landing {
    0% {
        opacity: 0;
        margin-top: -.5rem
    }

    to {
        opacity: 1;
        margin-top: 0
    }
}

@-webkit-keyframes leftRect {
    0% {
        opacity: 0;
        -webkit-transform: translate(-2.5rem, -.2rem) rotate(135deg);
        transform: translate(-2.5rem, -.2rem) rotate(135deg)
    }

    to {
        opacity: .1;
        -webkit-transform: translate(-2rem, -.2rem) rotate(135deg);
        transform: translate(-2rem, -.2rem) rotate(135deg)
    }
}

@keyframes leftRect {
    0% {
        opacity: 0;
        -webkit-transform: translate(-2.5rem, -.2rem) rotate(135deg);
        transform: translate(-2.5rem, -.2rem) rotate(135deg)
    }

    to {
        opacity: .1;
        -webkit-transform: translate(-2rem, -.2rem) rotate(135deg);
        transform: translate(-2rem, -.2rem) rotate(135deg)
    }
}

@-webkit-keyframes rightRect {
    0% {
        opacity: 0;
        -webkit-transform: translate(2.5rem, 1rem) rotate(135deg);
        transform: translate(2.5rem, 1rem) rotate(135deg)
    }

    to {
        opacity: .1;
        -webkit-transform: translate(2rem, 1rem) rotate(135deg);
        transform: translate(2rem, 1rem) rotate(135deg)
    }
}

@keyframes rightRect {
    0% {
        opacity: 0;
        -webkit-transform: translate(2.5rem, 1rem) rotate(135deg);
        transform: translate(2.5rem, 1rem) rotate(135deg)
    }

    to {
        opacity: .1;
        -webkit-transform: translate(2rem, 1rem) rotate(135deg);
        transform: translate(2rem, 1rem) rotate(135deg)
    }
}

.not-found {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.not-found .small-circle {
    width: 155px;
    height: 155px;
    border-radius: 93px;
    left: 170px;
    top: 180px
}

.not-found .big-circle,
.not-found .small-circle {
    background: linear-gradient(135deg, #32fbfc, #3156ff);
    opacity: .1;
    position: absolute
}

.not-found .big-circle {
    width: 493px;
    height: 364px;
    border-radius: 323px;
    bottom: -182px;
    right: -246px
}

.not-found .content {
    width: 730px;
    height: 320px;
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center
}

.not-found .content .icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    background-image: url(../image/icon_notfound.png);
    background-size: cover
}

.not-found .content .desc-zh {
    height: 84px;
    margin: 29px 0 15px;
    font-size: 60px;
    font-family: Montserrat-Regular;
    font-weight: 400;
    color: #212121;
    line-height: 73px;
    letter-spacing: 0
}

.not-found .content .desc-en {
    height: 29px;
    margin-bottom: 50px;
    font-size: 19px;
    font-family: Montserrat-Light;
    font-weight: 300;
    color: #666;
    line-height: 29px;
    letter-spacing: 0
}

.not-found .content .back-home {
    display: inline-block;
    width: 236px;
    height: 48px;
    background: #4ba2f3;
    border-radius: 4px;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.link2{
    margin-left: 20px;
}

@keyframes ani_bg{
    0%{
        transform: rotateZ(-20deg) translate(0,-5%);
        -webkit-transform: rotateZ(-20deg) translate(0,-5%);
        -moz-transform: rotateZ(-20deg) translate(0,-5%);
        -ms-transform: rotateZ(-20deg) translate(0,-5%);
        -o-transform: rotateZ(-20deg) translate(0,-5%);
    };
    50%{
        transform: rotateZ(-20deg) translate(0,-50%);
        -webkit-transform: rotateZ(-20deg) translate(0,-50%);
        -moz-transform: rotateZ(-20deg) translate(0,-50%);
        -ms-transform: rotateZ(-20deg) translate(0,-50%);
        -o-transform: rotateZ(-20deg) translate(0,-50%);
    };
    100%{
        transform: rotateZ(-20deg) translate(0,-100%);
        -webkit-transform: rotateZ(-20deg) translate(0,-100%);
        -moz-transform: rotateZ(-20deg) translate(0,-100%);
        -ms-transform: rotateZ(-20deg) translate(0,-100%);
        -o-transform: rotateZ(-20deg) translate(0,-100%);
    }
}