@media screen and (max-width: 780px){
	/*body*/
	body{
        width: 100%!important;
        padding-top:55px !important; 
    }
    /*全部动态加id的li*/
    #bar li[name="data_hang"]{
    	margin-left: 0;
    	margin-right: 0;
    }
    #main>div:hover:before{
        display: none;
    }
	/*导航*/
	/*整体，导航整体 边距清0*/
	body #main, #main .am-head,#main .am-head #multi{
		margin:0;
		padding: 0;
	}
	body #main{
        z-index: 9999;
        position: fixed; 
        top: 0;
        width: 100%;
        z-index: 10003;
        height: 55px;
    }
    #main .am-head {
        height: 55px;
        min-height: initial;
        position: static;
        margin-top: 0;

    }
    #multi .tile__list{
        display: none;
    }
    #main .am-head #multi {
        /*position: fixed;*/
        top: 0px;
        height: 55px;
        z-index: inherit;
        width: 100%;
        height: 100% !important;
    }
    #mobnav{
        display: block;
        position: relative;
        z-index: 100;
    }

    /*导航标题*/
    #navTitle{
        display: block;
    }
    /*logo*/
    .logo{
        display: none !important;
    }
    /*幻灯片轮播*/
    /*整体-宽度 边距清0*/
    #bar li[name="parallax"],#bar li[name="fade"],#bar li[name="zoomToggle"],#bar li[name="mini"],#bar li[name="cube"],#bar li[name="flip"],#bar li[name="coverflow"],#bar li[name="scrollbarHide"],#bar li[name="paginationType"],#bar li[name="height"],#bar li[name="direction"],#bar li[name="spaceBetween"],#bar li[name="loopedSlides"],#bar li[name="watchSlidesVisibility"],#bar li[name="slidesPerColumnFill"],#bar li[name="mousewheelInvert"]{
		width: 100%;
		margin:0;
		padding: 0;
	}
	/*图片-宽度 边距清0*/
	#bar li .modules .swiper-container, #bar li .modules .swiper-container .swiper-slide img{
		width: 100%;
		margin:0 auto;
		padding: 0;
	}
	/*左右按钮-隐藏*/
	#bar li .swiper-container .swiper-button-prev, #bar li .swiper-container .swiper-button-next{ display: none;}
    .side_search{
        display: none;
    }
    /*一列排版*/
    #box_button>.content #bar li .lcm-1, #box_button>.content #bar li .lcm-1 .lcm1, #box_button>.content #bar li .lcm-2, #box_button>.content #bar li .lcm-2 .lcm1, #box_button>.content #bar li .lcm-2 .lcm2,#box_button>.content #bar li .lcm-3, #box_button>.content #bar li .lcm-3 .lcm1, #box_button>.content #bar li .lcm-3 .lcm2, #box_button>.content #bar li .lcm-3 .lcm3, #box_button>.content #bar li .lcm-4, #box_button>.content #bar li .lcm-5{
    	width: 100% !important;
    	margin: 0;
    	padding: 0;
    }
    #box_button>.content #bar li .lcm-1>.lcm1{
        margin: 0 auto !important;
    }
    #box_button>.content #bar li .lcm-4 .lcm1, #box_button>.content #bar li .lcm-4 .lcm2, #box_button>.content #bar li .lcm-4 .lcm3, #box_button>.content #bar li .lcm-4 .lcm4, #box_button>.content #bar li .lcm-5 .lcm1, #box_button>.content #bar li .lcm-5 .lcm2, #box_button>.content #bar li .lcm-5 .lcm3, #box_button>.content #bar li .lcm-5 .lcm4, #box_button>.content #bar li .lcm-5 .lcm5{
    	width: 48% !important;
	    margin:1%;
	    padding: 0;
	    display: block;
	    float: left;
    }
    #box_button .side{
        display: block;
    }
    #mobile_top_banner_sign{
        display: block;
    }
    .swiper-container{
		width: 100%;
	}
	
	.content_area{
    	box-sizing:border-box;
	}
    /*快捷导航*/
    .qnavitor{
        display: none !important;
    }
	/*地图*/
	.map_box{
		width: 96%;
		margin: 0 auto;
		padding: 0;
	}
	/*底部*/
	.am-foot{
		width: 100%;
		margin: 0;
		padding: 0;
		min-height: 40px;
	}
	.foot_inner{
		min-height: 40px;
	}
	.am-foot .foot_inner .footercolumn, .am-foot .foot_inner .foot_padding, .am-foot .foot_inner .foot, .am-foot .foot_inner .foot_bottom li{
	    display: none;
		margin: 0; 
		padding: 0;
	}
    #mobilefoothtml{
        display: block;
    }
	.foot_bottom li:first-child{
		text-align: center;
		width: 100%;
		display: block !important;
		line-height: 30px;
		padding: 5px 0;
	}

}
/* 产品展示响应式默认样式 */

