﻿/* 瀵艰埅寮€濮� *
/* banner寮€濮� */
.banner {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative;
    background: #151a72 url(../images/index/banner.jpg) no-repeat center center;
}

    .banner > img {
        width: 100%;
        height: 100%;
    }

    .banner img.banner-head {
        position: absolute;
        left: 50%;
        bottom: 20px;
        margin-left: -85px;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-animation: head 1s 1 linear 0.2s backwards, head-two 1s 3 linear 1.5s;
        -moz-animation: head 1s 1 linear 0.2s backwards, head-two 1s 3 linear 1.5s;
        -o-animation: head 1s 1 linear 0.2s backwards, head-two 1s 3 linear 1.5s;
        animation: head 1s 1 linear 0.2s backwards, head-two 1s 3 linear 1.5s;
    }

@-webkit-keyframes head {
    from {
        bottom: -180px;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        bottom: 20px;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes head-two {
    from {
        -webkit-transform: rotateX(45deg);
        -moz-transform: rotateX(45deg);
        -o-transform: rotateX(45deg);
        transform: rotateX(45deg);
    }

    to {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

.banner img.banner-guang {
    position: absolute;
    left: 50%;
    bottom: -70px;
    margin-left: -250px;
    opacity: 1;
    -webkit-animation: guang 0.2s 1 linear 1.6s backwards;
    -moz-animation: guang 0.2s 1 linear 1.6s backwards;
    -o-animation: guang 0.2s 1 linear 1.6s backwards;
    animation: guang 0.2s 1 linear 1.6s backwards;
}

.banner img.banner-guang1 {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-animation: guang 0.2s 1 linear 1.7s backwards;
    -moz-animation: guang 0.2s 1 linear 1.7s backwards;
    -o-animation: guang 0.2s 1 linear 1.7s backwards;
    animation: guang 0.2s 1 linear 1.7s backwards;
}

.banner img.banner-wu {
    position: absolute;
    opacity: 1;
    width: 300px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -140px;
    z-index: 1;
    -webkit-animation: guang 0.2s 1 linear 1.6s backwards;
    -moz-animation: guang 0.2s 1 linear 1.6s backwards;
    -o-animation: guang 0.2s 1 linear 1.6s backwards;
    animation: guang 0.2s 1 linear 1.6s backwards;
}

@-webkit-keyframes guang {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.banner img.banner-yun {
    position: absolute;
    width: 60px;
    top: 50%;
    left: 50%;
    margin-left: 20px;
    margin-top: -140px;
    opacity: 0.1;
    -webkit-animation: yun 0.2s 1 linear 1.6s backwards, yun-d 7s infinite linear 1.6s;
    -moz-animation: yun 0.2s 1 linear 1.6s backwards, yun-d 7s infinite linear 1.6s;
    -o-animation: yun 0.2s 1 linear 1.6s backwards, yun-d 7s infinite linear 1.6s;
    animation: yun 0.2s 1 linear 1.6s backwards, yun-d 7s infinite linear 1.6s;
}

@-webkit-keyframes yun-d {
    0% {
        margin-left: 20px;
    }

    25% {
        margin-left: 15px;
    }

    50% {
        margin-left: 10px;
    }

    75% {
        margin-left: 15px;
    }

    100% {
        margin-left: 20px;
    }
}

.banner img.banner-yun1 {
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -170px;
    opacity: 0.1;
    -webkit-animation: yun 0.2s 1 linear 1.6s backwards, yun-d1 7s infinite linear 1.8s;
    -moz-animation: yun 0.2s 1 linear 1.6s backwards, yun-d1 7s infinite linear 1.8s;
    -o-animation: yun 0.2s 1 linear 1.6s backwards, yun-d1 7s infinite linear 1.8s;
    animation: yun 0.2s 1 linear 1.6s backwards, yun-d1 7s infinite linear 1.8s;
}

@-webkit-keyframes yun {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.1;
    }
}

@-webkit-keyframes yun-d1 {
    0% {
        margin-left: -100px;
    }

    25% {
        margin-left: -95px;
    }

    50% {
        margin-left: -90px;
    }

    75% {
        margin-left: -95px;
    }

    100% {
        margin-left: -100px;
    }
}



    .banner > div.banner-text {
        width: 80px;
        height: 80px;
        bottom: 30px;
        left: 50%;
        margin-left: -300px;
        -webkit-animation: text 2s 1 linear 1.7s backwards;
        -moz-animation: text 2s 1 linear 1.7s backwards;
        -o-animation: text 2s 1 linear 1.7s backwards;
        animation: text 2s 1 linear 1.7s backwards;
    }

    .banner > div.banner-text1 {
        width: 80px;
        height: 80px;
        bottom: 30px;
        right: 50%;
        margin-right: -300px;
        -webkit-animation: text 2s 1 linear 1.7s backwards;
        -moz-animation: text 2s 1 linear 1.7s backwards;
        -o-animation: text 2s 1 linear 1.7s backwards;
        animation: text 2s 1 linear 1.7s backwards;
    }

    .banner > div.banner-text2 {
        width: 80px;
        height: 80px;
        bottom: 130px;
        left: 50%;
        margin-left: -400px;
        -webkit-animation: text 2s 1 linear 2s backwards;
        -moz-animation: text 2s 1 linear 2s backwards;
        -o-animation: text 2s 1 linear 2s backwards;
        animation: text 2s 1 linear 2s backwards;
    }

    .banner > div.banner-text3 {
        width: 80px;
        height: 80px;
        bottom: 130px;
        right: 50%;
        margin-right: -400px;
        -webkit-animation: text 2s 1 linear 2s backwards;
        -moz-animation: text 2s 1 linear 2s backwards;
        -o-animation: text 2s 1 linear 2s backwards;
        animation: text 2s 1 linear 2s backwards;
    }

    .banner > div.banner-text4 {
        width: 80px;
        height: 80px;
        top: 180px;
        left: 50%;
        margin-left: -350px;
        -webkit-animation: text 2s 1 linear 2.3s backwards;
        -moz-animation: text 2s 1 linear 2.3s backwards;
        -o-animation: text 2s 1 linear 2.3s backwards;
        animation: text 2s 1 linear 2.3s backwards;
    }

    .banner > div.banner-text5 {
        width: 80px;
        height: 80px;
        top: 180px;
        right: 50%;
        margin-right: -350px;
        -webkit-animation: text 2s 1 linear 2.3s backwards;
        -moz-animation: text 2s 1 linear 2.3s backwards;
        -o-animation: text 2s 1 linear 2.3s backwards;
        animation: text 2s 1 linear 2.3s backwards;
    }

    .banner > div.banner-text6 {
        width: 80px;
        height: 80px;
        top: 120px;
        left: 50%;
        margin-left: -230px;
        -webkit-animation: text 2s 1 linear 2.6s backwards;
        -moz-animation: text 2s 1 linear 2.6s backwards;
        -o-animation: text 2s 1 linear 2.6s backwards;
        animation: text 2s 1 linear 2.6s backwards;
    }

    .banner > div.banner-text7 {
        width: 80px;
        height: 80px;
        top: 120px;
        right: 50%;
        margin-right: -230px;
        -webkit-animation: text 2s 1 linear 2.6s backwards;
        -moz-animation: text 2s 1 linear 2.6s backwards;
        -o-animation: text 2s 1 linear 2.6s backwards;
        animation: text 2s 1 linear 2.6s backwards;
    }

    .banner > div.banner-text8 {
        width: 60px;
        height: 60px;
        top: 120px;
        left: 50%;
        margin-left: -450px;
        /* -webkit-animation: text 1s 1 linear 3s backwards;
  -moz-animation: text 1s 1 linear 3s backwards;
  .-o-animation: text 1s 1 linear 3s backwards;
  animation: text 1s 1 linear 3s backwards; */
    }

    .banner > div.banner-text9 {
        width: 60px;
        height: 60px;
        top: 180px;
        right: 50%;
        margin-right: -480px;
        -webkit-animation: text 1s 1 linear 3s backwards;
        -moz-animation: text 1s 1 linear 3s backwards;
        -o-animation: text 1s 1 linear 3s backwards;
        animation: text 1s 1 linear 3s backwards;
    }

    .banner > div.banner-text10 {
        width: 60px;
        height: 60px;
        bottom: 80px;
        left: 50%;
        margin-left: -530px;
        -webkit-animation: text 1s 1 linear 3s backwards;
        -moz-animation: text 1s 1 linear 3s backwards;
        -o-animation: text 1s 1 linear 3s backwards;
        animation: text 1s 1 linear 3s backwards;
    }

    .banner > div.banner-text11 {
        width: 60px;
        height: 60px;
        bottom: 120px;
        right: 50%;
        margin-right: -530px;
        -webkit-animation: text 1s 1 linear 3s backwards;
        -moz-animation: text 1s 1 linear 3s backwards;
        -o-animation: text 1s 1 linear 3s backwards;
        animation: text 1s 1 linear 3s backwards;
    }

    .banner > div.banner-text12 {
        width: 50px;
        height: 33px;
        top: 150px;
        left: 50%;
        margin-left: -550px;
        text-align: center;
        -webkit-animation: text 1s 1 linear 3.3s backwards;
        -moz-animation: text 1s 1 linear 3.3s backwards;
        -o-animation: text 1s 1 linear 3.3s backwards;
        animation: text 1s 1 linear 3.3s backwards;
    }

    .banner > div.banner-text13 {
        width: 50px;
        height: 33px;
        top: 120px;
        right: 50%;
        margin-right: -550px;
        text-align: center;
        -webkit-animation: text 1s 1 linear 3.3s backwards;
        -moz-animation: text 1s 1 linear 3.3s backwards;
        -o-animation: text 1s 1 linear 3.3s backwards;
        animation: text 1s 1 linear 3.3s backwards;
    }

    .banner > div.banner-text14 {
        width: 50px;
        height: 33px;
        top: 250px;
        right: 50%;
        margin-right: -600px;
        text-align: center;
        -webkit-animation: text 1s 1 linear 3.3s backwards;
        -moz-animation: text 1s 1 linear 3.3s backwards;
        -o-animation: text 1s 1 linear 3.3s backwards;
        animation: text 1s 1 linear 3.3s backwards;
    }

    .banner > div.banner-text15 {
        width: 50px;
        height: 33px;
        top: 270px;
        left: 50%;
        margin-left: -600px;
        text-align: center;
        -webkit-animation: text 1s 1 linear 3.3s backwards;
        -moz-animation: text 1s 1 linear 3.3s backwards;
        -o-animation: text 1s 1 linear 3.3s backwards;
        animation: text 1s 1 linear 3.3s backwards;
    }

@-webkit-keyframes text {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.banner > div span {
    display: block;
    text-align: center;
    position: relative;
    color: #ffffff;
}

.banner > div.banner-text span,
.banner > div.banner-text1 span,
.banner > div.banner-text2 span,
.banner > div.banner-text3 span,
.banner > div.banner-text4 span,
.banner > div.banner-text5 span,
.banner > div.banner-text6 span,
.banner > div.banner-text7 span {
    line-height: 80px;
    font-size: 15px;
    font-weight: bold;
}

.banner > div.banner-text8 span,
.banner > div.banner-text9 span,
.banner > div.banner-text10 span,
.banner > div.banner-text11 span {
    line-height: 60px;
    font-size: 12px;
    opacity: 0.8;
}

.banner > div.banner-text12 span,
.banner > div.banner-text13 span,
.banner > div.banner-text14 span,
.banner > div.banner-text15 span {
    line-height: 33px;
    font-size: 12px;
    opacity: 0.5;
}

.banner > div .banner-bj {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@-webkit-keyframes text1 {
    0% {
        margin-left: -2px;
    }

    25% {
        margin-left: 0px;
    }

    50% {
        margin-left: 2px;
    }

    75% {
        margin-left: 0px;
    }

    100% {
        margin-left: -2px;
    }
}
/* banner缁撴潫 */
.product {
    width: 100%;
    min-width: 1200px;
    padding: 30px 0;
    overflow: hidden;
}

.white-bj {
    background: #ffffff;
}

.hui-bj {
    background: #f4f5f7;
}

.product .inproduct {
    width: 1200px;
    margin: 0 auto;
}

    .product .inproduct .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding:0 30px
    }

        .product .inproduct .content > .describe {
            width: 550px;
            margin-top: 30px;
        }

            .product .inproduct .content > .describe h1 {
                font-size: 18px;
                margin-bottom: 20px;
            }

            .product .inproduct .content > .describe > p {
                font-size: 12px;
                line-height: 24px;
                color: #505050;
                text-indent: -1.5em;
                margin-left: 1.5em;
            }

            .product .inproduct .content > .describe .post {
                margin-top: 20px;
            }

.email {
    width: 1200px;
    margin: 60px auto;
}
.email h2{
    padding:0 30px;
}
   
/* 瑾夊缓鏅鸿兘SaaS浜戝紑濮嬬粨鏉� */

/* 瑾夊畽鏅烘収瑙ｅ喅鏂规浜戝紑濮� */
.product .inproduct .wisdoms {
    display: flex;
    justify-content: space-between;
    align-items:center
}
.wisdoms .list {
    width: 300px;
    height: 210px;
    position: relative;
   
}

    .wisdoms .list .con-qian,
    .wisdoms .list .con-hou {
        width: 300px;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        backface-visibility: hidden;

    }

    .wisdoms .list .con-qian {
     
        /* -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg); */
    }
        .wisdoms .list .con-qian .img {
            height: 60px;
            margin: 0 auto;
        }

        .wisdoms .list .con-qian > p {
            width: 260px;
            margin: 0 auto;
            padding-bottom: 6px;
            font-size: 22px;
            text-align: center;
            margin-top: 80px;
            position: relative;
            color: #ff0000;
        }

            .wisdoms .list .con-qian > p span {
                display: block;
                position: absolute;
                width: 16px;
                height: 2px;
                background: #ff0000;
                bottom: -2px;
                left: 50%;
                margin-left: -8px;
            }

        .wisdoms .list .con-qian > span {
           display: block;
            font-size: 12px;
            text-align: center;
            color: #777777;
            width: 260px;
            margin: 20px auto 0;
        }

    .wisdoms .list .con-hou {
        background: #ffffff;
        border: 1px solid #999999;
        z-index: 1;
        border-radius: 2px;
  
    }


[v-cloak] {
    display: none;
}
    .wisdoms .list .con-hou .incon {
        padding: 5px;
    }

        .wisdoms .list .con-hou .incon > p {
            text-align: center;
            font-size: 14px;
            font-weight: bold;
        }

        .wisdoms .list .con-hou .incon img {
            float: left;
            width: 12px;
            margin-right: 5px;
            margin-top: 3px;
        }

        .wisdoms .list .con-hou .incon span {
            display: block;
            color: #999999;
            font-size: 12px;
            float: left;
            width: 270px;
            line-height: 15px;
        }

    .wisdoms .list:nth-child(2) .con-hou .incon span {
        line-height: 18px;
    }

    .wisdoms .list:nth-child(3) .con-hou .incon span,
    .wisdoms .list:nth-child(4) .con-hou .incon span {
        line-height: 20px;
    }

    .wisdoms .list .con-hou .incon .text > div {
        margin-top: 5px;
    }
/* 瑾夊畽鏅烘収瑙ｅ喅鏂规浜戠粨鏉� */

