html, body, div, span, h1, h2, h3, h4, h5, h6, 
p, a, address, em, font, img, strong, var, b, 
i, dl, dt, dd, ol, ul, li, form, label{
	margin: 0;
	padding: 0;
}
*:focus{
	outline:none;
}
a{
	text-decoration: none;
}
img{
	border: none;
	margin: 0;
}
ul{
	list-style: none;
}
body{
	background: url(../images/dtfc-bg.jpg);
}
.clearfix{
	clear: both;
}
.wrap{
	width: 1070px;
	margin: 0 auto;
}
#header{
	width: 100%;
	height: 353px;
	top:0;
}
#header .wrap{
	width: 100%;
	height: 353px;
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	z-index: 10;	
}
#header .wrap .inner{
	width: 996px;
	height: 353px;
	margin: 0 auto;
	position: relative;
}
#header .red{
	width: 100%;
	height: 50px;
	background-color: #e60012;
}
#header img{
	width: 100%;
}
#header .autoText{
	width: 262px;
	height: 395px;
	background-color: #e60012;
	position: absolute;
	top:0;
	right:0;
	z-index: 2;
}
#header .autoText p{
	font-family: microsoft yahei;
	font-size: 16px;
	color: white;
	line-height: 23px;
}
#header .nav{
	width: 1301px;
	height: 66px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/tdfc-nav-bg.png) no-repeat center;
	z-index: 1;
}
#header .nav li{
	float: left;
	width: 173px;
	height: 66px;
	text-align: center;

}
#header .nav li.curr{
	width: 182px;
	height: 66px;
	text-align: center;
	background: url(../images/tdfc-li-bg.png);
	margin-left: -3px; 		
}
#header .nav li a{
	font-family: microsoft yahei;
	font-size: 14px;
	line-height: 66px;
	color: white;
}
#header .nav li.curr a{
	font-size: 16px;
}
#footer{
	width: 100%;
	height: 108px;
	background-color: #424242;
	float: left;
}
#footer .content{
	width: 720px;
	height: 70px;
	margin: 10px auto;
	padding-top: 25px;
}
#footer .content img{
	float: left;
}
#footer .content .text{
	width: 630px;
	float: left;
	text-align: center;
	font-family: microsoft yahei;
	color:white;
}
#footer .content p{
	font-size: 12px;
}
#footer .content h3{
	font-size: 15px;
}
#footer .content hr{
	width: 615px;
	float: right;
	height: 2px;
	background-color: white;
}