﻿/*鍋囨湡閫氱煡寮瑰眰缁撴潫*/
.advice {
    position: relative;
    background-image: url('/images/join/join-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
}

    .advice .modal {
        width: 550px;
        height: 226px;
        background-color: #ffffff;
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.11);
        border-radius: 10px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .advice .modal a {
            width: 130px;
            height: 30px;
            margin-top: 42px;
            background-image: linear-gradient(90deg, #4a9c39 100%), linear-gradient(#ff6d34, #ff6d34);
            background-blend-mode: normal, normal;
            border-radius: 30px;
            background-color: #4a9c39;
            color: #fff;
            border: none;
            cursor: pointer;
            display: inline-block;
            line-height: 30px;
            text-align: center;
        }

/* 瀵艰埅寮€濮� */
.banner {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    min-height: 590px;
    position: relative;
}

    .banner img {
        width: 100%;
        height: 100%;
    }


.product {
    width: 100%;
    min-width: 1200px;
    padding: 30px 0;
    overflow: hidden;
}

.network {
    width: 1200px;
}

    .network .main {
        display: flex;
        margin: 0 auto;
        margin-top: 70px;
        align-items: center;
    }

.network {
    margin: 0 auto;
}

    .network .left {
        min-width: 670px;
    }

        .network .left > img {
            width: 100%;
        }

    .network .right {
        padding-left: 40px;
        min-width: 530px;
    }

        .network .right > h5 {
            margin: 0 auto 50px;
            color: #918c8c;
        }

        .network .right > .bigData {
            font-size: 24px;
            margin-bottom: 40px;
        }

.bigData h1 {
    font-size: 34px;
}

.network .right .desc > li {
    color: #878686;
    line-height: 30px;
}

.network .right .bottom {
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}

    .network .right .bottom .num {
        font-size: 28px;
    }

    .network .right .bottom > li {
        font-size: 14px;
        font-weight: 600;
    }

        .network .right .bottom > li:nth-child(1) .num {
            color: #d4d5fc;
        }

        .network .right .bottom > li:nth-child(2) .num {
            color: #f1d978;
        }

        .network .right .bottom > li:nth-child(3) .num {
            color: #faacb7;
        }

.evaluate {
    width: 100%;
    height: 310px;
    background-color: #865ef6;
    margin-top: 80px;
    min-width: 1200px;
}

    .evaluate .evaluate-container {
        width: 1200px;
        height: 310px;
        margin: 0 auto;
        display: flex;
    }


    .evaluate .housing {
        width: 180px;
        height: 120px;
        padding: 40px 28px;
        padding-top:88px;
        color: #fff;
        font-size: 24px;
    }

        .evaluate .housing p:nth-child(1) {
            font-size: 16px;
            margin-bottom:8px;
        }

        .evaluate .housing .sagittate {
            position: absolute;
            bottom: 0;
        }

            .evaluate .housing .sagittate i {
                cursor: pointer;
                user-select: none;
            }

    .evaluate .EnterprisEvaluation {
        width: 860px;
        /*width: 800px;*/
        height: 310px;
        position: relative;
        overflow: hidden;
    }



        .evaluate .EnterprisEvaluation .descList .swiper-slide {
           
            width: 190px !important;
            height: 150px;
            background-color: #fff;
            font-size: 12px;
            padding: 40px 28px;
            border-radius: 30% 0;
            position: relative;
            /*margin-left: 30px;*/
            top: 15%;
        }

            .evaluate .EnterprisEvaluation .descList .swiper-slide p {
                text-align: center;
                color: #636465;
                line-height: 20px;
            }

            .evaluate .EnterprisEvaluation .descList .swiper-slide span {
                position: absolute;
                bottom: 15%;
                right: 15%;
                display: flex;
                align-items: center;
            }

                .evaluate .EnterprisEvaluation .descList .swiper-slide span i {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    margin-right: 10px;
                }

                    .evaluate .EnterprisEvaluation .descList .swiper-slide span i img {
                        width: 100%;
                        height: 100%;
                    }

            .evaluate .EnterprisEvaluation .descList .swiper-slide .point {
                position: absolute;
                background-color: #4a9c39;
                z-index: 1;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                top: 0;
                left: 50%;
                margin: -20px 0 0 -20px;
            }

                .evaluate .EnterprisEvaluation .descList .swiper-slide .point img {
                    width: 50%;
                    height: 50%;
                    position: absolute;
                    top: 25%;
                    left: 25%;
                }



/* 瑾夊缓鏅鸿兘SaaS浜戝紑濮嬬粨鏉� */

/* 瑾夊畽鏅烘収瑙ｅ喅鏂规浜戝紑濮� */
.product.fangan-bj {
    /*background: url(../images/index/product-bj.jpg) no-repeat center center;*/
    background-size: cover;
}

.wisdoms .list {
    width: 300px;
    height: 260px;
    position: relative;
}

    .wisdoms .list .con-qian,
    .wisdoms .list .con-hou {
        width: 300px;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        backface-visibility: hidden;
        /* -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; */
    }

    .wisdoms .list .con-qian {
        z-index: 2;
        opacity: 1;
    }

        .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: 40px;
            position: relative;
        }

            .wisdoms .list .con-qian > p span {
                display: block;
                position: absolute;
                width: 16px;
                height: 2px;
                bottom: -2px;
                left: 50%;
                margin-left: -8px;
            }

        .wisdoms .list .con-qian > span {
            display: block;
            font-size: 14px;
            text-align: center;
            color: #777777;
            width: 260px;
            margin: 20px auto 0;
            line-height: 30px;
        }

    .wisdoms .list .con-hou {
        background: #ffffff;
        border: 1px solid #999999;
        z-index: 1;
        border-radius: 2px;
        opacity: 0;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .wisdoms .list:hover .con-hou {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .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;
    }




[v-cloak] {
    display: none;
}

.network .left{
    min-width:580px;
}
.network .right .bottom{
    width:480px;
}
.network .desc {
    width: 494px;
}