.pc-hide{
	display: none;
}
.m-hide{
	display: block;	
}
@media only screen and (max-width:1023px ) {
	.m-hide{
		display: none;	
	}
	.pc-hide{
		display: block;
	}
	
	#active .center_body,.banner_body,.banner-swiper-container,#active .center_btn{
		width: 100%;
	}
	#active .center{
		width: 96%;
	}
	#active .center_body li{
		height: 360px;
	}
	#list{
		padding: 0 2.5%;
		width: 95%;
	}
	#list .page li{
		display: inline-block;
		float: inherit;
	}
	#list .page{
		width: 100%;
		text-align: center;
	}
	#report .center_body{
		width: 95%;
		overflow: hidden;
	}
	#report .center_body li{
		width: 48%;
	}
	#report .center_img{
		width: 40%;
	}
	#report .center_txt{
		width: 58%;
	}
	#report .center_txt span{
		padding-top: 10px;
	}
	#report .center_btn,#list .cont_txt,#list .titlem,#list .news_title{
		width: 100%;
	}
	#organization .title,#organization .titleTab .conts .conts_ul li,#question .center li{
		width: 100%;
		/*box-sizing: border-box;*/
	}
	#organization .titleTab .conts .conts_ul{
		margin-right: 5%;
	}
	#organization .titleTab .conts .conts_ul li p{
		padding: 0;line-height: 26px;
	}
	#organization .titleTab{
		width: 95%;
	}
	#organization .titleTab .conts .conts_ul li{
		width: 89%;
	}
	.lxwm_body{
		width: 100%;
	}
	.floatRight{
		position: fixed;
		width: 40px;
		height: 200px;
		right: 10px;
		top: 00%;
		z-index: 1000;
		
	}
	.floatRight div{
		width: 40px;
		height: 40px;
		border: 1px solid #CCCCCC;
		border-radius: 4px;
		text-align: center;
		line-height: 40px;
		margin-bottom: 5px;
		background: #FFFFFF;
	}
	.floatRight div img{
		width: 50%;
	}
	
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
	.center_span1{
		position: inherit;
	}
	#list .content p{
		text-indent: 0;
	}
	#list .content p img{
		max-width: 100%;
	}
	.titles{
		width: 100%;
		line-height: inherit;
    	margin: 20px 0;
	}
	#list .cont_txt p{
		padding-top: 0;
	}
	#list .center,#list .title,#list .content{
		width: 100%;
	}
	#list .center li .center_img{
		width: 40%;
	}
		#list .center li .center_img img{
			width: 100%!important;
			height: auto!important;
		}
	#list .center li .center_txt .center_span img{
		margin-top: 2px;
	}
	#list .center li .center_txt{
		width: 55%;
		margin-left: 5%;
	}
	.nav1{
		width: 100%;
		height: 30px;
		line-height: 30px;
		background: #9a0000;

	}
	.nav1 a.on{
		background: #ba0000;
	}
	.banner-swiper-container,.banner{
		height: 230px;
	}
	#active .center_body li{
		width: 100%;
		margin-right: 0;
	}
	#report .center_body li{
		width: 100%;
	}
	#report .center_txt span{
		padding-top: 25px;
	}
	#organization .titleTab .conts .conts_ul{
		width: 100%;
		margin-right: 0;
	}
	#organization .titleTab .conts .conts_ul li{
		width: 94%;
		text-align: center;
	}
	#organization .titleTab .conts .conts_ul li:first-of-type{
		margin-top: 70px;
	}
	.fixed{
		top: 0%;
		right: -100%;
		margin-right: 0;
		transition: all 0.5s;
	}
	.fixed.on{
		right: 50%;
		margin-right: -102.5px;
		transition: all 0.5s;
	}
	.mnav{
		position: fixed;
    top: 0%;
    left: -100%;
    width: 70%;
    background: #ba0000;
  
    z-index: 10;	
    transition: all 0.5s;
	}
	.mnav.on{
		left: 15%;
		transition: all 0.5s;
	}
	.mnav a{
		color: #FFFFFF;
		display: block;
		width: 100%;
		line-height: 40px;
		font-size: 18px;
		text-align: center;
	}
	.nav_body{
		width: 100%;
	}
	.nav_body li{
		width: 80%;
    clear: both;
    margin-left: 10%;
    border-bottom: 1px solid;
	}
	#question .center li a{
		font-size: 16px;
		padding-left: 5%;
		width: 90%;
	}
	#question .center{
		width: 100%;
	}
	#question .center li{
		padding: 10px 0;
		height: auto;
	}
	#question .center li a{
		line-height: normal;
	}
	.lxwm_body_li,.lxwm_body_phone_img{
		width: 100%;
	}
	.lxwm_body_li p{
		line-height: 23px;
		margin-bottom: 10px;
	}
	.lxwm_body_phone_img img{
		margin-top: 4px;
	}
	#active .center_body li{
		height: auto;
		padding-bottom: 15px;
	}
	#active .center_img{
		height: auto;
	}
}
@media only screen and (min-width: 100px) and (max-width: 450px) {
	#list .center li{
		overflow: hidden;
		height: auto; 
	}
	#list .center li .center_txt .center_span{
		overflow: hidden;
		height: auto;
		padding: 0;
	}
	#list .center li .center_txt .center_span span{
		display: block;
		width: 94%;
		float: right;
		padding-left: 0;
	}
	#list .center li .center_txt{
		height: auto;
	    width: 100%;
	    margin-left: 0;
	}
	#list .center li .center_img{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	#organization{
		width: 100%;
	}
	.center_span1{
		position: inherit;
	}
	
}
@media only screen  and (max-width: 375px) {
	.banner-swiper-container, .banner{
		height: 180px;
	}
}
@media only screen  and (max-width: 320px) {
	.banner-swiper-container, .banner{
		height: 160px;
	}
}






