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{

}
.header{
	height:290px;
	background:url(banner.jpg) center no-repeat;
	background-color:#bc2720;
}
.header h1{
	color:#bc2720;
	display:none;
}
.nav{
	height:45px;
	width:100%;
	margin:auto;
	background-color:#f3ae00;
}
.nav ul{
	height:45px;
	margin:auto;
	width:610px;

}
.nav ul li{
	width:150px;
	height:45px;
	float:left;
	text-align:center;
	position:relative;
	margin-right:1px;
}
.nav ul li:hover{
	background-color:#e77817;
}
.nav ul li.current{
	background-color:#e77817;
}
.nav ul li em{
	position:absolute;
	right:0px;
	top:-10px;
	color:#FFFFFF;
	display:block;
	width:60px;
	height:18px;
	background:url(em_bg.gif);
}
.nav ul li a{
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:45px;
	font-weight:700;
}
.content{
	width:80%;
	margin:auto;
}
.content h2{
	height:30px;
	display:block;
	margin-top:15px;
	font-size:14px;
	font-weight:700;
	line-height:30px;
	text-indent:10px;
	background-color:#ececec;
}
.content h5{
	height:30px;
	border-bottom:1px solid #cccccc;
	display:block;
	margin-bottom:15px;
	margin-top:35px;
	font-size:14px;
	font-weight:700;
}
.content h5 span{
	display:block;
	height:29px;
	width:160px;
	background-color:#ececec;
	line-height:30px;
	font-size:14px;
	font-weight:700;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin-left:5px;
	padding-left:5px;
}
.content p{
	font-size:14px;
	margin-bottom:15px;
	line-height:23px;
}

.footer{
	background-color:#ececec;
	border-top:1px solid #CCCCCC;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#666666;
}