﻿.website-index {
    background-color: #fff;
    color: #181818;
    min-width: 1200px;
    padding-top: 80px;
}

/*首页轮播图*/
.index_banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    min-width: 1200px
}

    .index_banner .banner_list a {
        position: absolute;
        width: 1920px;
        height: 443px;
        left: 50%;
        margin-left: -960px;
        display: none
    }

    .index_banner .banner_list .first_ban {
        display: block
    }

    .index_banner .banner_num {
        position: absolute;
        width: 380px;
        height: 30px;
        left: 50%;
        margin-left: -44px;
        bottom: 0px;
    }

        .index_banner .banner_num ul {
            margin: 9px 0 0 20px;
            cursor: pointer;
        }

        .index_banner .banner_num li {
            float: left;
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 100%;
            background: #fff;
            opacity: .6;
            margin: 0 5px;
            cursor: pointer;
        }

        .index_banner .banner_num .current {
            opacity: .9;
            background: #0a75ea;
            width: 20px;
            height: 8px;
            border-radius: 10px;
        }


/*首页标题1*/
.website-index .plate {
    margin: 0 auto;
    padding-top: 40px;
}

    .website-index .plate .plate-name {
        color: #0a75ea;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .website-index .plate .plate-name-intro {
        margin-bottom: 30px;
    }

