/**
*	duwei style base
*/
body,p,ul,li,dl,dt,dd,h1,h2,h3{
	margin:0px;
	padding:0px;
}
ul,li{
	list-style:none;
}
a{
	text-decoration:none;
}
a img{
	border:none;
}
input,select{
	font-size:100%;
	border:none;
}
body,h1,h2,h3{
	font-family: '微软雅黑', Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
}
body{
	font-size:12px;
}
a{
	transition: color .5s;
	-moz-transition: color .5s;	/* Firefox 4 */
	-webkit-transition: color .5s;	/* Safari 和 Chrome */
	-o-transition: color .5s;	/* Opera */
}

/*---------------- header -----------------*/
#header,#duwei-content,#footer{
	width:980px;
	margin:0 auto;
	position:relative;
}
#header{
	height:80px;
	padding:10px 0px;
}
#header .logo{
	display:block;	
}
#header .nav{
	position:absolute;
	right:40px;
	bottom:20px;	
}
#header .nav a{
	font-size: 15.5px;
	line-height: 20px;
	font-weight: bold;
	color: #5e5d5c;	
	margin:0px 0px 0px 20px;	
}
#header .nav a:hover{
	color:#fa7a20;
}
#header .nav a.unenable,
#header .nav a.unenable:hover{
	color:#999;
}
#header .nav a.current{
	color:#fa7a20;
}
#header .callme{
	position:absolute;
	top:10px;
	right:40px;
	color:#666;
}
#header .callme span{
	margin-left:30px;
}

#duwei-content{
	border-bottom:2px solid #fa7a20;
	border-top:2px solid #fa7a20;
	min-height:500px;
}
.content-head{
	position:relative;
}
.content-head .content-title{
	font-size:28px;
	color:#004B97;
	padding:20px;
}
#footer{
	padding:10px 0px;
	color:#999;
	background:url(/images/footer_copy_img.png) no-repeat 700px 50%;
}
#footer .copyright{
	padding:20px 0px 20px 0px;
}
#footer .copyright span{
	margin-right:10px;
}
.cfl:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}