.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer{
	width: 100%; 
	color: #fff;
	font-size: 12px;
	background-color: #3c69b2;
}

.ft_inner{
	width: 960px;
	margin: 0 auto;
}

.jubao_box{
	width: 100%;
	padding-top:20px;
}
.jubao_box li{
	float:left;
	width:25%;
	text-align:center;
}
.ft_box{
	width: 100%;
	padding-top: 8px;
}
.ft_item{
	width: 25%;
	min-height: 135px;
	float: left;
}

.ft_item li{
	padding-top: 8px;
	line-height: 20px;
}
.ft_item li a{
	display: inline-block;
}
.ft_item li img{
	vertical-align: middle;
}
.copyright{
	width: 100%;
	padding-top: 8px;
	text-align: center;
}
.copyright p{
	line-height: 25px;
}
.police_box{
	width: 100%;
	padding-top: 8px;
	text-align: center;
}
.police_box a{
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
}



.m-hd{
	display: none;
	width: 100%;height: 50px;
	background-color: #fff;
	box-shadow: 1px 1px 2px #ccc;
	position: fixed;
	top: 0;left: 0;
	z-index: 999;
}
.m-hd .m-logo{
	float: left;
}
.m-hd .m-logo{
	height: 30px;
	padding: 10px;
}
.m-hd .m-logo img{
	height: 100%;
}
.m-hd .m-trigger{
	float: right;
	padding: 23px 10px;
}
.m-trigger span,
.m-trigger span:before,
.m-trigger span:after{
	display: block;
	width: 24px;height: 3px;
	background-color: #3c69b2;
}
.m-trigger span{
	position: relative;
}
.m-trigger span:before,
.m-trigger span:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
}
.m-trigger span:before{
	margin-top: -8px;
}
.m-trigger span:after{
	margin-top: 8px;
}

.m-trigger-t span{
	position: relative;
	display: block;
	width: 24px;height: 0;
}
.m-trigger-t span:before,
.m-trigger-t span:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0;
}
.m-trigger-t span:before{
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.m-trigger-t span:after{
	transform:rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.m-nav{
	display: none;
	width: 100%;
	padding: 10px 0 30px;
	box-shadow: 1px 2px 2px 2px #ccc;
	position: absolute;
	top: 50px; left: 0;
	background-color: #fff;

}
.m-nav ul{
	padding: 0 15px;
}
.m-nav li{
	padding: 7px;
	border-bottom: 1px solid rgba(99,99,99,.1);
	position: relative;
}
.m-nav li:last-child{
	border-bottom: 0px solid rgba(99,99,99,.1);
}
.m-nav li a{
	display: block;
}
.m-nav .sub{
	display: none;
}
.m-nav .has-ul:after{
	font-family: 'myicon';
	content: '\f107';
	color: #3c69b2;
	position: absolute;
	right: 7px;top: 7px;
	font-size: 18px;
}
.m-nav .open:after{
	transform:rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
/****************************************************底部*****************************************/
.m-ft{
	width: 100%;
	background-color: #3c69b2;
	text-align: center;
	color: #fff;
	font-size: 12px;
	display: none;
}

.m-ft .copyright{
	padding: 15px;
}
/****************************************************内页*****************************************/

@media screen and (max-width: 959px) {

	#header,.header_top,#footer,.Side,#view_article_bbs,#commentTable,#tag,.wztitle{
		display: none;
	}
	.m-hd,.m-ft{
		display: block;
	}
	.wrap{
		width: 100%;
	}
	.MainDivTable .Main{
		width: 100%;
	}
	.content_word img{
		width: 100%!important;
		height: auto!important;
	}
	.jubao_box li{
	width:100%;}
}

@media screen and (max-width: 480px) {
	
}