﻿.zhixun-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .zhixun-box .to-btn {
        padding: 10px;
        border-radius: 6px;
    }

.zixun-box .zixun-btn {
    padding: 13px 90px;
    background: #2065FC;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
}
/*取消bootstrap的padding*/
.container {
    padding: 0 !important;
}
/*标题统一样式*/
.section-title {
    margin-top: 80px;
    font-size: 32px;
    font-weight: bold;
    color: #1A2233;
    text-align: center;
    line-height: 1;
}

.product-midtitle {
    margin-top: 43px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #2065FC;
    line-height: 1;
}

.product-midtitle-blue {
    margin-top: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #2065FC;
    line-height: 28px;
    text-align: center;
}

.product-detail-text {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #1A2233;
    text-align: center;
    line-height: 30px;
}

.product-text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #1C1C1C;
    line-height: 24px;
}

/*内容*/
/*其它页面的他们都在使用会博通*/
.theyAreUse-box {
    display: flex;
    margin-top: 36px;
    align-items: flex-start;
    justify-content: space-around;
}

    .theyAreUse-box.img {
    }
/*挑战*/
.challenge-box {
    display: flex;
    width: 100%;
    margin-top: 47px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .challenge-box .challenge-item {
        width: 290px;
        height: 290px;
        padding: 62px 31px;
        text-align: center;
        border-radius: 10px;
        transition: all .3s ease-in-out;
    }

        .challenge-box .challenge-item .challenge-item-img {
            width: 45px;
            height: 45px;
            margin: 0 auto;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .challenge-box .challenge-item .challenge-item-title {
            margin-top: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #1A2233;
            line-height: 1;
        }

        .challenge-box .challenge-item .challenge-item-text {
            margin-top: 18px;
            font-size: 14px;
            font-weight: 400;
            text-align: left;
            color: #636974;
            line-height: 22px;
        }

    .challenge-box .challenge-active {
        background: #fff;
        box-shadow: 0px 0px 20px 0px rgba(33,62,144,0.08);
        transform: translateY(-10px)
    }

        .challenge-box .challenge-active .challenge-item-title {
            color: #2065FC;
        }
    /*核心挑战图标列表*/
    .challenge-box .challenge-item .challenge-gdbz {
        background-image: url(../../img/ProductCenter/newImg/gd2.png);
    }

    .challenge-box .challenge-active .challenge-gdbz {
        background-image: url(../../img/ProductCenter/newImg/gd3.png);
    }

    .challenge-box .challenge-item .challenge-gdfz {
        background-image: url(../../img/ProductCenter/newImg/gz.png);
    }

    .challenge-box .challenge-active .challenge-gdfz {
        background-image: url(../../img/ProductCenter/newImg/gz2.png);
    }

    .challenge-box .challenge-item .challenge-gdgz {
        background-image: url(../../img/ProductCenter/newImg/gzl.png);
    }

    .challenge-box .challenge-active .challenge-gdgz {
        background-image: url(../../img/ProductCenter/newImg/gzl2.png);
    }

    .challenge-box .challenge-item .challenge-zzxz {
        background-image: url(../../img/ProductCenter/newImg/kz.png);
    }

    .challenge-box .challenge-active .challenge-zzxz {
        background-image: url(../../img/ProductCenter/newImg/kz2.png);
    }

    .challenge-box .challenge-item .challenge-ddglfs {
        background-image: url(../../img/ProductCenter/newImg/zhdagl/ddglfs-1.png);
    }

    .challenge-box .challenge-active .challenge-ddglfs {
        background-image: url(../../img/ProductCenter/newImg/zhdagl/ddglfs-2.png);
    }

    .challenge-box .challenge-item .challenge-ctglfs {
        background-image: url(../../img/ProductCenter/newImg/zhdagl/ctglfs-1.png);
    }

    .challenge-box .challenge-active .challenge-ctglfs {
        background-image: url(../../img/ProductCenter/newImg/zhdagl/ctglfs-2.png);
    }

    .challenge-box .challenge-item .challenge-daglfxd {
        background-image: url(../../img/ProductCenter/newImg/zhdagl/daglfxd-1.png);
    }

    .challenge-box .challenge-active .challenge-daglfxd {
        background-image: url(../../img/ProductCenter/newImg/zhdagl/daglfxd-2.png);
    }

    .challenge-box .challenge-item .challenge-dalybfb {
        background-image: url(../../img/ProductCenter/newImg/zhdagl/dalybfb-1.png);
    }

    .challenge-box .challenge-active .challenge-dalybfb {
        background-image: url(../../img/ProductCenter/newImg/zhdagl/dalybfb-2.png);
    }
    /*人事档案*/
    .challenge-box .challenge-item .challenge-lddb {
        background-image: url(../../img/ProductCenter/newImg/rsda/da.png);
    }

    .challenge-box .challenge-active .challenge-lddb {
        background-image: url(../../img/ProductCenter/newImg/rsda/gd.png);
    }

    .challenge-box .challenge-item .challenge-gltx {
        background-image: url(../../img/ProductCenter/newImg/rsda/gltx.png);
    }

    .challenge-box .challenge-active .challenge-gltx {
        background-image: url(../../img/ProductCenter/newImg/rsda/gltx.2.png);
    }

    .challenge-box .challenge-item .challenge-zzgl {
        background-image: url(../../img/ProductCenter/newImg/rsda/zzgl.png);
    }

    .challenge-box .challenge-active .challenge-zzgl {
        background-image: url(../../img/ProductCenter/newImg/rsda/zzgl.2.png);
    }

    .challenge-box .challenge-item .challenge-lyaq {
        background-image: url(../../img/ProductCenter/newImg/rsda/lyaq.png);
    }

    .challenge-box .challenge-active .challenge-lyaq {
        background-image: url(../../img/ProductCenter/newImg/rsda/lyaq.2.png);
    }
    /*综合文档*/
    .challenge-box .challenge-item .challenge-glfs {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/glfs-1.png);
    }

    .challenge-box .challenge-active .challenge-glfs {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/glfs-2.png);
    }

    .challenge-box .challenge-item .challenge-rybd {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/rybd-1.png);
    }

    .challenge-box .challenge-active .challenge-rybd {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/rybd-2.png);
    }

    .challenge-box .challenge-item .challenge-zywj {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/zywj-1.png);
    }

    .challenge-box .challenge-active .challenge-zywj {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/zywj.png);
    }

    .challenge-box .challenge-item .challenge-wdld {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/wdld-1.png);
    }

    .challenge-box .challenge-active .challenge-wdld {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/wdld-2.png);
    }

    .challenge-box .challenge-item .challenge-zzwj {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/zzwj-1.png);
    }

    .challenge-box .challenge-active .challenge-zzwj {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/zzwj-2.png);
    }

    .challenge-box .challenge-item .challenge-lyaq2 {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/lyaq-1.png);
    }

    .challenge-box .challenge-active .challenge-lyaq2 {
        background-image: url(../../img/ProductCenter/newImg/zhwdgl/lyaq-2.png);
    }
    /*证照管理*/
    .challenge-box .challenge-item .challenge-glfs2 {
        background-image: url(../../img/ProductCenter/newImg/zzglxt01/glfs-1.png);
    }

    .challenge-box .challenge-active .challenge-glfs2 {
        background-image: url(../../img/ProductCenter/newImg/zzglxt01/glfs-2.png);
    }

    .challenge-box .challenge-item .challenge-lyaq3 {
        background-image: url(../../img/ProductCenter/newImg/zzglxt01/lyaq-1.png);
    }

    .challenge-box .challenge-active .challenge-lyaq3 {
        background-image: url(../../img/ProductCenter/newImg/zzglxt01/lyaq-2.png);
    }

    .challenge-box .challenge-item .challenge-syjl {
        background-image: url(../../img/ProductCenter/newImg/zzglxt01/syjl-2.png);
    }

    .challenge-box .challenge-active .challenge-syjl {
        background-image: url(../../img/ProductCenter/newImg/zzglxt01/syjl-1.png);
    }

    .challenge-box .challenge-item .challenge-zzld {
        background-image: url(../../img/ProductCenter/newImg/zzglxt01/zzld-2.png);
    }

    .challenge-box .challenge-active .challenge-zzld {
        background-image: url(../../img/ProductCenter/newImg/zzglxt01/zzld-1.png);
    }

    .challenge-box .challenge-item .challenge-lsxx {
        background-image: url(../../img/ProductCenter/newImg/zzglxt01/lsxx-1.png);
    }

    .challenge-box .challenge-active .challenge-lsxx {
        background-image: url(../../img/ProductCenter/newImg/zzglxt01/lsxx-2.png);
    }
    /*档案管理机器人*/
    .challenge-box .challenge-item .challenge-ddglfs2 {
        background-image: url(../../img/ProductCenter/newImg/daszhjqr/glfs-1.png);
    }

    .challenge-box .challenge-active .challenge-ddglfs2 {
        background-image: url(../../img/ProductCenter/newImg/daszhjqr/glfs-2.png);
    }

    .challenge-box .challenge-item .challenge-zywjzl {
        background-image: url(../../img/ProductCenter/newImg/daszhjqr/ds-1.png);
    }

    .challenge-box .challenge-active .challenge-zywjzl {
        background-image: url(../../img/ProductCenter/newImg/daszhjqr/ds-2.png);
    }

    .challenge-box .challenge-item .challenge-zzglcbg {
        background-image: url(../../img/ProductCenter/newImg/daszhjqr/zzwj-1.png);
    }

    .challenge-box .challenge-active .challenge-zzglcbg {
        background-image: url(../../img/ProductCenter/newImg/daszhjqr/zzwj-2.png);
    }

    .challenge-box .challenge-item .challenge-lybbj {
        background-image: url(../../img/ProductCenter/newImg/zzydaglxt/dalybfb-1.png);
    }

    .challenge-box .challenge-active .challenge-lybbj {
        background-image: url(../../img/ProductCenter/newImg/zzydaglxt/dalybfb-2.png);
    }
    
