@charset"utf-8";
/*公共样式*/
html{
	background: #fff !important;
}
body {
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑", "宋体", "Lucida Grande", Arial, Verdana;
	color: #666;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, img, ul, li, a,p, i, em, form, input, label, div, body, html {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-weight: normal;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
	margin: auto;
}
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: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}/*去掉点击链接时的虚线外框*/
a, .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;
}
/* 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;
	display: block;
}
.ellipsis-2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ellipsis-3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.ellipsis-6{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
/*布局*/
.container{
	max-width: 1920px;
	margin: 0 auto;
	background: white;
}
.container_1780{
	max-width: 1780px;
	margin: 0 auto;
}
.container_1200{
	max-width: 1200px;
	margin: 0 auto;
}
.container_1520{
	max-width: 1520px;
	margin: 0 auto;
}
.container_1920{
	background: white;
}