html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
}

input,
select,
button,
textarea {
	font-size: 100%;
	font-family: inherit;
	outline: none;
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}

/* a:hover {
	text-decoration: underline;
	color: #fa5801;
} */

table {
	border-spacing: 0;
	border-collapse: collapse;
}

small,
.small {
	font-size: 12px;
}

body {
	width: 100%;
	min-width: 1340px;
}
big,
.big {
	font-size: 18px;
}

.b {
	font-weight: bold;
}

:focus {
	outline: 0;
}

/*transition*/
.trans-none,
.trans-none ul {
	-webkit-transition: none;
	transition: none;
}

.trans-add,
.trans-add ul {
	-webkit-transition: .5s;
	transition: .5s;
}

/* common */
.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
	/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	font-size: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.posr {
    position: relative;
}
.posa {
    position: absolute;
}
.mt30 {
	margin-top: 30px;
}
.mt55 {
	margin-top: 55px;
}
.mt60 {
	margin-top: 60px;
}
.mt88 {
	margin-top: 88px;
}
.mb66 {
	margin-bottom: 66px;
}
.mb30 {
	margin-bottom: 30px;
}
.pt55 {
	padding-top: 55px;
}
.w {
	width: 1200px;
	margin: 0 auto;
}
.dn {
	display: none;
}
.opc0 {
	opacity:0;
	filter:alpha(opacity=0);
}
.z99 {
	z-index: 79;
}
.w1280 {
	width: 1280px;
	margin: 0 auto;
}
.aline {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lines2 {
	display:-webkit-box;
	word-break:break-all;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.lines3 {
	display:-webkit-box;
	word-break:break-all;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.mb30 {
	margin-bottom: 30px;
}