@charset "utf-8";
.m_header,.m_footer,#focus,.type_three{
	display:none;
}
@media screen and (max-width:768px){
	*{
		padding:0;
		margin:0;
		font-family:'Î¢ÈíÑÅºÚ';
	}
	.m_header,.m_node,.module1,.module2,.module3,iframe,.type_three{
		display:block;
		margin-bottom:0.05rem;
	}
	.m_header>a{
		display:block;
		width:3.2rem;
		height:0.45rem;
		background:#72a200;
		margin:auto;
	}
	.m_header>a img{
		display:block;
		height:0.45rem;
	}
	.m_header>ul{
		width:3.2rem;
		height:auto;
		position:relative;
        display:flex;
        overflow:hidden;
        flex-wrap:wrap;
        justify-content:space-between;
        margin:auto;
	}
	.m_header>ul li{
        width:0.75rem;
        text-align: center;
        height:0.3rem;
        line-height:0.3rem;

    }
    .m_header>ul li:first-child a{
        color:#72a200;
    }
	.m_header>ul li a{
	    color:#737373;
	    text-decoration:none;
	}
	#mtext{
		display:none;
	}
   

	#focus{ 
		display:block;
		overflow:hidden;
		width:2.96rem;
		margin:auto;
		height:1.5rem;
	}
	#focus ul{ float:left;}
	#focus li{ width:100%; float:left;}
	#focus li img{ width:100%;height:1.5rem;}



	div.footer{
		display: none;
	}
	.m_footer{
		width:3.2rem;
		height:auto;
		display: block;
		margin:0.1rem auto 0 auto;
	}
	.m_footer p{
		font-size:14px;
		text-align:center;
		line-height:2;
		color:#999;
		cursor:default;
	}
	.m_footer p a{
		color:#999;
		text-decoration:none;
	}
}
@media screen and (min-width:320px) and (max-width:349px) {
	.m_header>ul li a{
	    font-size:14px;
	}
	.m_footer p a,.m_footer p{
		font-size:12px;
	}
}
@media screen and (min-width:350px){
	.m_header>ul li a{
	    font-size:16px;
	}
	.m_footer p a,.m_footer p{
		font-size:14px;
	}
}