.dc-phone {
    display: none;
}

@media(max-width: 991px) {
    .dc-pc {
        display: none;
    }

    .dc-phone {
        display: block;
    }
}

#pbanner .swiper-slide img {
    width: 100%;
}

#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
    display: none !important;
}

#mobileMenu .menu .dc-active a {
    color: #ee383a;
}
/* 宽度小于1025px 则不显示*/
@media(max-width:1025px) {
    #newBridge {
        display: none !important;
    }
}
<!-- 移动浮框结束-- >
.footer-copyright-main a {
    color: #FFFFFF;
}

.pagelist span {
    background-color: #fff;
    padding: 0 18px;
    line-height: 38px;
    border-left: 1px solid #edecec;
    border-top: 1px solid #edecec;
}

.pagelist * {
    display: inline-block;
    vertical-align: middle;
}

.pagelist .paget {
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #edecec;
    border-right: 1px solid #edecec;
}

    .pagelist .paget .current {
        background: #ffb100;
        color: #fff;
        border-top: 1px solid #ffb100;
    }

.pagelist a {
    background-color: #fff;
    padding: 0 18px;
    line-height: 38px;
    border-left: 1px solid #edecec;
    border-top: 1px solid #edecec;
}

@media(max-width:640px) {
    .ip-news-content .ip-news-content-ul {
        display: block;
    }

        .ip-news-content .ip-news-content-ul li {
            width: 100%;
        }

    .ip-news-content {
        padding: 20px;
    }

    #main_nav .sub_list li {
        display: none;
    }

    .top-content {
        margin-left: 20px
    }
}



/**2023-08-22 foot*/
/*===================foot===============================*/
.foot{width:100%;margin:auto;background:url(../img/index-bottom-bg.jpg) no-repeat center;height:300px;min-width:1200px;overflow:hidden}
.foot1{padding-top:35px;margin:auto}
.footLeft{/* width:800px; */overflow:hidden;padding: 0 0 0 30px;}
.footMenu{float:left;margin-top:5px}
.footMenu li a{float:left;color:#d7d7d7;font-size:13px;line-height:30px;width: 220px;}
.footMenu li a:hover{color:#f28300}
.footMenu h3{font-size:16px;line-height:40px;font-weight:700;color:#d7d7d7;font-weight:400}
.footRight{width: 420px;overflow:hidden;float:right;line-height:30px;color:#d7d7d7;border-left:1px solid #6e6e6e;padding-left:50px;}
.footRight p{font-size:16px;line-height:40px;font-weight:700;color:#d7d7d7;font-weight:400}
.foot1 .footL{width:767px;float:left}
.foot1 .footR{float:right}
.copyright{width:100%;background:#1e1e26;text-align:center;line-height:30px;color:#6f747a;padding:15px 0}
.footMenu_pro li a{width:250px;}



#ipnews{
    width: 100%;
    position: relative;
}
.ip-news-title{
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 1px 18px 0px
    rgba(183, 183, 183, 0.3);
}
.ip-news-title .ip-news-tit{
    margin: 0 auto;
    width: 60%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}
.ip-news-title .ip-news-tit li{
    height: 100%;
    font-family: SourceHanSansCN-Normal;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ip-news-title .ip-news-tit .active{
    height: 100%;
    font-size: 21px;
    color: #ffb100;
    border-bottom: solid 3px #ffb100;
    width: auto;
    line-height: 80px;
    text-align: center;
}

.ip-news-title .ip-news-tit a{font-size: 16px; cursor: pointer;text-decoration: none;}