@charset"utf-8";
/*公共样式*/
body {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "Lucida Grande", Arial, Verdana;
	line-height: 150%;
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	min-width: 1200px;
}
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, img, ul, li, a, span, p, i, em, form, input, label, div, body, html {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic/*ie7 解决图片缩放失真问题*/
}
a {
blr:expression(this.onFocus=this.blur());
	outline: none;
	text-decoration: none;
	color: #333;
	background: transparent; /*修正win8系统IE连接灰色背景*/
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a:active {
star:expression(this.onFocus=this.blur());
}/*去掉点击链接时的虚线外框*/
a, :hover, .tingico {
	-webkit-transition: all 0.25s linear 0.01s;
	-moz-transition: all 0.25s linear 0.01s;
	-ms-transition: all 0.25s linear 0.01s;
	-o-transition: all 0.25s linear 0.01s;
	transition: all 0.25s linear 0.01s;
}
/*清楚浮动*/
.clearfix:after {
	content: " ";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
*zoom:1;
}
/* position */
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
/* float */
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
/* white-space */
.nowrap {
	white-space: nowrap;
}
/* word-wrap */
.bk {
	word-wrap: break-word;
}
/*省略号*/
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*页面留白*/
.blank30 {
	height: 30px;
	line-height: 30px;
	clear: both;
	visibility: hidden;
}
/*布局*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
