*{
	padding: 0;
	margin: 0;
	list-style: none;
}
body{
	overflow-x: hidden;
    min-width: 1200px;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 16px;
}
a{
	color: inherit;
	text-decoration: none;	
}
a:hover{
	color: #013dcf !important;
	text-decoration: none;	
}
.left{
	float: left;
}
.right{
	float: right;
}
.w{
	width: 1200px;
	margin: 0 auto;
	/* height: 100%; */
}
.w980{
	width: 980px;
	margin: 0 auto;
	height: 100%;
}
.w788{
	width: 788px;
	margin: 0 auto;
	height: 100%;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}

.text-overflow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
