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:290px;
	background:url(header_bg.jpg) no-repeat;
}
.header h1{
	display:none;
}
.header a{
	height:30px;
	width:240px;
	display:block;
	overflow:hidden;
	text-indent:-2000px;
	padding-top:190px;
}

.nav{
	height:30px;
	padding:0px 48px;
	margin:20px 0px;

	_padding:0px 24px;
	_margin:10px 0px;
}
.nav ul{
	background:url(nav_bg.png) no-repeat;
	width:866px;
	padding-left:40px;
	_padding-left:40px;
	/*p-l和w相加=906*/
	float:left;
	font-family:"微软雅黑";
}
.nav ul li{
	height:30px;
	line-height:30px;
	float:left;
	margin-right:20px;
}
.nav ul li.hot{
	position:relative;
}
.nav ul li.hot em{
	position:absolute;
	top:-15px;
	right:0px;
	display:block;
	width:21px;
	height:21px;
	overflow: hidden;
	background:url(hot.gif) no-repeat;
	text-indent:-2000px;
}
.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 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 dl{
	float:left;
	width:210px;
	height:175px;
	margin:0px 7px;
	_margin:0px 3px;
	border:1px solid #ececec;
	margin-bottom:10px;
}
.content dl dt{
	height:50px;
	line-height:50px;
	width:190px;
	padding:0px 10px 0px 10px;
	_padding:0px 5px 0px 5px;
	float:left;
	color:#da251d;
	font-size:16px;
	font-weight:700;
	border-bottom:1px solid #ececec;
	overflow:hidden;
}
.content dl dt em{
	color:#000;
	font-size:14px;
	margin-left:10px;
	_margin-left:10px;
}
.content dl dd{
	height:106px;
	width:190px;
	padding:7px 10px 7px 10px;
	_padding:3px 5px 3px 5px;
	float:left;
}
.content th{
	height:35px;
	line-height:35px;
	text-align:center;
	background-color:#e1e1e1;
	border:1px solid #cccccc;
	font-family:"微软雅黑";
	font-size:14px;
}
.content td{
	height:35px;
	line-height:35px;
	border:1px solid #cccccc;
	font-family:"微软雅黑";
	font-size:13px;
	padding:0px 5px;
}
.content tr:hover{
	background-color:#f4f4f4;
}

.footer{
	text-align:center;
	line-height:60px;
	color:#666666;
	border-top:1px solid #CCCCCC;
	margin-top:60px;
	background-color:#ececec
}