﻿
html {background: #FFF;color: #333;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, form, input, textarea, p {
	margin: 0;padding: 0;}
img {border: 0;display: block;}
ol, ul, li {list-style: none;}
q:before, q:after {	content: '';}
abbr, acronym {	border: 0;	font-variant: normal;}
sup {vertical-align: text-top;}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color: #000;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent; outline: none;
}

/*******CSS reset*************/
body {
	color: #333;
	font-size: 14px;
	font-family: 'Microsoft YaHei', SimHei, SimYou, SimSun, Arial;
}
.fw {
	font-weight: bold;
}
.fl{
	float: left;
}
.fr {
	float: right;
}
.t_r {
	text-align: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.hide {
	display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; }
.clearfix{*zoom:1;}