
.header-inner .navmobile{
    display: none;
}
@media (max-width:1024px) {
    .header-inner > .container{
        padding: 0;
        max-width: 100%;
    }

}
@media (max-width: 768px){
    body,p {
        font-size:14px;
    }

    .header-inner .logobox{
        padding-right:45px;
        background: #fff;
        overflow: hidden;
    }
    .header-inner .logo-default{
        margin: 8px 0;
        display: block;
    }

    #headertop{
        height:2.2rem;
    }
    .header-inner{
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer;
    }
    .header-inner .logobox .float-left {
        width: 95%;
    }
    .header-inner .float-right{
        display: none;
    }
    .header-inner .navmobile{
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999;
        padding: 0.45rem 0.4rem;
        line-height: 1;
        cursor: pointer;
        border: 0;
        background: transparent;
    }
    .header-inner .navmobile:focus{
        outline: 0;
    }

    .header-inner .navmobile .fa{
        font-size:0.5rem;
        color: #384f5c;
    }


    .navmobilebox{
        width: 100%;
        height: 100vh;
        display: none;
    }

    .navbar{
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .navbar .navbar-nav{
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .navbar .navbar-nav .nav-item {
        padding: 0 20px;
    }
    .navbar .navbar-nav .nav-link{
        padding:20px 14px;
        border-bottom: 1px solid #cecece;
        font-weight: bold;
    }

    .navbar .navbar-nav .dropdown-menu{
        left: 0;
        transform: translateX(0);
        border: 0;
        position: relative;
    }

    .navbar .navbar-nav .dropdown-item{
        border:0;
        padding: 10px 15px 0;
        font-size: 14px;
    }
    .navbar .navbar-nav .dropdown-item:last-child{
        padding: 10px 15px;
        border-bottom: 1px solid #cecece;
    }
    .navbar .navbar-nav .dropdown-item:first-child::after{
        border: 0;
    }
    .navmobilebg{
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
        z-index: 99;
    }
    .flickity-viewport .background-image{
        height:4rem!important;
    }
    .carousel .flickity-button.previous, .carousel .flickity-button.previous:hover {
        left: 10px !important;
        opacity:0;
    }
    .carousel .flickity-button.next, .carousel .flickity-button.next:hover {
        right: 10px !important;
        opacity: 0;
    }
    .homebtnBox{
        box-shadow: 0 0 10px 0 rgba(115,115,115,0.5);
        margin: 20px 15px 10px;
        box-sizing: border-box;
        display: inline-flex;
        width: calc(100% - 30px);
        padding: 0 !important;
    }
    .homebtnBox .col-lg-3{
        width: 45%;
        margin: 0 2.5%;
    }
    .homebtnBox .homebtn{
        width: 100%;
        height: auto;
        min-height: 1.8rem;
        display: block;
        cursor: pointer;
        margin: 0 auto;
    }
    .homenewsbox{
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .homenews .new50{
        width: 100%;
    }
    .homenews-left{
        margin-bottom: 50px;
    }
    .homenews .homenews-right{
        margin-bottom: 30px;
    }
    .zhongting{
        margin-top: 0 !important;
    }

    .wxcode{
        width: 60%;
        margin: auto;
    }
    .copyright-text{
        text-align: center;
    }
/*    */
    .n-banner,.n_menu{
        display: none;
    }

    .col-lg-9.p-l-60{
        padding-left: 0 !important;
        padding-right:0;
    }

    .n_content_box .bag{
        padding: 10px 0 20px;
        font-size: 16px;
    }
    .n_content{
        padding-top: 0;
    }
    .n_content .date{
        font-size: 11px;
    }
    .layer-photos-demo img{
        padding: 10px 0;
        width: 49%;
    }
    .sub_con {
        padding: 0 15px;
    }
    .sub_li{
        padding-bottom: 0;
        margin: 20px 0 0;
    }
    .sub_con .col-4{
        padding:0 10px;
        flex: 0 0 50%;
        max-width: 50%;

    }
    .sub_li .kuang {
        width: 100%;
    }
    .sub_li .kuang img{
        min-height: 95px;
    }
    .sub_li .text{
        font-size: 16px;
        padding: 10px 0;
    }
    .sub_li .kuang:before{
        border: 3px solid #1c4896;
        top: -8px;
        left: -8px;
    }
    .sub_con .m_subleft,.sub_con .m_subright{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sub_con .m_subright{
        padding: 0;
        padding-top: 10px;
    }
    .newlist_ul{
        padding-top: 20px;
    }
    .newlist_li{
        font-size: 14px;
    }
    .newlist_li:first-child{
        padding-top: 15px;
    }
    .newlist_li:first-child::before{
        top: 45%;
    }
    .newlist_li .time{
        display: none;
    }

}
