@media screen and (max-width:1310px) {
    .hc-header{
        height: 60px;
    }
    .hc-header>div{
        width: 100%;
    }
    .hc-header-move{
        width: 100%;
        
    }
    .hc-header-button {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px;
        box-sizing: border-box;
        display: block;
        color: #333;
        cursor: pointer;

    }
    .hc-header-button>span{
        font-size: 20px;
    }
    .hc-header-right {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .hc-header-date{
        margin-top: 15px;
        padding: 5px;
    }
    .hc-header-left {
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        background-color: #fff;
        z-index: 1100;
    }
    .hc-nav-box a{
        height: 20px;
        /* padding: 10px 0; */
    }
    .hc-nav-box{
        display: block;
    }
    .hide {
        display: none;
    }
    /* .show{
        display: none;
    } */

    .hc-nav-box>li {
        float: top;
    }

    .text {
        overflow-y: scroll;
        height: 280px;
        padding: 12px 12px;
    }
    .floatbox{
        display: none;
    }

}
@media screen and (max-width:1010px){
    /* 轮播图部分移动端样式 */
    .swiper-pox {
        width: 90%;
        display: block;
    }
    
    .swiper-pox>div {
        width: 100%;
    }
    
    .text {
        padding: 12px 12px;
        box-sizing: border-box;
    }
    .metting-trends>div {
        width: 100%;
    }
    .main {
       display: block;
    }
    .main-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .main-right {
        width: 100%;
    }
    .bread-nav {
        left: 0;
        top: -20px;
    }
    .footer{
        display: none;
    }
}
