﻿@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------公共元素*/
body {
	margin: auto;
	overflow-x: hidden;
	font-family: '微软雅黑';
}
a{
	text-decoration: none;	
	outline: none;
}
p,ul,li,h1,h2,h3{
	margin:0px;
	padding: 0px;
	color: #000;
	font-weight:normal;
}
ul,li{
	list-style:inside none;
}

/*-----------------------------------------------------公共class*/
.container {
	width: 1000px;
	margin: 0 auto;
}
/*超出字符使用省略号 */
.textEllipsis{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*li超出边框是使用*/
.marr0{
	margin-right:0 !important;
}
.marr3{
	margin-bottom:0 !important;
}


/*高度*/
.clearfix:after{
	clear:both;
	display:block;
	visibility:hidden;
	height:0;
	line-height:0;
	content:''; 
}
.clearfix{
	zoom:1;
}