
@media (max-width: 750px){
	body{
		padding-bottom: 0;
	}
    .layout{
        width: 100%;
    }
    #headbar{
        display: none;
        min-width: 100%;
    }
    #headnav{
        display: none;
        min-width: 100%;
    }
    #headnav .head_logo{
        width: 100%;
    }
    .headnav .head_logo .logo_title{
        width: 100%;
        text-align: center;
    }
    .headnav .head_logo .logo_img{
        display: none;
    }
    #headnav  .headnav_right{
        display: none;
    }
    .container_wrap{
        min-width: 100%; 
        padding-top: 0px;   
        padding-bottom: 0;
    }
    #banner{
        display: none;
        min-width: 100%;
        height: 160px;
    }
    #banner .banner_list{
        min-width: 100%;
        height: auto;
    }
    
    #banner .banner_list .item{
        height: auto;
    }
    #banner .banner_list .item img{
        width: 100%;
        height: auto;
    }
    
    .Crumbs{
    	display:none;
    }
    .main_content .main_img{
    	height: auto;
    }
    .main_content .main_img img{
    	height: 100%;
    }
    .main_content{
    	width: 100%;
    	flex-direction: column;    
    box-sizing: border-box;
    }
    
    .main_content .main_body{
    	flex-direction: column;
    	padding: 0;
    }
   .main_content .main_body .main_head{
   	margin-top: 20px;
   	margin-bottom: 20px;
   }
   
   .main_content .main_body .list{
   	
   	flex-direction: column;
   	padding: 0 12px;
   }
   .main_content .main_body .list p{
   	flex-direction: column;
   	word-break: break-all;
   	width: 100%;
   }
    .main_content .main_body .list p img{
   	width: 100% !important;
   	height: auto !important;
   }
    .side_content{
    	display: none;
    }
    .footer{
        display: none;
    }
}
