@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, pre,
	form, fieldset, legend, button, input, textarea {
	margin: 0;
	padding: 0;
}

body, button, input, select, textarea, font {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
	font-size: 100%;
}

label, input, select {
	vertical-align: middle;
}

address, cite, em {
	font-style: normal;
}

fieldset {
	cursor: pointer;
}

img {
	border: none;
}

* html{
	background-image: url(about:blank);
	background-attachment: fixed
}

ul, ol {
	list-style: none;
}

html {
	max-width: 720px;
	margin: 0px auto;
	overflow-x: hidden;
}

sub {
	vertical-align: text-bottom;
}

sup {
	position: relative;
	top: -1px;
	left: 2px;
	font: 11px/normal tahoma;
	vertical-align: text-top;
}

small {
	font-size: 12px;
}

legend {
	color: #333;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
}
/* color */

/* default color */
a {
	text-decoration: none;
}

ul, li {
	padding: 0;
	margin: 0;
}
/*-------------------------------end: reset */
/*清除浮动*/
.clearfix:before, .clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.air {
	width: 160px;
	display: inline-block;
}

.air_t {
	width: 24px;
	display: inline-block;
}

.air_t1 {
	width: 12px;
	display: inline-block;
}

.air_t3 {
	width: 6px;
	display: inline-block;
}

.air_t5 {
	width: 7px;
	display: inline-block;
}

.air_t4 {
	width: 27px;
	display: inline-block;
}