html{ height:100%;}

body {
	font-family:"Microsoft YaHei";
	height:100%;
	font-size:14px;
	background-color:#f8f8f8;
	margin:0px; padding:0px;
	 }
.css {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	color:#333;
    /*-webkit-appearance: none;*/
    border-radius: 0;
    word-wrap: break-word;
	outline: none;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul, li {
	list-style: none
}

h1, h2, h3, h4, h5, h6 {
}
pre {
overflow:hidden;
white-space: pre-wrap;
word-break:break-all;
}
a{ color:#333; text-decoration:none; outline:none;}
a:hover{ color:#354B84; text-decoration:none;-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in; }
a:active{text-decoration: none;}
a:visited{ text-decoration: none;}
.clearfix{clear:both;margin: 0;padding:0;}
strong{ font-weight:bold;}

.l{float:left;}
.r{float:right;}




