@charset "utf-8";
/* CSS Document */
*{
	margin:auto;
	padding:0px 0px;
	font-size:14px;
	color:#666666;}
a,ul,li,dd,dt.dl.span,em{
	margin:0px auto;
	padding:0px;}
a,a:hover{
	text-decoration:none;
	color:#666666;}
a:hover{
	color:#c70000;
	}
.left{
	float:left}
.right{
	float:right;}
.clear{
	clear:both;}
.v{
	vertical-align:middle}
.text-center{
	text-align:center;}
.di{
	display:inline-block;}
body{
	max-width:1920px;
	min-width:1200px;
	background:#f9f5ed;
	font-family:"微软雅黑";
	line-height:30px;}
.main-w{
	width:100%;
	}
.min-w{
	width:1200px;}
.text-overflow{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	}
.footer{
	background:#747474;
	height:150px;
	padding-top:30px;
	}
.footer dd{
	color:#fff;
	line-height:40px;
}
.footer dd a{
	color:#fff;
	padding:0px 15px;
	border-right:1px solid #fff;}
