@charset "utf-8";
/* CSS Document */
*{ 
	margin:0; 
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
a{ 
	text-decoration:none; 
	color:#333;
}
a:hover{ 
	color:#4765A1;
}
img{ 
	border:none;
}
ul,li,dl,dt,dd{ 
	list-style:none;
}
h1,h2,h3,h4,h5,h6{ 
	font-family:"黑体";
	font-style: none
}
html,body{
	height:100%;
	width:100%; 
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}
a:active, a:hover{
	outline: 0;
}
li{
	list-style: none;
}
button::-moz-focus-inner, input::-moz-focus-inner{
	padding: 0;
	border: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none;}
.hide{display: none;}
.block{display: block;}
.clear{clear: both;}
input{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
input::-ms-clear{display:none;}
input::-ms-reveal{ display:none;}
/* 兼容的清除浮动 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	display: block;
}


* {
 margin: 0;
 padding: 0;
}
html, body {
 height: 100%;
}
.wrap {
	 width: 100%;
	 min-height: 94%;
	 margin: auto;
}
* html .wrap {
	 height: 100%;
	}
.footer {
 margin: auto;
}