body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,p,blockquote,th,td{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
ul,li{list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
th{text-align: left;}
td,th,div{word-break:break-all;word-wrap:break-word;}
form{display:inline;}
*{/*outline:none*/}
img{border:0;}
em,cite{ font-style:normal;}
blockquote{quotes: none;}
html{ font-size:12px;}
/*补丁*/
.mt10{margin-top:10px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
/*清除浮动*/
.cc{*zoom:1;}
.cc:after{content:'\20';display:block;height:0;clear:both;visibility: hidden;}
.c{clear:both;font:0px/0px Arial;overflow:hidden;height:0;width:0;}
/*通用样式*/
.b,b{ font-weight:700;}
.w{white-space:nowrap;}
.tal{text-align:left}
.tac{text-align:center}
.tar{text-align:right}
.fr{float:right}
.fl{float:left}
.s1{
	color:#FF0000;
}
body{
	background-color:#dddddc;
}

.wrap{
	width:1002px;
	margin:auto;
	background-color:#FFFFFF;
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.header{
	height:60px;
	background:url(header_bg.jpg) no-repeat;
}

.nav{
	height:30px;
	padding:0px 48px;
	margin:20px 0px;

	_padding:0px 48px;
	_margin:20px 0px;
}
.nav ul{
	background:url(nav_bg.png) no-repeat;
	width:826px;
	padding-left:80px;
	_padding-left:80px;
	/*p-l和w相加=906*/
	float:left;
	font-family:"微软雅黑";
}
.nav ul li{
	height:30px;
	line-height:30px;
	float:left;
	margin-right:10px;
}
.nav ul li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:30px;
	float:left;
	text-align:center;
	font-size:15px;
	padding:0px 10px;
	white-space:nowrap;
}
.nav ul li a:visited{

}
.nav ul li a:active{

}
.nav ul li a:hover{
	background-color:#f8c300;
}
.nav ul li a.current{
	background-color:#f8c300;
	color:#db271c;
}

.content{
	width:906px;
	margin:auto;
}
.content a{
	color:#336699;
	text-decoration:none;
}
.content a:hover{
	color:#336699;
	text-decoration:underline;
}
.content p{
	text-indent:2em;
	margin-bottom:10px;
	font-size:14px;
	line-height:23px;
}
.content h2{
	display:block;
	width:100%;
	height:30px;
	line-height:33px;
	background:url(title_bg.png) left no-repeat;
	border-bottom:3px solid #e77817;
	text-indent:35px;
	font-size:20px;
	color:#FFFFFF;
	margin:30px 0px 10px 0px;
	font-family:"微软雅黑";
}
.content .about{

}
.content .about td{
	border:1px solid #CCCCCC;
	padding:10px;
	font-size:14px;
}

.footer{
	text-align:center;
	line-height:60px;
	color:#666666;
	border-top:1px solid #CCCCCC;
	margin-top:60px;
	background-color:#ececec
}