@charset "utf-8";
/* CSS Document */
/* S 公共库开始  */
html {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
}
html, body {
	height:100%;
	width:100%
}
body {
	font:12px/1.5 arial,\5b8b\4f53,sans-serif;
}
body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, input, textarea, select, canvas, button, dl, dd, dt {
	margin:0;
	padding:0;
	border:0;
}
header, hgroup, nav, section, article, aside, footer {
	display: block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol, li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
-a:link, a:visited {
	text-decoration: none;
} /* 链接颜色 */
/* S 公共库结束  */
body a{outline:none;blr:expression(this.onFocus=this.blur());}
/*清理浮动*/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*字体微软雅黑和宋体*/
.wryh {
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
.st {
	font-family: "\5B8B\4F53";
}
/*图片适应宽100%*/
.img{width: 100%; height: auto;-ms-interpolation-mode: bicubic;}
/*用户不能选中*/
/*body{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}*/


.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tc {
	text-align: center!important;
}

.tl{
	text-align: left!important;
}

.tr {
	text-align: right!important;
}

.fl {
	float: left!important;
}

.fr {
	float: right!important;
}
.rlast{
	margin-right: 0!important;
}
.ffirst{
	margin-left: 0!important;
}

.dc{
	display: block!important;
	margin: 0 auto!important;
}













