@charset"utf-8";
/*公共样式*/
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, span, 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;
}
div {
	display: block
}
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;
}
/* position */
.por {
	position: relative;
}
.abs {
	position: absolute;
}
/* float */
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
/*省略号*/
.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-4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.ellipsis-5{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.ellipsis-6{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

/* 布局 */
.container{
	margin: 0 auto;
	max-width: 1920px;
	background-color: white;
}

.container_1440{
	max-width: 1440px;
	padding: 0 15px;
	background-color: white;
	margin: 0 auto;
}

.container_1520{
	width: 94%;
	margin: 0 auto;

}