
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #444;
	font-family: "微软雅黑", "Microsoft YaHei";
	font-size: 14px;
	text-align: left;
}
ol, ul, li, dl, dt, dd {
	list-style: none;
}
h1, h2, h3, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
}
p, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.Pr {
	position: relative;
}
.Pa {
	position: absolute;
}
button {
	cursor: pointer;
}
button:hover {
	color: #0f75bc;
}
/*去除Chrome等浏览器文本框默认发光边框*/
/* 去除 ie6 & ie7 焦点点状线 */
a:focus, *:focus {
	outline: none;
}
/*禁止拖动大小*/
textarea {
	resize: none
}
/* 去掉 table cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ie bug：th 不继承 text-align */
th {
	text-align: inherit;
}
/* ie6 7 8(q) bug 显示为行内表现 */
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border: none;
	font-variant: normal;
}
body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
.clear {
	clear: both;
}
.dis {
	display: block;
}
.undis {
	display: none;
}
input:focus, textarea:focus {
	outline: none;
}
input, textarea {
	font-family: "microsoft yahei";
}
/*fontSize*/
.ft12 {
	font-size: 12px;
}
.ft14 {
	font-size: 14px;
}
.ft16 {
	font-size: 16px;
}
.ft18 {
	font-size: 18px;
}
.ft20 {
	font-size: 20px;
}
.ft22 {
	font-size: 22px;
}
.footer_l span{ padding:0 10px 0 0}
.footer_l span a{ color:#cacaca}