@charset "utf-8";
/*
	.class
	#id
	*all
	tagName
*/


* {
    margin: 0;
    padding: 0;
}


html {
    height: 100%;
    margin:0;
}

body {
	height: 100%;
	margin:0;
	font-size:100%;
}

.nav_item {
	color: #EEEEEE;
}

.left{ float:left;}
.right{ float:right;}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clear{ clear:both;}


.head{
	color: #EEEEEE;
	background-color: #2d2d2d;	
	-moz-background-size:100% 100%;
	background-size:100% 100%;
}

.foot {
	height: 40px;
	line-height: 40px;
	color: #EEEEEE;
	background-color: #2d2d2d;
	margin-top: 40px;
}

.desc_label {
	font-family: "黑体";
	font-size: 28px;
	color: #005CBF;
}
.desc_detail {
	font-family: "微软雅黑";
	font-size: 16px;
}

.t_disp {
	width: 1580px;
	text-align: center;
}
