@charset "utf-8";
/* css reset www.admin10000.com */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;}
body { background:#fff; color:#555; font-size:16px; font-family: "微软雅黑"; }
/*------------------------------------------*/
 h3, h4, h5, h6{font-weight:normal; margin:0px;padding:10px 0 20px 0;clear:both; letter-spacing:-1px;}
h1{ font-size:30px;}
h2{ font-size:26px;}
h3{ font-size:22px;}
h4{ font-size:20px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
p{ padding:0 0 10px 0; margin:0px;}
h2.page_title{ font-size:30px;padding:0 0 20px 0;}
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }

img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
/* css common */
.clearfix:after, .clearfix:before {content: ""; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.pull-left{float: left;}
.pull-right{float: right;}

/*底部菜单栏*/
.wx_nav {
				width: 100%;
				background-color: #FFF;
				border-top: #cacaca 1px solid;
				position: fixed;
				z-index: 900;
				bottom: 0;
				left: 0;
				padding: 0;
				height:50px;
				margin: 0;
				padding-top: 4px;
				
			}
			
			.wx_nav li {
				width: 25%;
				float: left;
				margin: 0;
				padding: 0;height: 50px;
			}
			
			.wx_nav a {
				display: block;
				text-align: center;
				position: relative;
				color: #333333;height: 50px;
			}
			
			.wx_nav a img {
				width: 25px;
				height: 25px;
			}
			
			.wx_nav a span {
				
				display: block;
				text-align: center;
				font-size: 12px;
			
				height: 25px;
			}
			
			.wx_nav a .yellow {
				color: #00a8e7
			}
.fl{
	float: left;
}
.fr{
	float: right;
}