@charset "gb2312";
/* CSS Document */
/***文章页-自适应wap手机端效果代码判断css的关键，以下css是使用于手机端的样式代码**/
@media only screen and (max-width:768px) {
/**手机端所有需要隐藏的容器class全部加在下面**/
.top, #top, #nav, .position {
	display: none;
}
/**手机端所有需要显示的容器宽度都要变成100%**/
.main {
	width: 100% !important;
	margin: 0 auto !important;
}
/**手机端-页头部分全部隐藏，然后替换成手机端专用logo**/
#banner {
	width: 100% !important;
	height: 80px !important;
	border-bottom: #333 solid 2px;
	background: url() no-repeat;
}
/**手机端-文章文调整**/
.wzzw {
	margin: 0 auto;
	padding: 15px 10px;
}
/*手机版页脚高度自适应*/
#footer {
	width: 100% !important;
	height: auto !important;
	line-height: 30px;
}
}
/*内容主体*/
.main {
	width: 1100px;
 *width:1060px;
	padding: 0 20px 20px;
	margin: 20px auto;
	background-color: #fcfcfa;
}
/*当前位置*/
.position {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 13px;
}
.wzzw {
	width: 100%;
	min-height: 400px;
	height: auto !important;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding-bottom: 20px;
}