/*首页产品介绍1*/
.website-index .product {
    width: 1200px;
    margin: 0 auto;
}

    .website-index .product .product-details .product-details-item {
        width: 299px;
        height: 304px;
        padding: 44px 0 20px;
        border-top: 1px solid #ededed;
        border-left: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        opacity: 1;
    }

        .website-index .product .product-details .product-details-item .product-name {
            font-size: 22px;
            margin-bottom: 40px;
            text-align: center;
        }

        .website-index .product .product-details .product-details-item .product-intro {
            font-size: 12px;
            margin-bottom: 5px;
            text-align: center;
            color: #999;
        }

            .website-index .product .product-details .product-details-item .product-intro p {
                margin-bottom: 15px;
            }

        .website-index .product .product-details .product-details-item .product-intro-img {
            width: 78px;
            height: 78px;
            margin: 70px auto 0;
        }

        .website-index .product .product-details .product-details-item .try-buy {
            display: none;
            width: 198px;
            margin: 30px auto 30px;
        }

            .website-index .product .product-details .product-details-item .try-buy .try {
                width: 92px;
                font-size: 12px;
                border: 1px solid #0a75ea;
                color: #0a75ea;
                text-align: center;
                background: #fff;
                padding: 9px 0;
                cursor: pointer;
            }

                .website-index .product .product-details .product-details-item .try-buy .try:first-child {
                    background: #0a75ea;
                    color: #fff;
                    margin-right: 12px;
                }

        .website-index .product .product-details .product-details-item .context {
            height: 79px;
            border-top: 1px solid #ededed;
            padding: 20px 0;
        }

            .website-index .product .product-details .product-details-item .context > div:first-child {
                margin-bottom: 14px;
                color: #999;
            }

            .website-index .product .product-details .product-details-item .context > div {
                text-align: center;
            }

        .website-index .product .product-details .product-details-item:hover .product-name, .website-index .product .product-details .product-details-item:hover .product-intro {
            color: #fff;
        }

        /*首页产品介绍1-产品1*/
        .website-index .product .product-details .product-details-item:nth-child(1):hover {
            background: linear-gradient(to right, #0a75ea, #4ca3ff);
            background: -webkit-linear-gradient(to right, #0a75ea, #4ca3ff);
        }

        .website-index .product .product-details .product-details-item:nth-child(1) .product-intro-img {
            background: url(../images/index/p_factory_1.png) no-repeat;
        }

        .website-index .product .product-details .product-details-item:nth-child(1):hover .product-intro-img {
            margin-top: 40px;
            background: url(../images/index/p_factory_2.png) no-repeat;
            transition: all linear 500ms;
        }

        .website-index .product .product-details .product-details-item:nth-child(1):hover .try-buy {
            display: block;
            transition: all linear 500ms;
        }

            .website-index .product .product-details .product-details-item:nth-child(1):hover .try-buy .try {
                border-color: #fff;
                background: transparent;
                color: #fff;
            }

                .website-index .product .product-details .product-details-item:nth-child(1):hover .try-buy .try a {
                    color: #fff;
                }

                .website-index .product .product-details .product-details-item:nth-child(1):hover .try-buy .try:first-child {
                    background: #fff;
                    color: #2ba245;
                }

                    .website-index .product .product-details .product-details-item:nth-child(1):hover .try-buy .try:first-child a {
                        color: #0a75ea;
                    }


        /*首页产品介绍1-产品2*/
        .website-index .product .product-details .product-details-item:nth-child(2):hover {
            background: #2ba245;
        }

        .website-index .product .product-details .product-details-item:nth-child(2) .product-intro-img {
            background: url(../images/index/p_erm_1.png) no-repeat;
        }

        .website-index .product .product-details .product-details-item:nth-child(2):hover .product-intro-img {
            margin-top: 40px;
            background: url(../images/index/p_erm_2.png) no-repeat;
            transition: all linear 500ms;
        }

        .website-index .product .product-details .product-details-item:nth-child(2):hover .try-buy {
            display: block;
            transition: all linear 500ms;
        }

            .website-index .product .product-details .product-details-item:nth-child(2):hover .try-buy .try {
                border-color: #fff;
                background: transparent;
                color: #fff;
            }

                .website-index .product .product-details .product-details-item:nth-child(2):hover .try-buy .try a {
                    color: #fff;
                }

                .website-index .product .product-details .product-details-item:nth-child(2):hover .try-buy .try:first-child {
                    background: #fff;
                    color: #2ba245;
                }

                    .website-index .product .product-details .product-details-item:nth-child(2):hover .try-buy .try:first-child a {
                        color: #2ba245;
                    }


        /*首页产品介绍1-产品3*/
        .website-index .product .product-details .product-details-item:nth-child(3) .product-intro-img {
            background: url(../images/index/p_union_1.png) no-repeat;
        }

        .website-index .product .product-details .product-details-item:nth-child(3):hover .product-intro-img {
            margin-top: 40px;
            background: url(../images/index/p_union_2.png) no-repeat;
            transition: all linear 500ms;
        }

        .website-index .product .product-details .product-details-item:nth-child(3):hover {
            background: linear-gradient(to right, #ffa552, #ff8126);
            background: -webkit-linear-gradient(to right, #ffa552, #ff8126);
        }

            .website-index .product .product-details .product-details-item:nth-child(3):hover .try-buy {
                display: block;
                transition: all linear 500ms;
            }

                .website-index .product .product-details .product-details-item:nth-child(3):hover .try-buy .try {
                    border-color: #fff;
                    background: transparent;
                    color: #fff;
                }

                    .website-index .product .product-details .product-details-item:nth-child(3):hover .try-buy .try a {
                        color: #fff;
                    }

                    .website-index .product .product-details .product-details-item:nth-child(3):hover .try-buy .try:first-child {
                        background: #fff;
                        color: #2ba245;
                    }

                        .website-index .product .product-details .product-details-item:nth-child(3):hover .try-buy .try:first-child a {
                            color: #ff8126;
                        }


        /*首页产品介绍1-产品4*/
        .website-index .product .product-details .product-details-item:nth-child(4) {
            background: #f7f7f7;
        }

            .website-index .product .product-details .product-details-item:nth-child(4) .plate-img {
                width: 150px;
                height: 150px;
                margin: 0 auto;
                background: url(../images/index/try-use.png) no-repeat;
            }

            .website-index .product .product-details .product-details-item:nth-child(4) .try-buy {
                display: block;
            }

            .website-index .product .product-details .product-details-item:nth-child(4):hover .product-name {
                color: #000;
            }


/*首页8大痛点*/
.website-index .company-difficulty {
    width: 1200px;
    margin: 0 auto 60px;
    overflow: hidden;
}

    .website-index .company-difficulty .company-difficulty-details {
        flex-wrap: wrap;
    }

        .website-index .company-difficulty .company-difficulty-details .difficulty-item {
            width: 300px;
            height: 366px;
            color: #fff;
            background-image: url(../images/index/difficulty_1.png);
        }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item .side-line {
                width: 36px;
                border-bottom: 2px solid #fff;
                margin: 40px auto;
            }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item .name {
                font-size: 22px;
                text-align: center;
            }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item .name-intro {
                display: none;
                font-size: 14px;
                margin-top: 16px;
                padding: 0 20px;
                line-height: 1.5;
            }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item .difficulty-icon {
                width: 72px;
                height: 72px;
                margin: 0 auto 30px;
                background: url(../images/index/difficulty_icon_1.png) no-repeat;
            }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item .difficulty-item-bg {
                width: 300px;
                height: 366px;
                padding-top: 80px;
            }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(2) {
                background-image: url(../images/index/difficulty_2.png);
            }

                .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(2) .difficulty-icon {
                    background: url(../images/index/difficulty_icon_2.png) no-repeat;
                }

                .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(2) .name-intro {
                    text-align: center;
                }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(3) {
                background-image: url(../images/index/difficulty_3.png);
            }

                .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(3) .difficulty-icon {
                    background: url(../images/index/difficulty_icon_3.png) no-repeat;
                }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(4) {
                background-image: url(../images/index/difficulty_4.png);
            }

                .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(4) .difficulty-icon {
                    background: url(../images/index/difficulty_icon_4.png) no-repeat;
                }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(5) {
                background-image: url(../images/index/difficulty_5.png);
            }

                .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(5) .difficulty-icon {
                    background: url(../images/index/difficulty_icon_5.png) no-repeat;
                }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(6) {
                background-image: url(../images/index/difficulty_6.png);
            }

                .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(6) .difficulty-icon {
                    background: url(../images/index/difficulty_icon_6.png) no-repeat;
                }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(7) {
                background-image: url(../images/index/difficulty_7.png);
            }

                .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(7) .difficulty-icon {
                    background: url(../images/index/difficulty_icon_7.png) no-repeat;
                }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(8) {
                background-image: url(../images/index/difficulty_8.png);
            }

                .website-index .company-difficulty .company-difficulty-details .difficulty-item:nth-child(8) .difficulty-icon {
                    background: url(../images/index/difficulty_icon_8.png) no-repeat;
                }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item:hover .difficulty-item-bg {
                padding-top: 56px;
                background-color: rgba(10, 117, 234, 0.9);
                transition: all linear 500ms;
            }

            .website-index .company-difficulty .company-difficulty-details .difficulty-item:hover .name-intro {
                display: block;
            }

/*首页品牌*/
.website-index .brand-power {
    height: 406px;
    background: #0878f1;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .website-index .brand-power .brand-power-bg {
        position: absolute;
        left: 0;
        right: 0;
        background: url(../images/index/px_bg.jpg) no-repeat;
        width: 100%;
        height: 406px;
        margin: 0 auto;
        z-index: 1;
    }

    .website-index .brand-power .brand-power-content {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
    }

        .website-index .brand-power .brand-power-content .power-icon {
            width: 130px;
            height: 130px;
            margin: 38px auto;
        }

        .website-index .brand-power .brand-power-content .brand-power-text-bg {
            background: rgba(255, 255, 255, 0.1);
        }

        .website-index .brand-power .brand-power-content .brand-power-text {
            width: 1200px;
            height: 200px;
            padding: 50px 0;
            margin: 0 auto;
        }

            .website-index .brand-power .brand-power-content .brand-power-text .data-power {
                flex: 1;
                border-right: 1px solid rgba(255, 255, 255, 0.2);
            }

                .website-index .brand-power .brand-power-content .brand-power-text .data-power:last-child {
                    border-right: 0;
                }

                .website-index .brand-power .brand-power-content .brand-power-text .data-power .data-power-num {
                    font-size: 36px;
                    padding-left: 25px;
                    text-align: center;
                    position: relative;
                    color: #fff;
                }

                    .website-index .brand-power .brand-power-content .brand-power-text .data-power .data-power-num span {
                        position: relative;
                        top: -1.2em;
                        left: 2px;
                        font-size: 20px;
                    }

                .website-index .brand-power .brand-power-content .brand-power-text .data-power .data-power-name {
                    text-align: center;
                    font-size: 16px;
                    margin-top: 20px;
                    color: #fff;
                }


/*首页客户案例*/
.website-index .decoration-company {
    width: 1200px;
    padding-top: 60px;
}

    .website-index .decoration-company .decoration-company-all {
        flex-wrap: wrap;
    }

        .website-index .decoration-company .decoration-company-all .company-item {
            width: 224px;
            height: 165px;
            margin-top: 20px;
            margin-right: 17px;
            border: 1px solid #ededed;
        }

            .website-index .decoration-company .decoration-company-all .company-item.side-item {
                margin-right: 0;
            }

            .website-index .decoration-company .decoration-company-all .company-item .logo-box {
                padding: 21px 0;
            }

            .website-index .decoration-company .decoration-company-all .company-item .decoration-company-intro {
                height: 81px;
                background: #f7f7f7;
                position: relative;
            }

                .website-index .decoration-company .decoration-company-all .company-item .decoration-company-intro .company-dec {
                    text-align: center;
                }

                    .website-index .decoration-company .decoration-company-all .company-item .decoration-company-intro .company-dec > p {
                        text-align: center;
                        margin: 0;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        padding: 0 10px;
                    }

                        .website-index .decoration-company .decoration-company-all .company-item .decoration-company-intro .company-dec > p:first-child {
                            font-size: 14px;
                            color: #181818;
                            padding: 20px 10px 16px;
                        }

                        .website-index .decoration-company .decoration-company-all .company-item .decoration-company-intro .company-dec > p:nth-child(2) {
                            color: #999;
                            font-size: 12px;
                        }

                .website-index .decoration-company .decoration-company-all .company-item .decoration-company-intro .see-brand {
                    width: 94px;
                    height: 14px;
                    background: #fff;
                    text-align: center;
                    padding: 10px 0;
                    cursor: pointer;
                    color: #0a75ea;
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    margin: auto;
                    opacity: 0;
                }

            .website-index .decoration-company .decoration-company-all .company-item:hover {
                margin-top: 15px;
                border-color: #0a75ea;
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
                transition: margin-top 300ms linear;
            }

                .website-index .decoration-company .decoration-company-all .company-item:hover .decoration-company-intro {
                    background: #0a75ea;
                }

                    .website-index .decoration-company .decoration-company-all .company-item:hover .decoration-company-intro .company-dec {
                        display: none;
                    }

                    .website-index .decoration-company .decoration-company-all .company-item:hover .decoration-company-intro .see-brand {
                        opacity: 1;
                    }

    .website-index .decoration-company .look-more {
        display: block;
        font-size: 16px;
        text-align: center;
        margin: 10px auto 0;
        cursor: pointer;
        color: #999;
    }

        .website-index .decoration-company .look-more span {
            display: inline-block;
            width: 15px;
            height: 15px;
            position: relative;
            top: 2px;
            left: 4px;
            cursor: pointer;
            background: url(../images/index/more-com-1.png);
        }

        .website-index .decoration-company .look-more:hover {
            color: #0a75ea;
        }

            .website-index .decoration-company .look-more:hover span {
                background: url(../images/index/more-com-2.png);
            }


/*首页服务*/
.website-index .server360 {
    width: 1200px;
    margin: 80px auto 0;
}

    .website-index .server360 .server-details {
        flex-wrap: wrap;
    }

        .website-index .server360 .server-details .server-item {
            flex: 1;
            height: 216px;
            margin-top: 34px;
            padding: 15px 0 0;
        }

            .website-index .server360 .server-details .server-item .server-item-icon {
                width: 70px;
                height: 70px;
                margin: 0 auto;
                background: url(../images/index/360-icon-1.png);
            }

            .website-index .server360 .server-details .server-item .server-item-text {
                text-align: center;
                margin-top: 20px;
            }

                .website-index .server360 .server-details .server-item .server-item-text .server-name {
                    font-size: 18px;
                    margin-bottom: 16px;
                }

                .website-index .server360 .server-details .server-item .server-item-text .server-name-intro {
                    font-size: 14px;
                    color: #999;
                    margin-bottom: 0;
                }

            .website-index .server360 .server-details .server-item .try-use {
                display: none;
                width: 94px;
                text-align: center;
                background-color: #0a75ea;
                color: #fff;
                font-size: 12px;
                margin: 20px auto;
                padding: 10px 0;
                cursor: pointer;
            }

            .website-index .server360 .server-details .server-item:nth-child(2) .server-item-icon {
                background: url(../images/index/360-icon-2.png);
            }

            .website-index .server360 .server-details .server-item:nth-child(3) .server-item-icon {
                background: url(../images/index/360-icon-3.png);
            }

            .website-index .server360 .server-details .server-item:nth-child(4) .server-item-icon {
                background: url(../images/index/360-icon-4.png);
            }

            .website-index .server360 .server-details .server-item:nth-child(5) .server-item-icon {
                background: url(../images/index/360-icon-5.png);
            }

            .website-index .server360 .server-details .server-item:hover {
                margin-top: 25px;
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
                transition: all linear 500ms;
            }

                .website-index .server360 .server-details .server-item:hover .try-use {
                    display: block;
                }
