
.nav-slogan-box {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.nav-slogan-box {
    min-width: 810px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

    .nav-slogan-box .slogan {
        text-align: center;
        color: #fff;
        font-size: 44px;
        height: 50px;
        line-height: 50px;
        font-family: Î¢ÈíÑÅºÚ, AlibabaPuHuiTi,AlibabaPuHuiTi-Medium;
        font-weight: bold;
        margin-top: 0px
    }

    .nav-slogan-box .dynamic-box { /*width:760px;*/
        display: -webkit-box;
        display: -ms-flexbox; /*display:flex;*/
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        color: #fff;
        margin-bottom: 20px;
    }

        .nav-slogan-box .dynamic-box .box-item {
            -webkit-box-flex: 1;
            -ms-flex: 1; /*flex:1;*/
            margin-right: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            margin-top: 1px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .nav-slogan-box .dynamic-box .box-item:nth-child(1) {
                -webkit-box-pack: left;
                -ms-flex-pack: left;
                justify-content: left
            }

            .nav-slogan-box .dynamic-box .box-item:nth-child(2) {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

            .nav-slogan-box .dynamic-box .box-item:nth-child(3) {
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: end;
                margin-right: 0px;
            }

            .nav-slogan-box .dynamic-box .box-item .item-num {
                opacity: 1;
                font-size: 28px;
                font-weight: 700;
                height: 41px;
                overflow: hidden
            }

                .nav-slogan-box .dynamic-box .box-item .item-num span, .jia {
                    display: inline-block;
                    -webkit-background-clip: text;
                    color: #07c8ff;
                    width: 17px;
                    height: 41px;
                    font-size: 28px;
                    line-height: 41px;
                    font-weight: 600
                }

                .nav-slogan-box .dynamic-box .box-item .item-num .digit-container {
                    width: 17px;
                    text-align: center;
                    overflow: hidden;
                    font-size: 0
                }

                .nav-slogan-box .dynamic-box .box-item .item-num .sign-box span {
                    width: 6px
                }

                .nav-slogan-box .dynamic-box .box-item .item-num .l {
                    float: left
                }

            .nav-slogan-box .dynamic-box .box-item:last-child {
                margin-right: 0
            }

            .nav-slogan-box .dynamic-box .box-item .info {
                font-size: 17px;
                font-weight: 400;
                color: #fff;
                margin-left: 6px;
                margin-bottom: -5px
            }

.ZT-banner {
    margin-top: -95px;
    background: url(../images/i0/top_bg.png) #101a2a center top no-repeat;
}


    .ZT-banner .seach-box {
        width: 920px;
        margin: 0 auto;
        position: relative;
        left: 0;
        height: 56px;
        margin-top: 8px;
    }

    .ZT-banner .seach-main {
        border: 0;
        height: 48px;
        height: 48px;
        background: #FFFFFF;
        text-indent: 10px;
        border-radius: 5px;
        margin-left: 85px;
        width: 700px;
        margin-top: 3px;
    }

    .ZT-banner .seach-main {
        text-indent: 0px;
        background: none;
    }

    .ZT-banner .seach-btn {
        position: absolute;
        width: 120px;
        height: 56px;
        color: #fff;
        right: 0;
        top: 0;
        text-align: center;
        line-height: 56px;
        border-radius: 0 5px 5px 0;
        background: url(/sgpjbg/images/i0/search.png) #b2ecff center center no-repeat;
    }

.cssnone {
    display: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.mt-3 {
    margin-top: 1rem !important;
}

.col-lg-2 {
    flex: 0 0 auto;
    width: 16%;
    margin: 4% 8% 4% 10px;
}

.industries .industry-card {
    background: #f6f8ff 0% 0% no-repeat padding-box;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    opacity: 1;
    padding: 20px 5px 5px 5px;
    text-align: center;
    cursor: pointer;
    height: 135px;
    transition: all 0.5s ease;
    display: block;
    overflow-wrap: break-word;
}

    .industries .industry-card img {
        height: 3.75rem;
        display: block;
        margin: 0 auto 1rem;
    }

    .industries .industry-card .card-title {
        text-align: center;
        font: 14px/20px "Roboto",sans-serif;
        letter-spacing: 0;
        color: #393939;
        margin-top: 10px;
        transition: all 0.5s ease;
        display: block;
        width: 90px;
        margin: 0px auto;
    }

    .industries .industry-card.view-all {
        position: relative;
    }

        .industries .industry-card.view-all span {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%,-50%);
            font: 20px/36px "Roboto",sans-serif;
            letter-spacing: 0;
            color: #393939;
        }

    .industries .industry-card:hover {
        background: #DEDEED;
        transform: scale(1.1);
    }
    /*
.industries .industry-card:hover img {
    filter: invert(100%) sepia(6%) saturate(2%) hue-rotate(265deg) brightness(150%) contrast(100%);
}

.industries .industry-card:hover .card-title {
    color: #FFFFFF;
}

.industries .industry-card.c-red:hover {
    background: transparent linear-gradient(225deg,#C30540 0%,#620320 100%) 0% 0% no-repeat padding-box;
}

.industries .industry-card.c-red:hover svg.card-ico {
    fill: #ffffff;
}

.industries .industry-card.c-red svg.card-ico {
    fill: #58031C;
}

.industries .industry-card.c-blue:hover {
    background: transparent linear-gradient(226deg,#22519B 0%,#053074 100%) 0% 0% no-repeat padding-box;
}
*/
    .industries .industry-card.view-all {
        background: #DEDEED;
    }

        .industries .industry-card.view-all:hover {
            background: #DEDEED;
        }

.button-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(27 42 65 / var(--tw-text-opacity));
}

    .button-link .icon-container {
        position: relative;
        -webkit-transition: -webkit-transform 0.15s;
        transition: -webkit-transform 0.15s;
        -o-transition: transform 0.15s;
        transition: transform 0.15s;
        transition: transform 0.15s, -webkit-transform 0.15s;
    }

        .button-link .icon-container .bg {
            height: 1rem;
            width: 1rem;
            border-radius: 50%;
            --tw-bg-opacity: 1;
            background-color: rgb(163 81 204 / var(--tw-bg-opacity));
            -webkit-transition: width 0.15s;
            -o-transition: width 0.15s;
            transition: width 0.15s;
        }

        .button-link .icon-container .icon {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            margin: auto;
            -webkit-transition: right 0.15s;
            -o-transition: right 0.15s;
            transition: right 0.15s;
        }

    .button-link:hover {
        --tw-text-opacity: 1;
        color: rgb(163 81 204 / var(--tw-text-opacity));
        text-decoration-line: underline;
        text-decoration-color: #A351CC;
        text-underline-offset: 2px;
    }

        .button-link:hover .icon-container {
            -webkit-transform: translateX(0.5rem);
            -ms-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
        }

            .button-link:hover .icon-container .bg {
                width: 1.9375rem;
                border-radius: 1.5rem;
            }

            .button-link:hover .icon-container .icon {
                right: -0.6875rem;
            }

.index_common_title-l .info {
    margin-top: 17px;
    font-size: 12px;
    color: #343434;
}

.index_common_title-l .name {
    font-size: 24px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #333333;
    margin-right: 15px;
}

.index-pro-three {
    float: left;
    width: 100%;
}

    .index-pro-three .w {
        display: -webkit-box;
        display: flex;
    }

        .index-pro-three .w .pro-1 {
            -webkit-box-flex: 1;
            flex: 1;
            padding: 15px 0;
            cursor: pointer;
            -webkit-transition: all ease-in 0.2s;
            transition: all ease-in 0.2s;
        }


            .index-pro-three .w .pro-1 p a {
                color: #7f7f7f;
            }

            .index-pro-three .w .pro-1:hover p a {
                color: #1e386b;
            }

            .index-pro-three .w .pro-1:hover h3 {
                color: #1e386b;
            }

            .index-pro-three .w .pro-1 .box {
                padding: 5px 0;
                padding-left: 120px;
                display: inline-block;
                text-align: left;
            }

                .index-pro-three .w .pro-1 .box.bg-1 {
                    background: url(/sgpjbg/images/i0/tbg01.png) no-repeat 20px center;
                    background-size: 72px auto;
                }

                .index-pro-three .w .pro-1 .box.bg-2 {
                    background: url(/sgpjbg/images/i0/tbg02.png) no-repeat 20px center;
                    background-size: 86px auto;
                }

                .index-pro-three .w .pro-1 .box.bg-3 {
                    background: url(/sgpjbg/images/i0/tbg03.png) no-repeat 20px center;
                    background-size: 80px auto;
                }

            .index-pro-three .w .pro-1 h3 {
                font-size: 24px;
                font-weight: normal;
                font-family: Î¢ÈíÑÅºÚ;
                color: #111;
                height: 15px;
            }

            .index-pro-three .w .pro-1 p {
            }

.jydt .jydt-label {
    width: 110px;
    padding: 0 10px;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #404040;
    font-size: 15px;
}

    .jydt .jydt-label img {
        margin-right: 10px;
    }

.jydt {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
}

.page-con .list .info .operation .tag.zs {
    background: #f2ba02;
}

.index_common_tabs {
    width: 100%;
    margin-bottom: 30px;
}

    .index_common_tabs span {
        transition: 0.3s;
        display: inline-block;
        width: 100px;
        text-align: center;
        height: 30px;
        font-size: 14px;
        border-radius: 50px;
        line-height: 30px;
        margin-right: 25px;
        background: #f5e9ff;
        color: #7030a0;
        padding: 2px 10px 4px 10px;
    }

.jydt .jydt-content p {
    margin: 0;
    height: 50px;
}

.jydt .jydt-content {
    color: #404040;
    font-size: 14px;
    line-height: 50px;
    overflow: hidden;
    height: 50px;
}

.index_common_tabs span.active,
.index_common_tabs span:hover {
    background: #6f4ec2;
    color: #fff;
}

.page-con .block5 .tags_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

    .page-con .block5 .tags_box span {
        display: inline-block;
        margin-bottom: 12px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        width: 100px;
        border-radius: 50px;
        background: #f1e9f8;
        font-size: 14px;
        color: #7030a0;
        margin-right: 13px;
        cursor: pointer;
        padding: 2px 10px 4px 10px;
    }

        .page-con .block5 .tags_box span:hover,
        .page-con .block5 .tags_box span.active {
            background: #6f4ec2;
            color: #fff;
        }


.page-con .block5 .list .info .tag.zs1 {
    background: #f2ba02;
}

.page-con .list .item1 .pic a {
    vertical-align: bottom;
}

input {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}