/*互动交流，兼容移动端*/
@media screen and (max-width: 768px){
    html,body{
        width: 100% !important;
        min-width: 0 !important;
        /*height: 3200px !important;*/
        color: #0c0300;
        margin-left: 0 !important;
    }
    html {
        overflow-y: scroll;
    }
    :root {
        overflow-y: auto;
        overflow-x: hidden;
    }
    :root body {
        position: absolute;
    }
    body {
        width: 100vw;
        overflow-x: hidden;
    }
    .bodyHide{
        overflow: hidden;
    }
    .thisimg_home{
        width: 100%;
    }
    .main_header .header_content{
        width: 100%;
        top:0;
    }
    .header_bg{
        height: 180px!important;
    }
    .margin_right20{
        margin-right:0;
    }
    .header_content>img{
        width: 240px !important;
        top: 0!important;
    }
    .search{
        width: 100%;
        text-align: initial!important;
        top: 72px;
        left: 0px;
        z-index: 999;
    }
    .search_input{
        width: 30rem !important;
    }
    .search>.search_term{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    #znwzatv{
        margin-right: 0!important;
    }
    .search_btn{
        float: initial!important;
    }
    .search_content{
        text-align: center!important;
    }
    .nav_container{
        width: 100% !important;
    }
    .header_nav .nav_container ul .nav_item1{
        border: none;
    }
    .header_nav .nav_container ul .nav_item{
        display: initial !important;
    }
    .header_nav .nav_container ul .nav_item span{
        display: none;
    }
    .nav{
        display: none;
    }
    /*导航*/
    .togglemenu{
        background: #d03930;
        float: left;
        display: inline-block !important;
        width: 20px;
        height: 20px;
        margin-top: 5px;
        margin-left: 10px;
        z-index: 99;
    }
    .m-nav-mark{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 999999;
        color: #fff;
        padding: 10px;
        text-align: center;
        transition: left 1s ease-in-out; /* 动画效果 */
        padding: 0;
        margin: 0;
        overflow-y: hidden !important;
        display: block!important;
    }
    .m-nav-content{
        width: 100%;
        height: 100%;
        display: flex;
    }
    .m-nav{
        width: 40%;
        height: 100%;
        background: #ffffff;
    }
    .m-mark{
        width: 60%;
        height: 100%;
        background: #c2c2c2;
        opacity: 0.8;
    }
    .m-title{
        position: relative;
        color: #0b0b0b;
        padding-top: 20px;
    }
    .close-mark{
        position: absolute;
        top: 0;
        right: 0;
    }
    .nav_item{
        line-height: 40px;
    }
    /*底部模版*/
    .footer{
        min-width: 0 !important;
    }
    .main_footer,.footer_content,.footer{
        width: 100% !important;
    }
    .main_footer .footer_content{
        font-size: 12px!important;
    }
    .main_footer .footer_content p{
        height: 27px;
        line-height: 14px;
    }
    /*主体部分*/
    .main_body{
        width: 100%;
    }
    .main_body .body_part_left{
        width: 100% !important;
    }
    .main_body .body_part_right{
        width: 100% !important;
    }
}
