
@charset "utf-8";
/* CSS Document */
/*常用css*/
*{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑";
}
html {
    width: 100%;
    height: 100%;
}
p{margin: 0;padding: 0}
body{
	margin: 0;
	padding: 0;
	height: 100%;
}
ul,li{
	list-style:none;
	list-style-type:none;
	margin: 0;
}
img{
	border:0px;
	width: 100%;
	vertical-align:middle;
}
table,td{
	border-collapse:collapse;
	/*vertical-align:top;*/
}
a,a:hover{
	text-decoration:none!important;
}
i,
em {
	font-style: initial;
	text-decoration: none;
}
h2,
h3,
h4{
	font-weight: normal;
}
.pblod{
	font-weight: bold;
}
strong {
	font-weight: normal;
}
.clearfix:after{
 content:".";
 display:block;
 height:0;
 line-height:0;
 clear:both;
 visibility:hidden;
}
.clearfix{display:inline-block;}
*::-webkit-scrollbar {
	display: none;
}








































