@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%; /*修正手持设备字体变化*/
	min-width: 1200px;
}
* {
	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;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic/*ie7 解决图片缩放失真问题*/
}
a {
blr:expression(this.onFocus=this.blur());
	outline: none;
	text-decoration: none;
	color: #666;
	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 {
	display: block;
	content: " ";
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
*zoom:1;
}
/* 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{
	max-width: 1200px;
	margin: 0 auto;
}

.con916{
	width: 916px;
	float: right;
}

.comTitle2{
	border-bottom: 1px solid #ccc;
	line-height: 36px;
	margin-bottom: 30px;
}

.comTitle2 .fl img{
	display: inline-block;
	margin-top: -20px;
}

.comTitle2 .fl h1{
	display: inline-block;
	color: #db261b;
	margin-left: 18px;
}

.comTitle2 .fr span{
	color: #999;
}

.comTitle2 .fr a{
	color: #999;
}

.comTitle2 .fr a:hover{
	text-decoration: underline;
	color: #db261b;
}

.about .info p{
	font-size: 18px;
	text-indent: 2em;
	line-height: 36px;
	padding: 0 20px;
	margin-bottom: 50px;
}

.about .info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}