/*
 * 2015-12-20 
 * zhangfu
 */

html {
	
}
 *{
 	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	outline: none;
 	-webkit-tap-highlight-color: transparent;
 	-webkit-tap-highlight-color: transparent;
 }
body,
ul,
ol,
dl,
dd,
dir,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
hr,
figure {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}
 body{
 	font-family: "微软雅黑";
 	font-size: 14px;
 	color: #333;
	-webkit-text-size-adjust: none; /*关闭字体大小自动调节功能*/
 	-webkit-overflow-scrolling: touch;/*允许有独立的滚动区和触摸回弹*/
 }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
/*
		 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
		 */

audio,
canvas,
video {
	display: inline-block;
}
/*
		 * Prevents modern browsers from displaying 'audio' without controls
		 */

audio:not([controls]) {
	display: none;
	height: 0;
}
/*
		 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
		 * Known issue: no IE6 support
		 */

[hidden] {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active,a:hover{
	outline: 0;/**轮廓**/
}
ul{
	list-style: none;
	min-height: 0;
}
.padded_10{
	margin: 10px;
}
.padded_20{
	margin: 20px;
}
.mBot_10{
	margin-bottom: 10px;
}
.mTop_10{
	margin-top: 10px;
}
.inline{
	display: inline-block;
}
.block{
	display: block !important;
}
.none{
	display: none !important;
}
.table{
	display: table;
}
.visible{
	visibility: visible !important;
}
.ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.text-center{
	text-align: center !important;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.text-justify{
	text-align: justify !important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/**清除浮动**/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
	zoom: 1;
}
h1, .h1{
	font-size: 36px;
}
h2, .h2{
	font-size: 30px;
}
h3, .h3{
	font-size: 24px;
}
h4, .h4{
	font-size: 18px;
}
h5, .h5{
	font-size: 14px;
}
h6, .h6{
	font-size: 12px;
}
.subtitle{
	font-size: 14px;
}