/*检察院*/

.jcy-challenge-box {
    display: flex;
    width: 100%;
    margin-top: 70px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .jcy-challenge-box .challenge-item {
        width: 550px;
        height: 280px;
        padding: 35px 48px;
        text-align: left;
        border-radius: 10px;
        transition: all .3s ease-in-out;
    }

        .jcy-challenge-box .challenge-item .challenge-item-img {
            width: 73px;
            height: 73px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .jcy-challenge-box .challenge-item .challenge-item-title {
            margin-top: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #1A2233;
            line-height: 1;
        }

        .jcy-challenge-box .challenge-item .challenge-item-text {
            margin-top: 18px;
            font-size: 14px;
            font-weight: 400;
            text-align: left;
            color: #636974;
            line-height: 22px;
        }

    .jcy-challenge-box .challenge-active {
        background: #fff;
        box-shadow: 0px 0px 20px 0px rgba(33,62,144,0.08);
        transform: translateY(-10px)
    }

        .jcy-challenge-box .challenge-active .challenge-item-title {
            color: #2065FC;
        }

    .jcy-challenge-box .challenge-item .challenge-jcy {
        background-image: url(../../img/ProductCenter/newImg/jcydagl/icon.png);
    }
/*解决方案*/
.product-solution {
}

.product-solution-content {
}
/*检察院解决方案模块*/
.jcydagl-solution-box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.jcydagl-solution-item {
    width: 260px;
    height: 350px;
    padding: 43px 35px 0 30px;
    background: #FFFFFF;
    text-align: left;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
}

    .jcydagl-solution-item:hover {
        border: 1px solid #E3E3E3;
        box-shadow: 0px 0px 20px 0px rgba(33,62,144,0.08);
    }

    .jcydagl-solution-item .jcydagl-solution-item-title {
        font-size: 24px;
        font-weight: bold;
        color: #1A2233;
        line-height: 1;
    }

    .jcydagl-solution-item:hover .jcydagl-solution-item-title {
        color: #2065FC;
    }

    .jcydagl-solution-item .jcydagl-solution-item-text {
        margin-top: 26px;
        font-size: 14px;
        font-weight: 400;
        color: #636974;
        line-height: 26px;
    }

    .jcydagl-solution-item .jcydagl-solution-item-img {
        margin-top: 20px;
        text-align: right;
    }
/*系统特色*/
.product-feature {
}

    .product-feature .product-feature-content {
        display: flex;
        margin-top: 36px;
        align-items: flex-start;
        justify-content: space-between;
    }

        .product-feature .product-feature-content .product-feature-item {
            width: 240px;
            padding: 30px 8px;
            text-align: center;
        }

            .product-feature .product-feature-content .product-feature-item .product-feature-item-img {
                margin: 0 auto;
                width: 130px;
                height: 142px;
            }

            .product-feature .product-feature-content .product-feature-item .product-feature-item-title {
                margin-top: 19px;
                font-size: 24px;
                font-weight: bold;
                color: #1A2233;
                line-height: 1;
            }

            .product-feature .product-feature-content .product-feature-item .product-feature-item-text {
                margin-top: 18px;
                font-size: 14px;
                font-weight: 400;
                text-align: left;
                color: #636974;
                line-height: 22px;
            }
/*选择会博通*/
.product-chooseUs {
}

    .product-chooseUs .product-chooseUs-content {
        display: flex;
        margin-top: 50px;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .product-chooseUs .product-chooseUs-content .product-chooseUs-item {
            width: 380px;
            height: 170px;
            padding: 28px 30px;
            background: linear-gradient(0deg, #FCFDFD, #F7F8FB);
            border: 2px solid #FFFFFF;
            border-radius: 8px;
        }

            .product-chooseUs .product-chooseUs-content .product-chooseUs-item:nth-child(n+4) {
                margin-top: 40px;
            }

            .product-chooseUs .product-chooseUs-content .product-chooseUs-item:hover {
                box-shadow: 0px 0px 30px 0px rgba(33,62,144,0.15);
            }

            .product-chooseUs .product-chooseUs-content .product-chooseUs-item .product-chooseUs-item-title img {
                vertical-align: baseline;
            }

            .product-chooseUs .product-chooseUs-content .product-chooseUs-item .product-chooseUs-item-title span {
                margin-left: 10px;
                font-size: 24px;
                font-weight: bold;
                color: #1A2233;
                line-height: 1;
                vertical-align: baseline;
            }

            .product-chooseUs .product-chooseUs-content .product-chooseUs-item .product-chooseUs-item-text {
                margin-top: 18px;
                font-size: 14px;
                font-weight: 400;
                text-align: left;
                color: #636974;
                line-height: 22px;
            }

/*不同行业，共同选择*/
.product-advert {
    height: 522px;
    background: #F7F8FB;
}

    .product-advert .container {
        height: 522px;
        position: relative;
    }

    .product-advert .product-advert-earth {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .product-advert .product-advert-content {
        width: 1165px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .product-advert .product-advert-number {
        font-size: 45px;
        font-weight: bold;
        color: #2065FC;
        line-height: 1;
    }

    .product-advert .product-advert-text {
        font-size: 24px;
        font-weight: bold;
        color: #1A2233;
        line-height: 1;
    }

    .product-advert .product-advert-footer {
        position: absolute;
        width: 860px;
        height: 360px;
        left: 50%;
        bottom: -260px;
        transform: translateX(-50%);
        /*background: url(../../img/ProductCenter/newImg/k.png);*/
        z-index: 2;
        box-shadow: 2px 1px 38px 0px rgba(21,60,84,0.08);
    }

        .product-advert .product-advert-footer .product-advert-footer-content {
            display: flex;
            margin: 0 auto 0 auto;
            width: 100%;
            height: 180px;
            align-items: center;
            justify-content: space-around;
            background: #fff;
        }
        .product-advert .product-advert-footer .product-advert-footer-content1 {
            border-radius: 10px 10px 0 0;
            border-bottom: 1px solid #EAEBEC;
        }
        .product-advert .product-advert-footer .product-advert-footer-content2 {
            border-radius: 0 0 10px 10px;
        }

        .product-advert .product-advert-footer .product-advert-footer-item {
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            color: #1A2233;
            line-height: 1;
        }
/*行业案例*/
.industry-case {
}

    .industry-case .industry-tab-box {
        display: flex;
        margin-top: 50px;
        align-items: baseline;
        justify-content: space-between;
    }

        .industry-case .industry-tab-box .industry-tab-item {
            width: 120px;
            padding: 15px;
            font-size: 20px;
            font-weight: 400;
            text-align: center;
            color: #1A2233;
            line-height: 1;
            box-sizing: border-box;
            cursor: pointer;
        }

        .industry-case .industry-tab-box .tab-item-active {
            color: #2065FC;
            border-bottom: 3px solid #2065FC;
        }

    .industry-case .industry-case-content {
        display: none;
        margin-top: 17px;
        justify-content: flex-start;
        align-items: center;
    }

        .industry-case .industry-case-content .industry-content-box {
            margin-left: 38px;
            font-size: 14px;
            font-weight: 400;
            color: #1C1C1C;
            line-height: 24px;
        }

            .industry-case .industry-case-content .industry-content-box .industry-content-imglist {
                display: flex;
                margin-top: 30px;
            }

                .industry-case .industry-case-content .industry-content-box .industry-content-imglist img {
                    margin-left: 5px;
                }

                    .industry-case .industry-case-content .industry-content-box .industry-content-imglist img:first-child {
                        margin-left: 0;
                    }

            .industry-case .industry-case-content .industry-content-box .industry-content-bold {
                margin-top: 40px;
                font-size: 20px;
                font-weight: bold;
                color: #1A2233;
                line-height: 1;
            }

/*他们都在使用*/
.alluse-imglist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 36px auto 0 auto;
}

    .alluse-imglist:first-child {
        margin: 78px auto 0 auto;
    }
/*资讯*/
.product-news-box {
    position: relative;
    margin-top: 76px;
    width: 100%;
    overflow-x: hidden;
}

.product-news-center {
    display: flex;
    position: relative;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
}

.product-news-item {
    width: 332px;
    padding: 21px 22px;
    margin-left: 36px;
    flex-shrink: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(33,62,144,0.08);
    box-sizing: border-box;
}

    .product-news-item:first-child {
        margin-left: 0;
    }

.product-news-item-img {
    width: 290px;
    height: 158px;
    text-align: center;
    cursor: pointer;
}

    .product-news-item-img img {
        width: 290px;
        height: 158px;
    }

.product-news-item-title {
    margin-top: 22px;
    font-size: 18px;
    font-weight: 400;
    color: #1A2233;
    line-height: 25px;
    cursor: pointer;
}

    .product-news-item-title div {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.product-news-item-text {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #636974;
    line-height: 22px;
}

    .product-news-item-text div {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.product-news-item-more {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #2065FC;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.product-news-tab {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-news-tab-item {
    width: 25px;
    height: 6px;
    margin-left: 7px;
    background: #E7E7E7;
    cursor: pointer;
}

    .product-news-tab-item:first-child {
        margin-left: 0;
    }

.product-news-tab-active {
    background: #2065FC;
}
/*预约*/
.yuyue-box {
    width: 100%;
    min-width: 1200px;
    height: 430px;
    display: flex;
    margin-top: 74px;
    padding-top: 72px;
    align-items: flex-start;
    justify-content: center;
    background: url(../../img/ProductCenter/newImg/bj.png);
    background-size: cover;
}

    .yuyue-box .yuyue-text-box {
        color: #FFFFFF;
    }

.yuyue-text-box .yuyue-text-box-title {
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.yuyue-text-box .yuyue-text-box-text {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.yuyue-text-box ul {
    margin-top: 50px;
    margin-left: 18px;
    list-style: disc;
}

    .yuyue-text-box ul li {
        margin-top: 25px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1;
        list-style: disc;
    }

        .yuyue-text-box ul li:first-child {
            margin-top: 0;
        }

.yuyue-form {
    margin-left: 350px;
}

    .yuyue-form .yuyue-tps {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

        .yuyue-form .yuyue-tps:first-child {
            margin-top: 0;
        }

        .yuyue-form .yuyue-tps span {
            display: inline-block;
            margin-right: 5px;
            font-size: 16px;
            font-weight: 400;
            color: #FFFFFF;
            line-height: 1;
        }

        .yuyue-form .yuyue-tps input {
            width: 350px;
            padding: 14px;
            font-size: 12px;
            background: #FFFFFF;
            border-radius: 4px;
            border: none;
            line-height: 1;
        }

        .yuyue-form .yuyue-tps #getYZM {
            position: absolute;
            margin-right: 0;
            top: 14px;
            right: 22px;
            color: #2065FC;
            cursor: pointer;
        }

    .yuyue-form .yuyue-footer {
        margin-top: 33px;
        margin-left: 100px;
    }

.yuyue-footer .yuyue-footer-btn {
    width: 350px;
    padding: 13px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    background: #F76377;
    border-radius: 4px;
    cursor: pointer;
}

.yuyue-footer .yuyue-footer-text {
    width: 350px;
    margin-top: 11px;
    font-size: 11px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
}

/*底部间距取消*/
.gray-section {
    margin-top: 0 !important;
}

/*核心价值*/
.core-values {
    display: flex;
    margin-top: 83px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.core-values-item {
    width: 565px;
    height: 216px;
    padding: 26px 33px;
    background: linear-gradient(0deg, #FCFDFD, #F7F8FB);
    border-radius: 8px;
}

    .core-values-item:hover {
        background: linear-gradient(0deg, #FCFDFD, #F7F8FB);
        border: 2px solid #FFFFFF;
        box-shadow: 0px 0px 31px 0px rgba(33,62,144,0.15);
    }

    .core-values-item:nth-child(n+3) {
        margin-top: 50px;
    }

    .core-values-item .core-values-item-title {
        font-size: 24px;
        font-weight: bold;
        color: #1A2233;
        line-height: 1;
    }

        .core-values-item .core-values-item-title img {
            vertical-align: middle;
        }

        .core-values-item .core-values-item-title span {
            display: inline-block;
            margin-left: 7px;
            vertical-align: middle;
        }

    .core-values-item .core-values-item-content {
        margin-top: 18px;
        font-size: 14px;
        font-weight: 400;
        color: #636974;
        line-height: 23px;
    }

        .core-values-item .core-values-item-content div {
            display: flex;
        }

        .core-values-item .core-values-item-content span {
            margin-right: 8px;
            color: #2065FC;
        }
/*图标-标题-文本块样式*/
.box-for-icon-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.icon-text-box {
    display: inline-block;
    width: 220px;
    height: 270px;
    margin-top: 65px;
    margin-left: 106px;
    text-align: center;
}

    .icon-text-box img {
        width: 100px;
    }

    .icon-text-box:first-child {
        margin-left: 0;
    }

    .icon-text-box:nth-child(4n + 1) {
        margin-left: 0;
    }

.large-icon-text-box {
    width: 256px;
}

.xxl-icon-text-box {
    width: 380px;
}

.height-icon-text-box {
    height: 333px;
}

.icon-font-box-title {
    margin-top: 26px;
    font-size: 24px;
    font-weight: bold;
    color: #1A2233;
    line-height: 1;
}

.icon-font-box-text {
    margin-top: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #636974;
    line-height: 22px;
}

    .icon-font-box-text a {
        display: inline-block;
        margin-top: 5px;
        color: #2065FC;
    }
/*灰色格子*/
.gray-icon-text-box {
    width: 302px;
    height: 302px;
    margin-top: 30px;
    margin-left: 122px;
    padding: 32px 46px 32px 36px;
    background: #F7F8FB;
    border-radius: 10px;
    text-align: left;
}

    .gray-icon-text-box:first-child, .gray-icon-text-box:nth-child(3n+1) {
        margin-left: 0;
    }

    .gray-icon-text-box:nth-child(n+4) {
        margin-top: 50px;
    }

    .gray-icon-text-box .icon-font-box-text {
        margin-top: 30px;
    }

/*仅图标加一行文字样式*/
.box-for-icon-oneline {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.icon-oneline-box {
    width: 160px;
    font-size: 24px;
    font-weight: bold;
    color: #1A2233;
    line-height: 1;
    text-align: center;
}

    .icon-oneline-box img {
        width: 100px;
    }

.icon-oneline-box-middle {
    width: 210px;
}

.icon-oneline-box-large {
    width: 280px;
}

.icon-oneline-box .icon-oneline-box-title {
    margin-top: 26px;
}

/*案例应用*/
.normal-case-box {
    display: flex;
    width: 100%;
    margin-top: 68px;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
}

.normal-case-font-box {
    width: 470px;
    padding: 42px 62px 42px 58px;
    background: #FFF;
}

    .normal-case-font-box .normal-case-font-title {
        font-size: 24px;
        font-weight: bold;
        color: #1A2233;
        line-height: 40px;
    }

    .normal-case-font-box .normal-case-font-text {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        color: #636974;
        line-height: 22px;
    }

.case-zixun-box {
    display: flex;
    margin-top: 65px;
    justify-content: center;
    align-items: center;
}

    .case-zixun-box div {
        padding: 14px 95px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        border-radius: 4px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .case-zixun-box .case-zixun-ljzx {
        padding: 12px 93px;
        background: #FFFFFF;
        border: 2px solid #2065FC;
        color: #2065FC;
    }

    .case-zixun-box .case-zixun-yyys {
        margin-left: 70px;
        background: #2065FC;
        color: #FFFFFF;
    }

/*政协履职*/
.zx-client-box {
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

/*知识资源-纯文本模块*/
.only-font-box {
    width: 1020px;
    margin: 40px auto 0 auto;
    font-size: 18px;
    font-weight: 400;
    color: #1A2233;
    line-height: 30px;
}

    .only-font-box span {
        color: #2065FC;
    }
/*知识资源-核心价值*/
.zzzy-hxjz {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.zzzy-hxjz-text {
    width: 550px;
    height: 176px;
    font-size: 20px;
    font-weight: 400;
    color: #2065FC;
    line-height: 35px;
}

.zzzy-hxjz-img {
}

@media only screen and (max-width: 768px) {
    .challenge-box {
        justify-content: space-around;
    }

    .product-feature .product-feature-content {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .product-chooseUs .product-chooseUs-content {
        justify-content: space-around;
    }

    .alluse-imglist {
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0 auto;
    }

        .alluse-imglist:first-child {
            margin-top: 70px;
        }

        .alluse-imglist img {
            margin-top: 10px;
        }
    .product-news-center{
        padding-left: 20px;
    }
/*预约窗口*/
    .yuyue-box {
        min-width: auto;
        height: auto;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-top: 30px;
    }
        .yuyue-box .yuyue-text-box{
            margin-left: 50px;
        }
    .yuyue-text-box .yuyue-text-box-text{
        margin-top: 16px;
    }
    .yuyue-text-box ul {
        margin-top: 30px;
    }
    .yuyue-form{
        width: calc(100% - 30px);
        margin-top: 30px;
        margin-left: 30px;
    }
        .yuyue-form .yuyue-tps span {
            width: 6em;
            margin-right: 0;
        }
        .yuyue-form .yuyue-tps input{
            width: calc(100% - 10em);
            padding: 8px;
        }
        .yuyue-form .yuyue-tps #getYZM {
            top: 9px;
            right: 18px;
        }
        .yuyue-form .yuyue-footer{
            margin: 20px auto;
        }
        .product-advert {
            display: none;
        }

    .industry-case {
        display: none;
    }
    .yuyue-footer .yuyue-footer-btn{
        width: 95%;
    }
    .theyAreUse-box{
        flex-wrap: wrap;
    }
    .case-zixun-box div {
        padding: 14px 20px !important;
    }
    .product-chooseUs .product-chooseUs-content .product-chooseUs-item{
        width: 375px;
        box-sizing:border-box;
    }
    .xxl-icon-text-box {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .row {
        margin-right: 0!important;
        margin-left: 0!important;
    }
}