/*在780 和991 像素之间的屏幕里，小屏幕，主要是PAD和大屏手机*/
@media (min-width: 780px) and (max-width: 991px) {

    /* 产品 */

    #box_button #number #bar .product_style .modules .content_area{
        width: 96%;
        margin: 10px auto;
        padding: 0; 

    }
    #box_button #number #bar .product_style .modules .content_area>div{
        width: 96%;
        margin: 10px  auto;
        border:none;
        box-sizing:border-box;
    }
    #box_button #number #bar .product_style .modules .content_area>div a img{
        /*width: 100%;*/
            /*height: 300px;*/
                max-height: 100%;
    }

    /* 文章 */


    #box_button #number #bar .article_style .modules .content_area{
        width: 96%;
        margin: 10px auto;

    }
    #box_button #number #bar .article_style .modules .content_area .artical_imgWidth{
    	width: 100%;
    	margin: 1% auto;
        height: auto;
    	padding: 0;
    }
    #box_button #number #bar .article_style .modules .content_area .style2_text{
    	width: 100%;
    	margin: 1% 0;
    	padding: 0;
    }
    #box_button #number #bar .article_style .modules .content_area>.style1_container, #box_button #number #bar .article_style .modules .content_area>.style2_container{
        width: 100%;
        margin: 0 auto;
        padding: 0; 
    }
    #box_button #number #bar .article_style .modules .content_area>.style1_container .style1_img a img{
        width: 100%;
    }

}

/*在320 和870 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 320px) and (max-width: 780px){
/* 文章 */
.style6_text{
    width: 67%;
    float: right;
}
.article_style .content_area p{
    width: 100%;
    overflow: hidden;
}
.article_style .artical_txt_font{
    width: 100%;
    display: block
}

    /* 产品 */
    #box_button #number #bar .product_style .modules .content_area{
        width: 96%;
        margin: 10px auto;
    }

    #box_button #number #bar .product_style .modules .content_area>div{
        width: 48%;
        margin: 0 1%;
        padding: 0; 
    }
    #box_button #number #bar .product_style .modules .content_area>div a img{
        width: 100%;
        /* max-height: 200px; */
    }

    .pro2{
        width: 98% !important;
        margin: 10px 1% !important;
        max-height: 256px;
    }
    /* 文章 */
    #box_button #number #bar .article_style .modules .content_area{
        width: 96%;
        margin: 10px auto;
    }
	#box_button #number #bar .article_style .modules .content_area .artical_imgWidth{
    	width: 100%;
        margin: 1% auto;
        height: auto;
        padding: 0;
    }
    #box_button #number #bar .article_style .modules .content_area .style2_text{
    	width: 100%;
    	margin: 1% 0;
    	padding: 0;
    }
    #box_button #number #bar .article_style .modules .content_area>.style1_container, #box_button #number #bar .article_style .modules .content_area>.style2_container{
        width: 48%;
        margin: 0 1%;
        padding: 0; 
        
    }
    #box_button #number #bar .article_style .modules .content_area>.style1_container .style1_img a img{
        width: 100%;
    }
    .magic_style .magic_img1,.magic_style .magic_img2,.magic_style .magic_img3,.magic_style .magic_img4,.magic_style .magic_img5,.magic_style .magic_img6,.magic_style .magic_img7,.magic_style .magic_img8,.magic_style .magic_img9,.magic_style .magic_img10,.magic_style .magic_img11,.magic_style .magic_img12,.magic_style .magic_img13{
        height:auto;
    }
    .head_top{
        display: none !important;
    }
}


@media screen and (min-width:1200px) {
    /*.procont{ max-width: 1200px !important; }*/
}