.zb-pc {
    display: block;
}

.zb-m {
    display: none;
}

.zb-title-main {
    margin: 26px auto 50px;
    text-align: center;
}

.zb-title-main img {
    margin: 0 auto;
}

.content {
    padding-bottom: 60px;
}

.secend-title {
    margin-top: 60px;
}

.secend-title img {
    margin: 0 auto;

}

.flex {
    display: flex;
}

.zb-ewm {
    justify-content: center;
    margin-top: 60px;
    padding-bottom: 30px;
}

.zb-ewm .zb-ewm-item {
    margin: 0 25px 30px;
    text-align: center;
    display: inline-block;

}

.zb-ewm .zb-ewm-item img {
    border-width: 1px;
    border-color: rgb(14, 155, 227);
    border-style: solid;
    box-sizing: border-box;
    padding: 16px;
    width: 254px;
    height: 254px;
    border-radius: 5px;
}

.zb-ewm .zb-ewm-item p {
    font-size: 22px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    z-index: 25;
    margin-top: 15px;
}

.w {
    width: 1200px;
    margin: 0 auto;

}

.nodata{
    text-align: center;
}
.nodata-img img{
    width: 260px;
}
.nodata-word{
    line-height: 30px;
}
.zhibo-enter{
    display: inline-block;
    width: 300px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 100px;
    box-shadow: 0 2px 5px rgb(203, 212, 242, 0.5);
    border: 1px solid #D7E5FF;
    text-align: center;
    color: #030e84;
    font-weight: bold;
    position: relative;
}
.zhibo-enter:after{
    position: absolute;
    right: 15px;
    top: 12px;
    content: '';
    background: url(../img/enter.png) no-repeat left top;
    width: 20px;
    height: 20px;
}
.souIDC{
    margin: 0 auto;
    text-align: center;
}
.souIDC img{

}
@media only screen and (max-width: 959px) {
    .w {
        width: 100%;
        margin: 0 auto;

    }
    .content {
        padding-bottom: .3rem;
    }
    html {
        font-size: 50px;
    }

    .zb-m {
        display: block;
    }

    .zb-pc {
        display: none;
    }

    .m_nav {
        font-size: 16px;
    }

    .zb-title-main {
        margin: .3rem auto;
    }

    .zb-title-main .zb-m {
        height: 1.19rem;
    }

    .secend-title img {
        width: 100%;
    }

    .secend-title {
        margin-top: 0;
    }

    .zb-ewm {
        flex-wrap: wrap;
        padding: 0 .65rem;
        margin-top: .3rem;
        padding-bottom: .3rem;
    }
    .zb-ewm .zb-ewm-item {
        margin: 0 .25rem .25rem;
        text-align: center;
        display: inline-block;

    }
    .zb-ewm .zb-ewm-item img {

        padding: .05rem;
        width: 2.55rem;
        height: 2.55rem;
    }

    .zb-ewm .zb-ewm-item p {
        font-size: .22rem;
        font-family: "Microsoft YaHei";
        color: rgb(0, 0, 0);
        text-transform: uppercase;
        line-height: .22rem;
        text-align: center;
        margin-top: 0;
        margin-bottom: .15rem;
        padding-top:.15rem ;
    }
    .nodata-word{
        font-size:.3rem ;
        position: relative;
        margin-top: -30px;
    }
    .zhibo-enter{
        margin-bottom: 15px;
    }
    .souIDC img{
        width: 80%;
    }

}